@charset "utf-8";
/* CSS Document */

#warp {
	width: 1200px;
	margin: 0 auto;
}
#index_img {
	background: url(../images/index.jpg) no-repeat;
	float: left;
	height: 500px;
	width: 1200px;
	text-align: left;
}
#menu_box {
	float: right;
	height: 26px;
	width: 470px;
	margin-top: 332px;
}
#menu_box ul li {
	float: left;
	font-size: 12px;
	color: #FFF;
	margin-right: 20px;
}
#menu_box ul li a {
	color: #FFF;
	text-decoration: none;
}
#menu_box ul li a:visited {
	color: #FFF;
}
#footer {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 10px;
}
#footer a {
	color: #2F2F2F;
	text-decoration: none;
}
#footer a:visited {
	color: #2F2F2F;
}