@charset "utf-8";
/* CSS Document */
#container {
	width: 948px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-image: url(../img/s_bg02.gif);
	background-repeat: repeat;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: groove;
	border-left-style: groove;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#menu {
	float: left;
	width: 204px;
	height: 100%;
	background-color: #FFFFFF;
}

#middle_box {
	width: 730px;
	float: left;
	margin-left: 8px;
	background-image: url(../img/s_bg01.gif);
	background-repeat: repeat;
	padding-bottom: 30px;
	padding-top: 20px;
}
*html #middle_box{margin-left: 5px;}
#middle_box dt {
	display: block;
	width: 540px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #CCCCCC;
	text-align: left;
	line-height: 24px;
	font-weight: bold;
	padding-left: 10px;
}
#middle_box dd {
	text-align: left;
	display: block;
	width: 540px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	line-height: 24px;
	background-color: #FFFFFF;
	margin-bottom: 7px;
}
