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

#main_visual {	
	height:390px;
	text-align:center;
	background:#90CBEC url(../images/bg_main.png) repeat-x 0 0;;
	border-bottom: 1px solid #DFDFDF;
	}

h1{
	text-align:center;
	}

#contents {
	width:100%;
	}

.inner {
	margin:0 auto;
	width:980px;
	height:auto;
	}

h2{
	text-align:center;
	font-size:24;
	font-weight:bold;
	padding-bottom:20px;
	}
	
.bg_pickup {
	width:100%;
	border-top:#DFDFDF solid 1px;
	border-bottom:#DFDFDF solid 1px;
	background:#DEE8F2 url(../images/index_bg_02.png) repeat;
	text-align:center;
	padding-top:31px;
	padding-bottom:40px;
	margin-bottom:50px;
	}
.bg_pickup_b {
	width:100%;
	border-top:#DFDFDF solid 1px;
	border-bottom:#DFDFDF solid 1px;
	background:#DEE8F2 url(../images/index_bg_02.png) repeat;
	text-align:center;
	padding-top:49px;
	padding-bottom:49px;
	}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;    
    clear: both; 
    visibility:hidden;
}
.clearfix{
    display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
    height: 1%;
}
.clearfix{
    display:block;
}
/* End Hack */