@charset "utf-8"; 
/*CSS Document*/
/*
	author : wtt

*/
/*basic*/
* {
 	margin: 0;
 	padding:0;
 	background-repeat: no-repeat;
}
body {
	background:url("../images/bg.gif") repeat scroll 0 0 transparent;
	margin: 0;
	padding : 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333;
	/*text-align:center;*/
}
a {
	text-decoration: none;
	color: #666;
}
#main a:hover{ 
	text-decoration: underline;
	color: #F90;

}
a img {
	border:none;
	cursor: pointer;
	}
#header, #main,#footer {
	text-align:left;
	margin: 0 auto;
	width: 950px;
	padding: 2px 0;
}
#header{
	margin-bottom:0;
}
button{
	border: none;
	cursor:pointer;
}

ul li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
li {
	list-style: none;
}
.box {
	clear: both;
	zoom: 1;
}
.box:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}
#footer {
	margin:20px auto;
	text-align:center;
	}
#footer ul {
	text-align:center;
	margin-left:270px;
	}
#footer li {
	float:left;
	border-left:solid 1px #000;
	line-height:1;
	padding:2px 8px;
	}
#footer li.def {
	border:none;
	}
#footer .red {
	color:#F00;
	}
#footer p {
	clear:both;
	padding-top:10px;
	}
#footer .img315 {
	float:right;
	margin-top:-55px;
	margin-right:200px;
	*margin-right:100px
	}
.more {
	float:right;
	margin: 0 10px 10px 0;
	}	
/*nav*/
.nav {
	margin: 5px auto;
	background-image: url(../images/nav.jpg);
	width: 950px;
	line-height: 37px;
	color: #fff;
	text-align:left;
	font-size: 10.5pt;
}
.nav a {
	color: #fff;
}
.nav a:hover {
	color: #116406;
}
.nav ul {
	margin:0 0 0 20px;
}
.nav li {
	display: inline;
	padding: 0 30px;
}
.nav li.line {
	width: 170px;
	background-image: url(../images/line.jpg);
	background-repeat: no-repeat;
}
.nav li.current {
    padding:5px 0 9px;
	+padding:0;
	background-image:url(../images/onclick.jpg);
	background-position:top left;
	}
.nav li.current a {
	color:#116406;
	background-image:url(../images/onclick.jpg);
	background-position:top right;
	padding:8px 8px 9px;
	margin-left:2px;
	+margin-right:-7px;
	}
.navbg {
	padding-left: 28px;
	background-image: url(../images/nav_bottom.jpg);
	background-repeat: repeat-x;
	height: 28px;
	color: #666;
	margin-bottom: 10px;
}
.sedContent h2,.list h2,form#reg p label,table.gift thead th,h2 {
  font-size:14px;
}

/* news center*/
.newsbg h2 {
	background-image:url(../images/a_bg.jpg);
	line-height:2.8;
	color:#5977a5;
	font-size:24px;
	padding-left:20px;
	}
.newsbg h3 {
	font-size:20px;
	text-align:center;
	margin-bottom:20px;
	}
.newsbg p {
	margin-bottom: 8px;
	color: #666;
	width:900px;
	padding:0 15px;
	font-size:14px;
	line-height:2;
	text-indent:2em;
	}
form#reg .resend{
	background:none;
	width:100px;
	border:none;
}
.rere p{
	width:730px;
}
.btn{
	cursor:pointer;
}

.newslist{ height:600px;}