@charset "utf-8";
html {
	background-image:url(../images/html_bg.gif);
	background-repeat: repeat-x;
	background-color: #e7eaee;
}
body {
	margin: 0px;
	padding: 0px;
	/*background-color: #EFEFEF;*/
}
#container {
	width: 1004px;
	margin-right: auto;
	margin-left: auto;
}
#head .top {
	position: relative;
}
#head .top .hoem {
	position: absolute;
	left: 800px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	top: 55px;
}
#head .top .hoem a {
	color: #666;
	text-decoration: none;
}
#head .banner {
	height: 265px;
	width: auto;
}



#content {
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
}
#content .left {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 640px;
}
#content .left .left-pro {
	width: 600px;
	margin-left: 30px;
	height: auto;
}


#content .right {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 364px;
}
#content .left .left-pro .pro {
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 10px;
}

#content .right .right-new {
	width: 320px;
	margin-left: 10px;
	height: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
}
#content .right .right-e-catalog {
	width: 320px;
	margin-left: 10px;
	height: auto;
	margin-top: 20px;
	margin-bottom: 10px;
}
.sp {
	clear: both;
}
.red {
	color: #F00;
}
.catalog {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #999;
	text-decoration: none;
	margin-top: 5px;
}
.catalog a {
	color: #666;
	text-decoration: none;
}







#footer {
	background-image: url(../images/footer.gif);
	background-repeat: repeat-y;
	height: 70px;
	width: auto;
	position: relative;
	clear: both;
}
#footer .add {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	width: auto;
	position: absolute;
	left: 40px;
	top: 10px;
	line-height: 1.5em;
}
#footer .add a {
	color: #666;
	text-decoration: none;
}


#footer .copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
	position: absolute;
	right: 40px;
	bottom: 5px;
}
#footer .copyright a {
	color: #999;
	text-decoration: none;
}
