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

/*==========================================
 header
===========================================*/
header { 
	width: 100%;
	height:500px;
}

#header-image { 
	position:absolute;
	width:100%;
	min-width:1060px;
	height: 400px;
	overflow:hidden;
	margin: 0;
}
#header-image img{
	width:100%;
    height: auto;
	}

/*contents
-------------------------------------------------------*/
#main {
	width:100%;
	height:400px;
	background: url(../top_img/top_bg.jpg) repeat-x;
	margin: 0;
	 overflow:hidden;
	 padding-bottom:100px; /*フッターの高さと同じ*/	 /*フッターの設定*/
}
#top-contents {
	width: 960px;
	margin: 0 auto;	
}
.concept {
	width:500px;
	float:left;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color:#FFF;
}
.concept h3 {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:160%;
	font-weight:bold;
	color:#FFF;
	margin-top:25px;
	margin-bottom:10px;
}
.concept .btm {
	margin-bottom:30px;
	}
	
.fb {
	width:310px;
	float:right;
	margin-top:30px;
}
.bnr {
	width:310px;
	float:right;
	margin-top:30px;
}
.bnr img {
	padding-bottom:10px;
}