@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font-size:9pt;
	color:#8c8c8c;
}
#main{
	width:990px;
	margin:0px auto;
}
a{
	color:#8c8c8c;
	text-decoration:none;
}
a:link {
	color: #8c8c8c;
}
a:visited {
	color: #8c8c8c;
}
a:hover {
	color: #000000;
}
a:active {
	color: #8c8c8c;
}
img{
	border:0px;
}

.clearhspace
{
padding:0px; margin:0px;
}
ul,li{
list-style:none;
margin:0;
padding:0;
}

/*--header--*/
#header{
	height:125px;
	background:url(../images/bg_header.jpg) repeat-x top left;
}
#top{
	height:95px;
	width:990px;
	margin:0px auto;
	background:url(../images/bg_01.gif) repeat-x top left;
	text-align:left;
}
#logo{
	float:left;
}
#topright{
	width:28%; 
	float:right;
}
#outtable{
	text-align:right;
}
#outtable .switch{
	text-align:center; 
	background:url(../images/img_switch.jpg) no-repeat center;
}
#outtable .switch a{
	margin-left:8px;
}
#intable{
	float:right;
}
#intable input{
	border:0px;
	height:19px; 
	width:122px;
	padding-left:30px;
	padding-top:7px;
	background:url(../images/bg_search.jpg) no-repeat top left;
}
#intable .search{
	height:22px;
	width:47px;
	text-align:center;
	background:url(../images/img_search.jpg) no-repeat center;
}
#menu{
	margin:0px auto;
	padding:0px;
	height:30px;
    width:990px;
	background:url(../images/bg_menu.jpg) repeat-x top left;
}
#menu ul{
	margin:0px auto;
	padding:0px;
	width:990px;
	height:30px;
	list-style-type:none;
}
#menu ul li{
	width:110px;
	text-align:center;
	height:30px;
	float:left;
	background:url(../images/button_01.gif) no-repeat top left;
}
#menu ul li a{
	display:block;
	line-height:30px;
}
#menu .shouye a,#menu ul li a:hover{
	font-weight:bold;
	color:#FFF;
	font-size:14px;
}
#menu .shouye a{
	background:url(../images/button_02.jpg) no-repeat top left;
}
	
#menu ul li a:hover{
	background:url(../images/button_02.jpg) no-repeat top left;
}
/*--footer--*/
#footer{
	clear:both;
	height:80px;
	color:#000000;
	background:url(../images/bg_footer.jpg) repeat-x top left;
}
#footer a{color:#000000;}
#footercontet{
	margin:0px auto;
	width:990px;
	height:80px;
}
#footer #logo{
	width:20%;
	height:80px; 
	float:left;
}
#footer #rightwrap{
	width:80%; 
	height:80px; 
	float:right;
}
#footer #right{
	width:100%; 
	height:60px;
	margin:20px auto;
    letter-spacing:0.1em;
}

