body {
	background-color: #000;
}
#conteainer {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/back_img.jpg);
	background-repeat: repeat-y;
	padding-right: 30px;
	padding-left: 30px;
}
#header {
	background-image: url(../images/header_back.jpg);
	background-repeat:no-repeat;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 8px;
}
#header img {
	float: left;
}
#header .header_right {
	float: right;
	color: #FFF;
}
#header .tel {
	text-align: center;
	margin-top: 20px;
	font-size: 13px;
}
#header .tel strong {
	font-size: 22px;
}
#header .tel b {
	font-size: 28px;
	color: #F00;
}
#main_img {
	height: 300px;
	background-color: #666;
}
#contents {

}

#left {
	width: 250px;
	float: left;
}
#left .about_box {
	height: 610px;
	margin-top: 30px;
	background-image: url(../images/about_box_back.png);
	padding-right: 5px;
	padding-left: 5px;
}
#left .about_title {
	margin-right: auto;
	margin-left: auto;
	width: 230px;
}
#left .about_table {
	margin-top: 10px;
	font-size: 12px;
	color: #000;
}
#left .about_table tr th, #left .about_table tr td {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333;
	color: #330000;
}
#left .about_info {
	padding-top: 5px;
	padding-bottom: 5px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #900;
	padding-left: 10px;
	line-height: 130%;
}
#left .about_img {
	height: 128px;
	width: 169px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#left .about_logo {
	width: 128px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#right {
	float: right;
	width: 550px;
	padding-right: 20px;
	padding-left: 30px;
}
#footer {
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../images/footer_back.jpg);
	background-repeat: repeat;
}
#footer .site_map {
	text-align: center;
	font-size: 13px;
	color: #FFF;
}
#footer .site_map a {
	color: #FFF;
}
#footer address {
	font-size: 12px;
	color: #FFF;
	text-align: center;
	margin-top: 10px;
}












.space {
	clear: both;
}
