@charset "utf-8";
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{
	margin:0;
	padding:0;
}
body {
	background-color: #EFEFEF;
}
#container {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}#banner {
	position: relative;
}
#banner .hoem {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	position: absolute;
	top: 10px;
	right: 30px;
}
#banner .hoem a {
	color: #000;
	text-decoration: none;
}
#banner .hoem a:hover {
	text-decoration: underline;
}

.menu {
	background-image: url(../images/index-menu-bg.jpg);
	background-repeat: no-repeat;
	height: 50px;
	text-align: right;
	padding-right: 30px;
}
#main {
	height: 150px;
	background-color: #FFF;
}

.left {
	float: left;
	width: 220px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.3em;
	color: #333;
	margin-left: 20px;
}
.pro {
	width: 430px;
	float: left;
	margin-top: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	color: #333;
}
.new {
	float: left;
	width: 300px;
	margin-top: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.8em;
	color: #333;
}
.new p {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.sp {
	clear: both;
}







#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
	background-image: url(../images/index-footer.jpg);
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-left: 20px;
	padding-bottom: 10px;
	position: relative;
	height: auto;
	background-color: #FFF;
	line-height: 1.8em;
}
#footer .copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
	position: absolute;
	width: auto;
	right: 18px;
	top: 60px;
}
#footer .pr {
	position: absolute;
	top: 20px;
	right: 30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}

#footer .copyright a {
	color: #CCC;
	text-decoration: none;
}

