<!--
a {
	color: #333333;
	text-decoration:none;
}
a:hover {
	color: #AB0B02;
	text-decoration: none;
}
body {
	margin: 0px;
	font-size: 14px;
}
.nav_table {
	font-size: 15px;
}
.nav_table a {
	color: #AB0B02;
	text-decoration:none;
}
.nav_table a:hover {
	color: #EE3125;
}
.nav_sec {
	border-top: #DFDFDF solid 1px;
	border-bottom: #DFDFDF solid 1px;
	margin-top:10px;
	height: 45px;
}
.nav_sec td {
	border-top: #EFEFEF solid 2px;
	border-bottom: #EFEFEF solid 2px;
	text-align: center;
}
.left_subtitle {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-repeat: no-repeat;
}
.newsList td {
	border-bottom: #f7f7f7 solid 1px;
}
.newsDate {
	color: #666;
}
.sub_title {
	border-right:#CE0064 solid 1px;
	color:#AB0B02;
	font-weight: bold;
	font-size: 16px;
}
.font12 {
	font-size: 12px;
}

.foot_link {
	border-top: #CE0064 solid 1px;
	border-bottom: #CE0064 solid 1px;
	height: 35px;
}
.foot_link td {
	border-top: #fff solid 1px;
	border-bottom: #fff solid 1px;
	background: #EFEFEF;
}
.footer {
	line-height: 200%;
	color: #666666;
	padding-top: 10px;
	border-top: #ccc solid 1px;
}
.prolist {
	width: 100%;
	cursor: pointer;
	border-bottom: #f4f4f4 solid 1px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.prolist_sub {
	width: 100%;
	padding: 2px;
	border-bottom: #f4f4f4 dotted 1px;
	cursor: pointer;
}
.proname {
	font-size:14px; height:25px; line-height:25px; padding-left:10px; font-weight:bold;
}
.proreview {
	font-size:12px; padding:2px; line-height:150%;
}


-->