body{
	font-family:"微软雅黑",Verdana, arial, sans-serif;
	font-size: 90%;
	margin: 0;
	padding: 0;
	text-align:center;
	background:#ececec;
}

div#onebox {
	width:800px;
	text-align:left;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	background:#fff;
	border:1px solid #000;
	
	}
	
div#lp {
	width:140px;
	float:left;
	background:#fff;
	padding:5px;
	}
	
div#rp {
	/*margin-left:190px;*/
	float:right;
	width:640px;
	background:#fff;
	
	}

div#slogan {
	width:320px;
	height:28px;
	color:#fff;
	background:#000;
	float:left;
	padding-top:2px;
	}
	
div#search {
	width:320px;
	height:28px;
	background:#aaa;
	float:right;
	padding-top:2px;
	
	}

div#navbar {
	clear: right;
	width:615px;
	margin:0;
	padding:8px 0;
	}
	
#navbar a{
	color:#000;
	text-decoration:none;
	padding:2px;
}
	
#navbar a:hover{
	color: #fff;
	background-color: #646464;
	text-decoration: underline;
}

div#container {
	width:630px;
	padding:8px 8px 8px 0;
}

	
div#footer {
	clear:both;
	width:800px;
	margin:0;
}

div#footer_in {
	text-align:center;
	background:#aaa;
	padding:5px 0;
}			
		


.subtitle{
	border-bottom:1px dotted #646464;
}

.navtitle{
	color:#aaa;
	border-bottom:4px double #aaa;
}	

.btn {
	border:1px outset #999999;
	cursor:pointer;
	padding-top:2px;
	background-color:#FFCC99;
	background-image:url(../IMG/btn_back.gif);
}

.c_title {
	background:#e0ecff;
	border:solid #CCCCCC;
	border-width:1px 1px 0 1px;
	font-weight:bold;
	
}

.c_note{
	border: solid #CCCCCC;
	border-width:0 1px;
	text-indent:2em;
	
}

.c_foot{
	text-align:right;
	background:#f1f1f1;
	border:solid #CCCCCC;
	border-width:0 1px 1px 1px;
	font-size:80%;
}

.writer{
	font-style:italic;
}

.c_txt{
	text-indent:2em;
}