/* 基本構造 */

#body {font-family: 'メイリオ', Helvetica, 'Hiragino Kaku Gothic Pro', sans-serif; font-size:16px; font-weight:normal; font-style:normal; text-decoration:none; background-image:url(image/BG_3.gif); }


#header {
     background-color:#B0C4DE;
     text-align:center;
     height: auto;
     width: 1000px;
     float: center;
     margin-right: auto;
     margin-left: auto;
     border-bottom: 1px solid #B0C4DE;
}


#wrapper {
    float: center;
    margin-right: auto;
    margin-left: auto;
    width: 1000px;
}


#content {
     border:1px solid #B0C4DE;
     background-color:#FFFFFF;
}


#footer {
     float: center;
     border-right: 1px solid #B0C4DE;
     border-left: 1px solid #B0C4DE;
     border-bottom: 1px solid #B0C4DE;
     margin-right: auto;
     margin-left: auto;
     line-height:1.2;
     padding:10px;
     width:978px; 
     height:45px;
     text-align:center;
     color:#0000CD;
     font-size:12px;
     font-weight:bold;
     background-color:#B0C4DE;
}


@media (max-width:1000px) {
     #header, #wrapper, #content, #footer {float:none; margin:0; width:auto;}
}


img{max-width:100%; height:auto; width /***/:auto;}


/* 見出し */

h1{     
     font-size:14px;
     float:left;
     margin-left:20px;
     color:#0000CD;
}


h2{
   text-align:center;
   margin-top:10px;
   margin-right:5px;
   margin-left:5px;
   padding: 15px 0px 0px 0px;
   font-size: 16px;
   background-color:#B0C4DE;
   width:auto;
   height:45px;
   color:#0000CD;
 }


h3{
   text-align:center;
   margin-top:10px;
   margin-right:5px;
   margin-left:5px;
   padding: 15px 0px 0px 0px;
   font-size: 16px;
   background-color:#B0C4DE;
   width:auto;
   height:45px;
   color:#0000CD;
 }


h4{
margin: 10px 15px 10px 15px;
padding: 5px 5px 5px 5px;
border-left: 12px solid #B0C4DE;
border-bottom: 5px dotted #B0C4DE;
background-color: #ffffff;
font-size: 16px;
font-weight: bold;
color: #0000CD;
text-align: left;
}


h5{
   margin-top:0px;
   margin-left:15px;
   margin-bottom:10px;
   padding: 10px 0px 0px 25px;
   font-size: 16px;
   background:url(image/h5_bullet.png) no-repeat 0 12px;
 }


h6{
   margin-top:0px;
   margin-left:15px;
   margin-bottom:10px;
   padding: 10px 0px 0px 25px;
   font-size: 16px;
   background:url(image/h6_bullet.png) no-repeat 0 12px;
 }



/* 段落 */

p{margin:0px 20px 0px 20px; line-height:1.8;}

.p1{margin:0px 20px 10px 20px; line-height:1.8;}

.s1{margin:0px 20px 20px 20px; line-height:1.8;}

.s2{margin:-10px 20px 0px 20px; line-height:1.8;}

.s3{margin:-20px 20px 10px 20px; line-height:1.8;}

.s4{margin:0px 30px 10px 30px; line-height:1.8;}

.s5{margin:0px 20px 0px 20px; line-height:1.8;}

.s6{margin:0px 20px -10px 20px; line-height:1.8;}
