@charset "UTF-8";
/* CSS Document */

#container {
	width: 912px;
	margin-right: auto;
	margin-left: auto;
}
#top {
	height: 177px;
	width: 800px;
	background-image: url(../art/bg_top.png);
	background-repeat: no-repeat;
	padding-right: 56px;
	padding-left: 56px;
}
#mid {
	width: 800px;
	background-image: url(../art/bg.png);
	background-repeat: repeat-y;
	padding-right: 56px;
	padding-left: 56px;
}
#end {
	background-image: url(../art/bg_end.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 912px;
	text-align: center;
	font-size: 11px;
	color: #333;
	padding-top: 6px;
}
#top_menu {
	width: 800px;
	height: 57px;
	margin-top: 15px;
}
#home_pic {
	height: 249px;
	width: 800px;
	margin-bottom: 40px;
}
#clear_float {
	clear: both;
	height: 40px;
	width: 800px;
}
.menu {
	float: left;
	height: 31px;
	width: 160px;
	background-image: url(../art/bg_top_menu.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 9px;
}
.menu a:link, .menu a:visited {
	text-decoration: none;
	color: #d11317;
	font-size: 14px;
}
.menu a:hover {
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
.no_border {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#clear_home_body_float {
	clear: both;
	height: 20px;
	width: 800px;
}
#body_top {
	height: 70px;
	width: 530px;
	float: left;
}
#body {
	width: 490px;
	float: left;
	background-image: url(../art/bg_body_mid.png);
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 20px;
}
#body_end {
	background-image: url(../art/bg_body_end.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 530px;
	float: right;
}
#left_margin {
	float: left;
	width: 230px;
	margin-right: 40px;
	background-image: url(../art/bg_leftmargin_top.png);
	background-repeat: no-repeat;
}
#left_margin_mid {
	width: 198px;
	background-image: url(../art/bg_leftmargin_mid.png);
	background-repeat: repeat-y;
	padding-right: 16px;
	padding-left: 16px;
	padding-top: 5px;
	margin-top: 15px;
}
#left_margin_end {
	width: 230px;
	background-image: url(../art/bg_leftmargin_end.png);
	background-repeat: no-repeat;
}
#home_body_left {
	float: left;
	width: 268px;
	margin-right: 40px;
}
#home_body_left_top {
	background-image: url(../art/bg_home_left_top.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 268px;
}
#home_body_left_mid {
	background-image: url(../art/bg_home_left_mid.png);
	background-repeat: repeat-y;
	width: 232px;
	padding-left: 18px;
	padding-right: 18px;
}
#home_body_left_end {
	background-image: url(../art/bg_home_left_end.png);
	background-repeat: no-repeat;
	width: 268px;
	height: 20px;
}
#home_body_right {
	float: left;
	width: 490px;
}
#home_body_right_top {
	width: 490px;
	background-image: url(../art/bg_home_right_top.png);
	height: 20px;
}
#home_body_right_mid {
	width: 454px;
	background-image: url(../art/bg_home_right_mid.png);
	background-repeat: repeat-y;
	padding-right: 18px;
	padding-left: 18px;
}
#home_body_right_end {
	width: 490px;
	background-image: url(../art/bg_home_right_end.png);
	height: 20px;
	background-repeat: no-repeat;
}
