@charset "utf-8";

/*-----------------------------------------------------------

全体スタイル

-----------------------------------------------------------*/


/* フォント指定 */

body {
    color: #333333;
    font-size: 14px;
    line-height: 1.5;
    background: url(./../img/border_bg1.png) repeat-x;
    overflow: hidden;
}


/*-----------------------------------------------------------

#wrapper

-----------------------------------------------------------*/

#wrapper {
    background-color: #F9F9F9;
}


/*-----------------------------------------------------------

#container

-----------------------------------------------------------*/

#container {
    width: 1000px;
    margin: 0 auto 30px;
}


/*-----------------------------------------------------------

#header

-----------------------------------------------------------*/

#header {
    width: 1000px;
    margin: 12px auto 5px;
}

.h_inner h1 {
    font-size: 13px;
    color: #0751AF;
    font-weight: normal;
    margin: -1px 0 0px 1px;
}

.h_inner h2 {
    float: left;
    width: 332px;
    margin-top: 18px;
}

.h_inner h2+img {
    display: block;
    float: right;
    width: 304px;
}

.h_right {
    width: 304px;
    float: right;
    margin: -20px 0 0 0;
}

.h_right p {
    font-size: 15px;
    text-align: right;
    margin-top: 2px;
    font-weight: bold;
}


/*-----------------------------------------------------------

#navi

-----------------------------------------------------------*/

#navi {
    background: url(./../img/nav_bg1.png) repeat-x;
    height: 101px;
}

#navi ul {
    width: 1000px;
    margin: 0 auto;
}

#navi ul li {
    display: inline;
}


/*-----------------------------------------------------------

#cover

-----------------------------------------------------------*/

#cover {
    height: 450px;
    text-align: center;
    background: #F9F9F9 url(./../img/cover_bg1_20210729.jpg) no-repeat center top;
    padding-bottom: 30px;
}

#cover img {
    padding: 153px 0 0 60px;
}

.cover2 {
    height: 300px;
    text-align: center;
    background: #F9F9F9 url(./../img/cover_bg2.jpg) no-repeat center;
    padding-bottom: 30px;
}

.cover3 {
    background: #F9F9F9 url(./../img/cover_bg3.jpg) no-repeat center;
}

.cover4 {
    background: #F9F9F9 url(./../img/cover_bg4.jpg) no-repeat center;
}

.cover5 {
    background: #F9F9F9 url(./../img/cover_bg5.jpg) no-repeat center;
}

.cover6 {
    background: #F9F9F9 url(./../img/cover_bg6.jpg) no-repeat center;
}

.cover7 {
    background: #F9F9F9 url(./../img/cover_bg7.jpg) no-repeat center;
}

.cover8 {
    background: #F9F9F9 url(./../img/cover_bg8.jpg) no-repeat center;
}

.cover9 {
    background: #F9F9F9 url(./../img/cover_bg9_20210802.jpg) no-repeat center;
    background-position: center -70px;
}


/*-----------------------------------------------------------

#main

-----------------------------------------------------------*/

#main {
    float: right;
    width: 714px;
}


/*-----------------------------------------------------------

#side

-----------------------------------------------------------*/

#side {
    width: 260px;
    float: left;
    margin-right: 26px;
}

.sideList1 {
    margin-bottom: 19px;
}

.sideList1 li {
    margin-top: 21px;
    box-shadow: rgba(204, 204, 204, 0.65098) -2px 1px 6px 1px;
    -webkit-box-shadow: rgba(204, 204, 204, 0.65098) -2px 1px 6px 1px;
    -moz-box-shadow: rgba(204, 204, 204, 0.65098) -2px 1px 6px 1px;
}

.sideList1 li:first-child {
    margin-top: 0;
}

#side h4 {
    margin-bottom: 9px;
}

#side dl {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.7;
}

#side dl dt {
    color: #0751AF;
    font-weight: bold;
    padding: 0 0 2px 0;
    margin-bottom: 5px;
    background: url(./../img/border_bg2.png) repeat-x 0 100%;
    font-size: 15px;
}

#side dl dd p {
    margin-bottom: 5px;
}

#side dl dd p span {
    color: #0751AF;
    font-weight: bold;
    margin-left: -8px;
}

li.sideBnrYoutube {
    text-align: center;
    box-shadow: none;
    margin:10px 0;
}

a.bnrYoutubeA {
    font-size: 13.5px;
    font-weight: bold;
    text-shadow: 0 0 1px #000;
    color: #000;
    text-decoration-line: none;
}

/*-----------------------------------------------------------

#footer

-----------------------------------------------------------*/

#footer {
    background: url(./../img/border_bg1.png) repeat-x;
}

.footerInner1 {
    width: 1000px;
    margin: 0 auto;
    padding: 23px 0 6px;
}

.footerInner1 ul {
    /* text-align: center; */
    padding-bottom: 11px;
    margin-bottom: 10px;
    border-bottom: 2px solid #CCCCCC;
}

.footerInner1 ul li {
    display: inline-block;
    margin-left: 32px;
}

.footerInner1 ul li:first-child {
    margin-left: 0;
}

.footerInner1 ul li a {
    color: #333333;
    text-decoration: none;
    background: url(./../img/f_navi_bg1.gif) no-repeat 0 3px;
    padding-left: 21px;
    font-size: 13px;
}

.footerInner1 ul li a:hover {
    color: #918989;
}

.f_detail div {
    width: 695px;
    float: left;
    margin-top: -3px;
}

.f_detail div em {
    display: block;
    margin: 27px 0 0 20px;
    float: left;
    line-height: 1.9;
}

.f_detail div img {
    display: block;
    width: 213px;
    float: left;
}

.f_detail div+img {
    display: block;
    width: 304px;
    float: right;
    margin: 3px 1px 0px 0px;
}

.copyright {
    background-color: #026ADB;
    color: #FFFFFF;
    padding: 3px 0;
}

.copyright small {
    display: block;
    width: 1000px;
    margin: 0 auto;
    text-align: right;
    font-size: 13px;
}


/*-----------------------------------------------------------

clearfix

-----------------------------------------------------------*/

.cf:after {
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.cf {
    *display: block;
    *zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *display: block;
    *zoom: 1;
}