@charset "utf-8";
@import url("tabs.css");
body, p, ul, ol, td, li {
	font-family: Verdana, Geneva, sans-serif, "宋体";
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #352f28;
	line-height: 20px;
}

pre {
	font-family: Verdana, Geneva, sans-serif, "宋体";
	margin: 0px;
	padding: 0px;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}
pre span {
	font-family: "Comic Sans MS", cursive;
}

code{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif, "宋体";
}
body {
	background-image: url(../Images/background.png);
	background-repeat: repeat-x;
}
h1 {
	font-size:20px;
	font-weight:bold;
	color:black;
	margin: .7em  0px  0px  0px;
	line-height: 25px;
}

h2 {
	font-size:16px;
	font-weight:bold;
	color:black;
	margin: 1em  0px  0px  0px;
}

h3 {
	font-size:12px;
	color:#171411;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
}

p {
	margin:0px 0px 1.5em 0px;
}
p span {
	font-size: 14px;
}
blockquote {
	margin: 10px;
	border: 1px dotted #999;
	padding: 10px;
}



a {
	color: #145d7b;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	font-family: Verdana, Geneva, sans-serif, "宋体";
}


img {
	border: 0px;
}
cite {
	color: #F00;
}

ul, ul li{
	margin: 0px;
	padding: 0px;
	height: 100%;
}
ul li {
	display: block;
	list-style-type: none;
}
dl dt{
	font-weight: bold;
}
dl dd{
	margin-left: 20px;
	margin-bottom: 10px;
}

em {
	font-style: normal;
	font-weight: bold;
}

.clear {
	clear:both;
	font-size: 1px;
	line-height: 0px;
	height: 0px;
}
.head {
	height: 86px;
	position: relative;
	margin: 0 0 10px 0;
	background-image: url(../Images/head_bg.png);
}
.head .logo {
	float:left;
}
.head .menu {
	position: absolute;
	right: 0px;
	bottom: 16px;
	overflow:auto;
	
}
.head .menu a {
	font-family: "宋体",Verdana, Geneva, sans-serif;
	color: #FFF;
	display: block;
	float: left;
	margin-right: 10px;
	background-color: #069;
	background-image: url(../Images/menu_r.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	vertical-align: middle;	
}

.head .menu a span {
	display: block;
	background-image: url(../Images/menu_l.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-right: 15px;
	height: 22px;
	float: left;
	line-height: 22px;
	overflow: hidden;
}
.mainbody  {
	padding: 0 10px;


}
.mainbody .leftmain {
	width: 250px;
	float: left;

}
.mainbody .rightmain {
	margin-left: 260px;

}


.h1inherit {
	font-size: 14px;
}
.trans {
	color: #666;
	margin-left: 10px;
	font-size: 12px;
	font-weight: normal;
}
.transer {
	color: #C90;
	margin-left: 20px;
	border-left-width: medium;
	border-left-style: double;
	border-left-color: #C90;
	padding-left: 5px;
	border-right-width: medium;
	border-right-style: double;
	border-right-color: #C90;
	padding-right: 5px;
	margin-right: 20px;
}
.scriptmenu {
	margin-bottom: 10px;
}
.scriptmenu ul {
	margin-left: 40px;
}
.scriptmenu li {
	display: list-item;
}


.tableli {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	margin-bottom: 3em;
}
.tableli li {
	height: 100%;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.tableli li .lititle {
	width: 218px;
	float: left;
}
.tableli li .licontent {
	margin-left: 220px;
}

.notes {
	color: #060;
}
.note {
	background-color: #EEE;
	padding: 6px;
	margin-bottom: 10px;
}
.date {
	padding: 20px;
	text-align: right;
}
.date span {
	margin-left: 20px;
}
.subclass ul {
	margin-left: 30px;
}
.subclass ul li {
	display: list-item;
}
