/* CSS Document */

/*=======================================================
layout
=======================================================*/


#main {
	width:460px;
	padding:0px 10px 0px 0px;
	float:left;
}

#extraarea {
	width:160px;
	float:right;
}

#bottombox {
	width:800px;
	height:356px;
	margin:5px 0px;
	background:url(../img/back_top_bottom.jpg) no-repeat;
}

/*================================================================
subarea
================================================================*/

#submenu {
	height:193px;
	background:url(../nonmember/shared/img/nonmember_back.jpg) no-repeat;
}

#submenu li {
	margin-bottom:2px;
}


/*================================================================
mainarea
================================================================*/

#aquaclara {
	width:460px;
	height:180px;
	background:url(../img/back_aquakurara.jpg) no-repeat;
}

#aquaclara li {
  margin:0 0 5px;		
}


#btn_sp_left {
	width:215px;
	padding-left:10px;
	padding-right:5px;
	float:left;
}

#btn_sp_right {
	width:215px;
	padding-right:10px;
	padding-left:5px;
	float:right;
}

#aquaclara ul {
	list-style:none;
}


#news {
	margin-top:10px;

}

#news dl {
	margin-bottom:8px;
	border-bottom:dashed 1px #996600;
}

#news dt {
	width:80px;
	font-size:13px;
	float:left;
}

#news dd {
	width:330px;
	font-size:13px;
	line-height:150%;
	float:right;
}

#news .frame {
	width:460px;
	background:url(../img/back_news_middle.gif) repeat-y center top;
}

#news .outer {
	width:460px;
	background:url(../img/back_news_bottom.gif) no-repeat center bottom;
}

#news .inner {
	width:410px;
	background:url(../img/back_news_top.gif) no-repeat center top;
	padding:45px 25px 20px;
}




/*================================================================
extraerea
================================================================*/

#extraarea li {
	list-style:none;
	margin-bottom:5px;
}


/*================================================================
bottombox
================================================================*/

#bottombox ul {
	list-style:none;
}

#bottombox li {
	float:left;
}

#bottombox li a {
	margin-left:16px;
}


