@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #999;
}
h2 {
	font-size:13px;
}
#index {
	width:1000px;
	height:auto;
	margin:0 auto;
}
#banner {
	width:947px;
	height:85px;
	background-image:url(../images/index/index01.jpg);
	float:left;
	text-align:right;
	padding:5px 53px 0px 0px;
}
#top_menu {
	width:1000px;
	height:35px;
	float:left;
	background-image:url(../images/index/index02.jpg);
	text-align:center;
	padding:10px 0px 0px 0px;
}
#top_search {
	width:1000px;
	height:32px;
	float:left;
	background-color:#ba4c00;
	text-align:center;
	padding:10px 0px 0px 0px;
}
#main {
	width:1000px;
	height: auto;
	margin:0 auto;
	float:left;
	background-color:#FFF;
	padding:10px 0px 50px 0px;
}
#content {
	width:95%;
	height: auto;
	margin:0 auto;
	background-color:#FFF;
}
#explain {
	width:100%;
	height:auto;
	float:left;
	padding:0px 0px 10px 0px;
}
#main_content {
	width:98%;
	height:auto;
	float:left;
	border:1px #CCC solid;
	padding:10px;
}
#left_search {
	width:420px;
	height:auto;
	float:left;
	border:1px #CCC solid;
	padding:10px;
}
#right_result {
	width:480px;
	height:auto;
	float:right;
	border:1px #CCC solid;
	padding:10px;
}
#copyright {
	width:100%;
	height:auto;
	float:left;
}
#copyright .copyright_name {
	width:1000px;
	height:22px;
	float:left;
	background-color: #CCC;
	text-align:center;
	padding:10px 0px 0px 0px;
}
#copyright .copyright_menu {
	width:1000px;
	height:32px;
	float:left;
	background-image: url(../images/index/index03.jpg);
	text-align:center;
	padding:15px 0px 0px 0px;
}
.copyright_menu {color:#FFFFFF;}
.box{
	display:none;
}
