@charset "utf-8";

/* 
===  top.css  ===
*/

.flbox {
	clear: both;
	overflow: hidden;
}
.flbox_l {
	float: left;
	width: 350px;
	font-size: 13px;
	background: url(../../img/top/waku_head.jpg) no-repeat;
	margin-top: 10px;
}
.flbox_r {
	float: left;
	width: 350px;
	font-size: 13px;
	background: url(../../img/top/waku_head.jpg) no-repeat;
	margin-top: 10px;
	margin-left: 10px;
}
.flbox_com {
	float: left;
	width: 210px;
	padding: 5px;
	margin-top: 5px;
	background: url(../../img/top/waku_body.jpg) repeat-y;
}
.flbox_com img {
	border-bottom: #ACA899 solid 1px;
}
.flbox_com p {
	padding-top: 10px;
}

.flbox_img {
	padding: 5px;
	background: url(../../img/top/waku_body.jpg) repeat-y;
	margin-top: 5px;
}
#top_head {
	margin-top: 10px;
}

#flashArea,
#topix {
	float: left;
}

#topix {
	margin-left: 10px;
}
.infobox {
	overflow: auto;
	width: 197px;
	font-size: 12px;
	border: #548f8f 1px solid;
	height: 250px;
	margin-left: 1px;
}
.infobox dl {
	padding: 10px 5px;
}
.infobox dt {
	font-weight: bold;
}
.infobox dd {
	padding-bottom: 10px;
}









