@charset "UTF-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
}

body{
	color:#000;
	font-size:12px;
	background-color:#FFFFFF;
}

a:link{ color:#000; text-decoration:underline}
a:hover{ color:#1b54bb;}

a img{border:0;}

ul{ list-style:none;}

p{	line-height:150%;}

#container{
	width:100%;
	border-top:13px solid #1b54bb;
}

#header{
	width:950px;
	height:122px;
	margin:0 auto;
}

#header h1{
	width:306px;
	float:left;
}

#header h1 img{
	margin:20px 0 0 0;
}


#font_c{
	width:210px;
	height:38px;
	overflow:hidden;
	background:url(../img/common/f_bg.png) top left no-repeat;
	float:left;
	margin:5px 0 0 280px;
}

#font_c li{
	display:block;
	float:left;
	margin:7px 5px 0 5px;
}

#font_c li.start{
	margin-left:115px;
}

#h_contact{
	width:145px;
	height:38px;
	float:right;
	margin:5px 0 0 0;
}

#navi{
	width:615px;
	height:33px;
	float:right;
	margin:30px 0 0 0;
}

#navi li{
	display: inline-block;
	margin:0 3px;
}

#c_container{
	clear:both;
	width:100%;
	background: url(../img/common/content_bg.gif) bottom left repeat-x;
}

#contents{
	width:950px;
	overflow:hidden;
	margin:0 auto;
}

#main_box{
	width:611px;
	float:left;
	padding-top:15px;
}

#sub_box{
	width:325px;
	float:right;
	padding-top:15px;
}

#sub_box li{
	margin:0 0 10px 0;
}

#sub_box li{
	margin-bottom:15px\9;
}

#f_container{
	clear:both;
	width:100%;
	background: #312e24 url(../img/common/footer_bg.gif) top left repeat-x;
}

#footer{
	width:950px;
	margin:0 auto;
}


#footer p{
	color:#FFFFFF;
	text-align:center;
	padding-top:10px;
}

#footer a:link,
#footer a:visited,
#footer a:active{
	text-decoration:none;
	color:#FFFFFF;
}

#footer a:hover{
	color:#CCCCCC;
}

#footer p.copy{
	padding-top:20px;
	font-size:9px;
}

a:hover img.over2{
	opacity:0.5;
}

#footer p a.color{
}


/*ページのトップへ戻る*/

#contents p.page_top{
	clear:both;
	text-align:right;
	margin:15px 15px 30px 0;
}

.page_top a:link,.page_top a:active,.page_top a:visited{
	color:#1d55bc;
}

.page_top a:hover{
	color:#6CF;
	text-decoration:none;
}

#contents p.recbnner{
    margin:50px auto;
}
p.recbnner img{
    width:100%;
}

#sub_box ul.sns {
    margin-top: 20px;
    text-align: center;
}
#sub_box ul.sns li{
    display: inline-block;
    width:58px;
    margin-right: 18px;
}
#sub_box ul.sns li img{
    width: 100%;
}
#sub_box ul.sns li img:hover{
    opacity: 0.5;
}

