@charset "utf-8";
/* CSS Document */
#menu {
	float: left;
	width: 204px;
}

#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}

#middle_box {
	background-image: url(../img/top/middle_bg.gif);
	background-repeat: no-repeat;
	height: 322px;
	width: 472px;
	float: left;
	margin-left: 20px;
}
.each_box {
	background-image: url(../img/top/middle_each_bg.gif);
	background-repeat: no-repeat;
	height: 101px;
	width: 456px;
	float: right;
	margin-top: 5px;
}
.each_box img {
	float: left;
	padding-top: 7px;
	padding-left: 8px;
	padding-right: 20px;
}
.each_box p {
	text-align: left;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
}
#right_box {
	height: 306px;
	width: 236px;
	float: right;
	background-image: url(../img/top/right_bg.gif);
}
#info {
	width: 220px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 13px;
	background-image: url(../img/top/info_bg.gif);
	background-repeat: repeat-y;
	height: 150px;
	overflow: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: left;
}
#info img {
	display: block;
	width: 202px;
	float: left;
}

#info dt {
	font-weight: bold;
	font-size: 10px;
	text-align: left;
	padding-left: 7px;
	line-height: 16px;
}
#info dd {
	font-size: 10px;
	text-align: left;
	padding-left: 7px;
}
#address {
	background-image: url(../img/top/address.gif);
	background-repeat: no-repeat;
	height: 120px;
	width: 220px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
