@charset "utf-8";
* {
	margin: 0px;
}

body {
	background-image: url(../images/nen_.jpg);
	background-repeat: repeat;
	margin: auto;
	
}
#qc {
	height: auto;
	width: 1200px;
}

#body {
	width: 850px;
	margin: auto;
	background-color: #FFFFFF;
}

#banner {
	height: 150px;
	width: 850px;
	background-color: #FFFFFF;
}
#banner_1 {
	height: 150px;
	width: 480px;
	float: left;
}



#body #menu {
	height: 30px;
	margin: 0px;
}
#body #left {
	width: 272px;
	float: left;
	margin-top: 5px;
}
#body #right {
	width: 555px;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
}




#body #footer {
	height: 130px;
	clear: both;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}
#nd {
	height: 40px;
	width: 230px;
	float: right;
	text-align: center;
	color: #0000FF;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	vertical-align: bottom;
	margin-top: 85px;
}

