@charset "utf-8";
/*--------------------------------------------------------------------
 TOP_CSS
--------------------------------------------------------------------*/
html {
	overflow-x: hidden;
	margin: 0;
	padding: 0;
}

body {
	/*background: url(../../img/mainimg.jpg);*/
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0 ;
	padding:0;
	overflow-x:hidden;
}
html,body {
	width: 100%;
}

#baseFrame {
	width: 100%;
}

#waku{
	background-color: #000;
	font-size: 0;
	letter-spacing: 0;
}

#waku-inner{
	background:#FFF;
	width: 961px;
	margin: 0 auto;
}

/* headerFlash
------------------------------------------------------------------- */
#headerFlash {
	width: 100%;
	top: 0;
	left:0;
}

.headimg img,
.footerimg img{
	width:16.667%;
	max-width:340px;
	float:left;}
	





/* section_sp
------------------------------------------------------------------- */

#section_spInner {
	position:absolute;
	left:0;
	top:435px;
	z-index:2;
	width: 100%;
	background-color:#FAFAFA;
	text-align: left;
	margin: auto;
	padding: 10px 0;
}
#section_spTitle {
	width: 775px;
	letter-spacing: normal;
	text-align: left;
	font-size:0.675em;
	margin: 0 auto;
}
#section_spTitle a,#section_spTitle a:link {
	color: #333;
	text-decoration: none;
}

#section_spTitle a:hover {
	text-decoration: underline;
}

