@charset 'UTF-8';

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*基本設定*/

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


*{
margin: 0;
padding: 0;
}

body{
font-size: 12px;
line-height: 1.6;
font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
color: #333333;
/*background:#F5F8FA url(../img/bg.jpg) repeat-x top;
*/
background:#F5F8FA url(../../img/bg.jpg) repeat-x top;}

img{ border: none; vertical-align: top;}

a{ color: #333;}
a:hover{ color: #09F;}

.opacity:hover img{
filter: alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}

ul li,ol li { list-style: none;}



/*==========================================================*/
/*ヘッダー*/
/*==========================================================*/

#header {
margin:0 auto;
padding:6px 0 0 0;
width:960px;
/*height:118px;
*/}

	#header #header_left {
	margin-bottom:19px;
	float:left;
	}
	
	#header .header02 #header_left{
	margin:0 0 10px 0;
	}

	#header #header_left h1 {
	font-size:10px;
	/*display:inline;*/
	float:left;
	}

	#header .header01 h1 {
	font-size:10px;
	/*display:inline;*/
	float:left;
	width: 340px;
	margin:5px 0 0 0;
	}

	#header .header01 h1.mr50 {
	margin:5px 50px 0 0;
	}

	
	#header #group_logo {
	padding:10px 0 0 30px;
	width:120px;
	height:21px;
	background:url(../img/group_logo.jpg) 0 0 no-repeat;
	float:right;
	}
	
.sns_box{
	text-align:right;
	float:left;

}

.btn_google{
	/*float:left;*/
	display:inline-block;
	/display:inline;
	/zoom:1;
	vertical-align:middle;
	width:60px!important;
	margin-right:10px;
}

.btn_hatebu{
	/*float:left;*/
	display:inline-block;
	/display:inline;
	/zoom:1;
	vertical-align:middle;
	width:110px!important;
	margin-right:10px;
}

.btn_facebook{
	/*float:left;*/
	display:inline-block;
	/display:inline;
	/zoom:1;
	vertical-align:middle;
	width:100px!important;
	margin-right:10px;
	text-align:left;
}


.btn_twitter{
	/*float:left;*/
	display:inline-block;
	/display:inline;
	/zoom:1;
	vertical-align:middle;
	width:100px!important;
}

	
	
	#header #header_contact_box {
	clear:both;
	zoom:100%;
	}
	/*--clearfix--*/
	#header_contact_box:after {
	display:block;
	clear:both;
	content:".";
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	visibility:hidden;
	}
	#header_contact_box {display:inline-block;}
	
	/*\*/
	*html #header_contact_box {height:1px;}
	#header_contact_box {display:block;}
	/**/
	
		#header #header_contact_box h2 {
		float:left;
		}
		
		#header #header_contact_box p {
		}
		
		#header #header_contact_box .fl_right p {
		margin-bottom:5px;
		}
		#header #header_contact_box .fl_right ul li {
		float:left;
		}

.header03{
	margin:0 0 11px 0;
	}
		


/*==========================================================*/
/*グローバルナビ*/
/*==========================================================*/

#navi_box {
margin:0 auto 12px;
background:url(../img/navi_bg.jpg) no-repeat;
width:960px;
zoom:100%;
}
/*--clearfix--*/
#navi_box:after {
display:block; clear:both;
content:"."; height:0.1px;
font-size:0.1em;
line-height:0;
visibility:hidden;
}
#navi_box {display:inline-block;}
	
/*\*/
*html #navi_box {height:1px;}
#navi_box {display:block;}
/**/
	
	#navi_box ul.fl_left li {
	float:left;
	}
	
	#navi_box ul.fl_right li {
	margin-left:5px;
	float:left;
	display:inline;
	}
	
	

/*==========================================================*/
/*コンテンツ*/
/*==========================================================*/	

#wrap {
margin:0 auto 40px;
padding:0 30px;
background:url(../img/wrap_bg.png) repeat-y;
width:920px;
clear:both;
}

/*--clearfix--*/

#wrap {
zoom: 100%;
}

