@charset "UTF-8";

body {
    margin: 0;
    line-height:1.6;
    font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"ＭＳ Ｐゴシック",verdana,sans-serif;
    font-size:13px;
    color:#000;
}

a:hover{
    filter: alpha(opacity=50);
    -moz-opacity:0.5;
    opacity:0.5;

}

#header {
    width: 1200px;
    margin: 0 auto;
}

    .menu {
        text-align: center;
    }

    .menu li {
        list-style-type: none;
        width: 100px;
        display: block;
        float: left;
        margin-top: 5px;
        font-size: 16px;
    }

    .menu a {
        text-decoration: none;
    }

    .menu a:hover {
        border-bottom: 4px solid #0006ff;
        padding-bottom: 25px;
    }

    .menu p {
        font-size: 8px;
        color: blue;
        margin-top: 0px;
    }

#bar {
    width: 100%;
    border-top: ridge 5px blue;
}

#slide {
    position:relative;
    overflow:hidden;
    padding-bottom:25px;
    padding-top: 12px;
    background:#E8E8E8;
}

#slide img {
    padding-top: 10px;
}

.slidePrev {
    width:50px;
    height:60px;
    position:absolute;
    top:230px;
    /* leftの位置はjQuery(common.js)にて設定 */
    cursor:pointer;
    z-index:100;
}

.slideNext {
    display:block;
    width:50px;
    height:60px;
    position:absolute;
    top:230px;
    /* leftの位置はjQuery(common.js)にて設定 */
    cursor:pointer;
    z-index:100;
}

.slideInner {
    position:relative;
    margin:0;
    padding:0;
}
.slideInner li {
    float:left;
    margin:0;
    padding:0;
    list-style:none;
}
.slideInner li img {
    margin:0;
    padding:0 5px;
}

.filterPrev {
    position:absolute;
    left:0;
    opacity:0.5;
    filter: alpha(opacity=50);
    background-color:#fff;
}

.filterNext {
    position:absolute;
    right:0;
    opacity:0.5;
    filter: alpha(opacity=50);
    background-color:#fff;
}

.controlNav {
    position:absolute;
    float:left;
    left:50%;
    bottom:0;
}

.controlNav span {
    position:relative;
    left:-50%;
    float:left;
    margin:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    width:10px;
    height:10px;
    overflow:hidden;
    -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
    box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
    background:#eee;
    text-indent:-9999px;
    vertical-align:middle;
}

.controlNav span:hover {
    background:#ccc;
    cursor:pointer;
}

.controlNav span.current {
    -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
    -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
    box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
    background:#85d1c6;
}


#main {
    width: 900px;
    margin: 0 auto;
}

        .defaultlist
        ,.defaultlist li{
            padding:0px;
            margin:0px;
        }
         
        .defaultlist li{
            list-style-type:none !important;
            list-style-image:none !important;
            margin: 5px 0px 5px 0px !important;
        }
         
        .list7 li{
            position:relative;
            display: block;
            padding: 5px 0px 5px 30px;
            background: #1E90FF;
            color: #fff;
            border-radius:15px 0px 0px 15px;
        }
         
        .list7 li:after{
            content:'';
            display:block; 
            position:absolute;
            width:14px;
            height: 14px;
            top:7px;
            left:5px;
            background: #fff;
            border-radius: 10px;
        }

        .list
        ,.list li{
            padding:0px;
            margin:0px;
        }
         
        .list li{
            list-style-type:none !important;
            list-style-image:none !important;
            margin: 5px 0px 5px 0px !important;
            border-bottom: 1px dashed #696969;
            color: #696969;
        }
         
        .list8{
            counter-reset:li;
            margin-left:20px !important;
        }
         
        .list8 li{
            position:relative;
            display: block;
            padding:8px 0px 8px 40px; 
        }
         
        li.list8-count:after{
            counter-increment: li;
            content: counter(li);
            position: absolute; 
            left: -16px;
            top: 2px;
            background: #AFEEEE;
            height: 30px;
            width: 30px;
            line-height: 32px;
            border: 2px solid #000;
            text-align: center;
            font-weight: bold;
            border-radius: 30px;
        }
         
        li.list8-count:before{
            content:''; 
            display:block; 
            position:absolute; 
            box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
            top:11px; 
            left:15px; 
            height:0; 
            width:0; 
            border-top: 8px solid transparent;
            border-right: 7px solid transparent;
            border-bottom: 8px solid transparent;
            border-left: 13px solid #000;
        }



#main img {
    padding-left:15px;
    padding-top: 20px;
}

    #main h2 {
        border-top: ridge 5px blue;
        font-size:16px;
        padding-left: 10px;
        padding-top: 10px;
        height: 30px;
        border-bottom:1px dotted #ddd;
    }

    .main_01 {
        width: 800px;
        margin: 0 auto;
    }

    .main_01 p {
        line-height: 2em;
        padding-left: 30px;
    }

    .main_01 h3 {
        font-size: 20px;
        text-align: right;
        font-family: 'HG正楷書体-PRO';
    }



    .main_01 img {
        float: right;
        padding-right: 10px;
    }

    .main_02 {
        width: 800px;
        margin: 0 auto;
    }

    
    .main_02 img {
        margin-left: 60px;
    }

    table.formTable {
    width: 800px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 12px;
}
 
table.formTable th,
table.formTable td {
    padding: 10px;
}
 
table.formTable th {
    background: #295890;
    vertical-align: middle;
    text-align: left;
    width: 100px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}
 
table.formTable th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #295890;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    table.formTable th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #295890 10px solid;
        margin-top: -10px;
    }
}
 
table.formTable td {
    background: #f8f8f8;
    width: 360px;
    padding-left: 20px;
}


#side {
    float: left;
    margin-top:10px;
    margin-left: 14px;
}

    .main_right {
        float: right;
        width: 590px;
        margin-left: 5px;
    }

    .main_right h2 {
        border-top: ridge 5px blue;
        font-size:16px;
        padding-left: 10px;
        height: 30px;
        border-bottom:1px dotted #ddd;
    }

    .main_right dl {
        border-bottom: 1px dotted #ddd;
    }

#footer {
    width: 100%;
    border-top: ridge 5px blue;
    clear: both;
    margin: 0 auto;
    background-color: #00BFFF;
}

#footer p {
    text-align: center;
    margin-bottom:0; 
}