@import url("common.css");

/* ------------------------------
 Top
------------------------------ */

#top {
	height: 300px;
	width: 100%;
	background: url(../img/main_bg.gif) repeat-x center top;
}
/*.pageside {
	padding-top: 38px;
}
#contents {
	padding-bottom: 10px;
}
.maincontents {
	padding-top: 10px;
}*/


/* ---------- Navigation ---------- */

.topnavi {
	width: 930px;
	margin: 0 0 20px -10px;
	clear: both;
	overflow: hidden;
	padding-top: 38px;
}
.topnavi dl {
	width: 292px;
	height: 222px;
	float: left;
	display: inline;
	margin-left: 10px;
	border: #E1E1E1 4px solid;
	overflow: hidden;
}
.topnavi dl dt {
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	margin-bottom: 5px;
	color: #FFF;
	background-color: #3EB4C7;
	overflow: hidden;
	font-weight: bold;
}
.topnavi dl dd {
	margin-left: 12px;
	padding: 5px 10px 5px 15px;
	background: url(../img/point_black.gif) no-repeat left 11px;
	line-height: 1.4;
}
.topnavi dl dd a {
	color: #333;
	display: block;
}
.topnavi dl dd a:hover {
	color: #3EB4C7;
}

