@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFFFFF;
	text-align: center;
	margin: 10px 0px;
	padding: 0px;
}
a:link{
	color: #f60;
	text-decoration: none;
}
a:visited{
	color: #996600;
	text-decoration: none;
}
a:hover{
	color: #f60;
	text-decoration: underline;
}

#syn {
    background-image: url(../../images/bg_stripes.gif);
	margin: 0px auto;
	padding: 0px;
	width: 760px;
}
#header {
	margin: 0px 0 10px;
	padding: 0px;
	height: 108px;
	width: 760px;
}
#header h1 {
	display: none;
}
#header img {
	margin: 0px auto;
	height: 108px;
	width: 760px;
}


 .pannavi {
	font-size: 14px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: left;
}

.clear{
	clear: both;
}

#bana {
	margin: 10px 0px;
	padding: 0px;
	height: 68px;
}
#bana h2 {
	margin: 0px auto;
	height: 68px;
	width: 710px;
	color: #319c00;
	letter-spacing: 2em;
}
#contents {
	width: 710px;
	padding: 0px;
	text-align: left;
	margin: 0px auto;
}

#contents h3{
	margin: 0px auto 10px;
	width: 550px;
	text-align: center;
}
#contents #author{
	margin: 0px auto 15px;
	width: 550px;
	text-align: right;
	font-size: 13px;
}

#contents #text{
	margin: 0px auto 15px;
	width: 550px;
	text-align: left;
}

#contents #text p{
	font-size: 13px;
	line-height: 25px;
	margin-bottom: 10px;
	font-family: "";
}
#contents #text .nlist{
	font-size: 13px;
	line-height: 25px;
	list-style-type: lower-latin;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contents #text .nlist li{
	margin: 0px 0px 0px 50px;
	padding: 0px;
}
#contents #text .quotation{}
#contents #text .quotation p{
	line-height: 20px;
	font-size: 13px;
	font-family: "楷体_GB2312";
}


/*  index css */
#main_list{
	margin: 0px auto 15px;
	width: 450px;
	text-align: left;
}
#main_list ul{
	font-size: 14px;
	list-style-type: none;
}
#main_list ul li{
	background-image: url(../images/icon_3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-bottom: 10px;
}
#main_list a:link{
	color: #f60;
	text-decoration: underline;
}
#main_list a:visited{
	color: #996600;
	text-decoration: underline;
}
#main_list a:hover{
	color: #f60;
	text-decoration: underline;
}

/*  index css */


/*  footer */
#footer{
	margin: 0px;
	padding: 0px;
	height: 167px;
	width: 760px;
	position: relative;

}
#footer img{
	margin: 0px;
	padding: 0px;
	position: relative;
}
#footer #year_made{
	font-size: 13px;
	color: #319c00;
	position: absolute;
	text-align: left;
	left: 242px;
	margin: 0px;
	padding: 0px;
	top: 45px;
	font-family: "Times New Roman", Times, serif;
}
/*  footer */

#clear{
	clear: both;
}
.size12px { font-size: 12px}

