@charset "utf-8";
body {
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(/images/bg/top.png);
	background-repeat: repeat-x;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
}
.section_gray {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #F5F5F5;
	font-size: 16px;
}
.footer {
	background-image: url(../images/bg/bottom.png);
	background-repeat: repeat-x;
	height: 130px;
	font-size: 11px;
	color: #999999;
	text-align: center;
}

a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:active {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #666666;
}

.title_1 {
	font-size: 22px;
	font-weight: bold;
}
.font_small {
	font-size: 12px;
}
.main {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}
.font_red {
	color: #990000;
}

.section_white {
	font-size: 16px;

}
