@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:link {
	color: #000000;text-decoration: none;
}
a:visited {
	color: #000000;text-decoration: none;
}
a:hover {
	color: #0066FF;text-decoration: none;
}

div,ul{
	margin:0px;
	padding:0px;
}
img{
	border:0px;
}
ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
/*--mian--*/
#main{
	margin:0px auto;
	width:1002px;
	height:auto;
}
/*--header--*/
#header_blank_01{
	height:10px;
	width:1002px;
}
#header_blank_02{
	height:20px;
	width:auto;
}
#menu{
	height:70px;
	width:1002px;
}
#logo{
	height:70px;
	width:210px;
	float:left;
	text-align:right;
}
#logo img{
	margin-top:10px;
	margin-right:10px;
}
#menu_content{
	height:70px;
	width:792px;
	float:left;
	background:url(../../images/bg_menu.png) no-repeat top left;
}
#home{
	width:105px;
	float:left;
	text-align:center;
	height:40px;
	padding-top:30px;
}
#menu_content .menusub{
	width:97px;
	float:left;
	text-align:center;
	height:40px;
	padding-top:30px;
}
#menu_content a{
	text-decoration:none;
	color:#FFF;
}
#menu_content a:hover{
	font-weight:bold;
	font-size:13px;
}
/*--footer--*/
#footer{
	width:auto;
	padding-right:10px;
	padding-left:10px;
	height:70px;
	clear:both;
	background:url(../../images/bg_footer.png) no-repeat top center;
}
#footer_blank_01{
	width:auto;
	height:15px;
}
#footer_content{
	width:auto;
	margin-left:25px;
	height:40px;
	line-height:20px;
	color:#000000;
}
#footer_content a{
	color:#000000;
	text-decoration:none;
}