#wrap:after{
display: block;
clear: both;
content: ".";
height: 0.1px;
font-size: 0.1em;
line-height: 0;
visibility: hidden;
}

#wrap {
display: inline-block;
}

/*\*/

*html #wrap {
height: 1px;
}

#wrap {
display: block;
}

/**/



#select_box {
margin:0 -20px 15px;
padding:6px 0 0 6px;
background:url(../img/select_bg.jpg) no-repeat;
height:84px;
width:960px;
position:relative;
}
	#select_box li {
	float:left;
	}


#contact_box {
margin-bottom:10px;
padding:15px 0 0 15px;
background:url(../img/contact_box_bg.jpg) no-repeat;
height:165px;
zoom:100%;
}

/*--clearfix--*/
#contact_box:after {
display:block;
clear:both;
content:".";
height:0.1px;
font-size:0.1em;
line-height:0;
visibility:hidden;
}
#contact_box {display:inline-block;}
	
/*\*/
*html #contact_box {height:1px;}
#contact_box {display:block;}
/**/

	#contact_box p {
	margin-right:15px;
	float:left;
	display:inline;
	}
	#contact_box dl dt {
	margin-bottom:11px;
	}

	#contact_box dl dd ul li {
	margin:0 15px 15px 0;
	float:left;
	}
	
	#contact_box p.btn {
	margin-left:225px;
	float:none !important;
	}


#column_wrap{
background: url(../img/column_wrap_bg.jpg) left top no-repeat;
width: 940px;
padding: 20px;
margin: 0 -30px 70px -30px;
}



	
#camp_bn {
margin-bottom:30px;
}
	#camp_bn li {
	text-align:center;
	float:left;
	}


.textlink a {
padding-left:16px;
background:url(../img/ico_arrow.jpg) 0 1px no-repeat;
}

.textlink a:hover {
background:url(../img/ico_arrow_on.jpg) 0 1px no-repeat;
color:#0099FF;
}
#link ul li {
	margin-bottom: 20px;
}
#link a {
	text-decoration: none;
	color: rgb(23, 55, 224);
	font-size: 13px;
}
/*==========================================================*/
/*フッター*/
/*==========================================================*/

#f_link {
margin-bottom:10px;
text-align:center;
}
	#f_link li {
	margin-right:3px;
	padding-right:6px;
	display:inline;
	border-right:1px solid #CCC;
	}
	#f_link li.none {
	border-right:none;
	}
	#f_link li a:link,
	#f_link li a:visited {text-decoration:none;}


#pageup_btn {
margin:0 -30px;
padding:0 30px 35px;
background:url(../img/wrap_bg_bottom.jpg) bottom no-repeat;
width:920px;
position:relative;
text-align:right;
}

.footer {
padding-top:2px;
background:url(../img/footer_line.gif) repeat-x top;
width:100%;
}

#footer_info {
margin:0 auto;
padding:15px 0 20px;
width:960px;
zoom:100%;
}
/*--clearfix--*/
#footer_info:after {
display:block;
clear:both; content:".";
height:0.1px; font-size:0.1em;
line-height:0;
visibility:hidden;
}
#footer_info {display:inline-block;}

/*\*/
*html #footer_info {height:1px;}
#footer_info {display:block;}
/**/

	#footer_info div.fl_left {
	width:370px;
	}
		#footer_info div.fl_left dl {
		margin-bottom:5px;
		width:250px;
		float:right;
		line-height:1.4;
		}
			#footer_info div.fl_left dl dt {
			font-weight:bold;
			}
			#footer_info div.fl_left dl dd {
			margin-bottom:5px;
			padding-bottom:5px;
			background:url(../img/footer_line.gif) bottom repeat-x;
			}

#footer_group {
margin:0 auto;
padding:15px 0 20px;
width:960px;
}
	#footer_group ul {
	text-align:left;
	}
		#footer_group ul li {
		margin-right:10px;
		display:inline;
		}


address {
padding:15px 0 40px;
background:#FFF url(../img/add_bg.jpg) top repeat-x;
text-align:center;
font-style:normal;
}

.ml234 {
	margin-left: 234px!important;
}