@import url("system.css");
@import url("codeText.css");

body{ font-size:75%; font-family:Verdana; color:#000000; line-height:120%; background:#efefcc; margin:0px; padding:0px; min-width:750px; text-align:center;}
form{margin:0px;padding:0px;}
img{border:none;vertical-align:middle;}
label{font-size:12px;color:#008000}
pre{font-size:12px;line-height:14px;margin:0px;color:#008000;}
hr{height:1px;border:1px solid #E2DED6;line-height:1px;display:block;clear:both;}
img{border:none;}
	img.os{width:16px;height:16px;vertical-align:middle;margin:0px;}
select{font-size:14px;}
.pp li {line-height: 200%;}
/* links */
a, a:link, a:visited, a:active{ color:#c16d53; text-decoration:underline;}
a:hover{ color:#8d6355;}


#header .inner, #menu .inner{ width:770px;}
#main{ width:770px; margin:10px auto;}

/* header */
#header{
	height:80px;
	background-color: #f0e7ca;
	background-image: url(bg_header.png);
	background-position: left top;
}
	#header .inner{ margin:0 auto;}
	#header .logo{display:block;width:160px;height:50px;position:relative;float:left; text-align:left; float:left; margin-top:16px;}
		#header .logo a, #header .logo a:hover{ text-decoration:none; background:none;}
		#header .ver{overflow:hidden;position:absolute;top:0;right:0;width:40px;height:25px; cursor:pointer; line-height:25px;}
	#header .right{ float:right;}
	#header .language{margin-top:16px;}
	
/* menu */
#menu{
	line-height:200%;
	background-color: #373131;
}
	#menu .inner{ margin:0 auto;}

/* buttons */
.buttons{
	margin:0;
	padding:0;
	line-height:194%;
	white-space:nowrap;
	width:768px;
	overflow:hidden;
	list-style:none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #494342;
}
	.buttons li{
	float:left;
	font-weight: bold;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #494342;
}
	.buttons li a:link, .buttons li a:active, .buttons li a:visited{
	padding:4px 20px;
	display:block;
	color:#FFF;
	text-decoration:none;
	background-color: #373131;
}
	.buttons li a:hover{
	color:#eec8a4;
	background-color: #000;
}
	.buttons li .active{ color:#993300 !important; background:#FFF1BB url(bg_btn_active.png) !important;}
	.buttons ul{ width:202px; display:none; margin:0; padding:0; text-align:left; position:absolute; left:auto; background:#fff; overflow:auto; border:solid 1px #E4E1DA;}
	.buttons ul li{ width:200px; clear:both;}
	.buttons ul li a:link, .buttons ul li a:active, .buttons ul li a:visited{ display:block; margin:0; padding:4px 10px; border-bottom:1px solid #E4E1DA;}

/* shadow */
.shadow{
	height:14px;
	font-size:1%;
	line-height:1%;
	background-color: #cecea7;
}

#guide{
	width:100%;
	line-height:12px;
	height:18px;
	overflow:hidden;
	display:table;
	zoom:100%;
	border-bottom-width: 0px;
	border-bottom-style: dashed;
	border-bottom-color: #E0E0E0;
}

/* main */
#main{
	text-align:left;
	padding-bottom:10px;
	display:table;
	zoom:100%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
}
	#main h2{ color:#c16d53; font-size:130%; padding:0px 0px 5px 0px; margin:10px 0px 10px 0px; border-bottom: 1px dashed #E0E0E0;}
	#main h3{ color:#c16d53; font-size:130%; padding:0px; margin-bottom:5px;}
	#main h4 {color:#c16d53; font-size:125%; font-weight:bold; padding:5px 5px 5px 0px; margin:5px 0px 5px 0px;}
	#main p{ line-height:190%;}
	#main ul{ line-height:200%;}
	#main p label{display:block;clear:both;line-height:12px;font-size:12px;}
	#main p span label{display:inline;color:#000;font-size:12px;}
	#main button{padding:1px;margin:0px;border:1px solid;border-color:#EEE #777 #777 #EEE;background:#D4D0C8;font-size:12px;margin-right:4px; line-height:normal;}
	
	#main .left{ width:74%; float:left;}
		#main .left .intro{
	border:solid 1px #E2DED6;
	background:#f4f1da;
	padding:10px;
	font-size: 18px;
	font-style: italic;
	line-height: 140%;
}
		#main .left .indexBlock{line-height:1.5em;margin:5px 0px 5px 0px;background:url(round_arrow.png) top left no-repeat; border-bottom:1px dashed #CCCCCC;}
		#main .left .indexContent{padding-left:38px;}
		#main .left .info{ color:#999999; margin:5px 0;}
		#main .left .info .date{ margin-right:30px;}
		#main .left .info a{color:#999999; text-decoration:none;}
	#main .right{
	width:25%;
	float:right;
	background-color: #f4f1da;
}
		#main .right dl{ border:0px solid #E2DED6;}
		#main .right dt{
	font-size:14px;
	font-weight:bold;
	color:#fff;
	background-color: #cecea7;
	border: 1px solid #FFF;
	width: 80%;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 8px;
	margin-top: 7px;
	text-align: center;
}
		#main .right dd{
	margin:0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 9px;
}
		#main .right dd p{ margin:3px auto; text-align:center;}
		#main .right dd p a{ font-size:14px; font-weight:bold; text-decoration:none;}
		#main .right dd ol{
	margin-left:30px;
	line-height: 180%;
}

/* footer */
#footer{ }
#footer p{ margin:0;}


/* 文章信息 */
#article,#article h1,#article .info,#article .artcontent{width:95%; margin:0 auto; clear:both;display:table; zoom:100%;}
	#article h1{ height:16px; line-height:20px; font-size:16px; margin:10px auto; color:#c16d53;}
	#article h1,#article .info{ text-align:center;}
	#article .info{ color:#666666;}
	#article .artcontent{ line-height:22px;}

