@charset "UTF-8";
body{
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 12px;
}
a{
text-decoration: none;
color:#fff;
}
.inner{
margin: 0 auto;
width: 750px;
clear: both;
}

#header{
width: 100%;
height: 40px;
padding: 20px 0 13px 0;
background: #fff url(../images/bg_header.gif) left bottom repeat-x;
}
#header .inner{
background-color:#fff;
}
#contents{
width: 100%;
padding: 25px 0;
background-color:#f7f9f3;
}
#contents .inner{
background-color:#fff;
padding: 0 0 50px 0;
}
#wrap{
width:750px;
height: 424px;
margin-bottom: 80px;
padding: 40px 0;
border-top: solid 10px #f9d4cc;
clear:both
}
#main_img{
font-size:0;
float: left;
margin-left:35px;
width: 288px;
border: solid 1px #dcdcdc;
}
#main_box{
line-height:13px;
float: right;
margin-right:35px;
width: 352px;
}
h2{
margin: 0 0 34px 0;
}

#sub_box{
width: 332px;
clear: both;
margin-top: 30px;
padding: 0 10px;
}
#sub_box ul li{
float: left;
margin: 0 95px;/*double>16px, single>95px*/
}

#txt_box{
padding: 0 25px;
position: relative;
}
.txt_m25{
margin-bottom: 25px;
}
.txt_right{
position: absolute;
right: 25px;
margin: 0 0 5px 0;
}
#footer{
width: 100%;
height: 60px;
background-color:#FFFFFF;
padding: 5px 0 0 0;
border-top: solid 1px #eaece7;
}
#footer .inner{
margin-top: 15px;
}
.f_left{
float: left;
color: #70716c;
}
.f_right a{
float: right;
color: #16776c;
margin: 2px 0;
font-size: 10px;
}
.f_right a:hover{
float: right;
color: #4fa396;
text-decoration: underline;
margin: 2px 0;
font-size: 10px;
}
/*--ボタン--*/
.button_01 a{
width:352px;
display: block;
}
.button_02 a{
width:352px;
display: block;
}
/*--ボタン--*/

.m_15{
margin-bottom: 15px;
}
.m_25{
margin-bottom: 25px;
}