@charset "utf-8";
/* CSS Document */

body {
	margin: 0px auto;
	padding: 0px;
	width: 980px;
	background-color: #F2FFED;
}
body, th, td {
	font-family: "宋体";
	font-size: 14px;
}
table {
	background-color: #CBCDCC;
}
th {
	background-color: #E0FFD7;
	text-align: center;
	font-weight: bold;
	padding: 10px 0px;
}
td {
	background-color: #F2FFED;
	width: 33.3%;
	text-align: left;
	padding: 8px;
}
p {
    padding: 0px 10px;
    margin: 0px;
    line-height: 200%;
    font-size: 16px;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #c00;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #c00;
	text-decoration: none;
}

#menu {
	height: 26px;
	padding: 5px 0px 2px 0px;
	border-bottom: 2px solid #C00;
	font-size: 12px;
	clear: both;
}
#menu #left, #menu #right {
	height: 26px;
	line-height: 26px;
}
#menu #left {
	float: left;
}
#menu #right {
	float: right;
}

#list {
	width: 728px;
	min-height: 600px;
	float: left;
	margin: 10px 5px;
}
#list #title {
	height: 40px;
	line-height: 40px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #C00;
	margin: 10px 0px;
}
#list #author {
	text-align: center;
	margin-bottom: 10px;
}
#pages {
    text-align: center;
    margin-top: 10px;
}
#pages img {
    border: none;
}
#footer {
	border-top: 3px solid #c00;
	text-align: center;
	line-height: 22px;
	padding: 5px 0px;
	margin: 0px auto;
	width: 980px;
	clear: both;
	font-size: 12px;
}
#footer a {
	color: #c00;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: underline;
	color: #134d9d;
}

#ad_1, #ad_2 {
	width: 120px;
	height: 600px;
	margin: 10px 0px;
	float: left;
}
#ad_3 {
	width: 728px;
	height: 90px;
	margin-bottom: 10px;
}