@charset "utf-8";
.topics_box {
	width: 500px;
	float: left;
	clear: both;
	margin-bottom: 50px;
}
.topics_title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2854A4;
	font-size: 120%;
	font-weight: bold;
	color: #000000;
}
.topics_date {
	font-size: 85%;
	color: #009999;
}
.topics_text {
	margin-top: 10px;
}
.topics_btn {
	clear: both;
	float: left;
	width: 500px;
	text-align: center;
}
.special_topics {
	background-color: #FCF9EF;
	width: 480px;
	border: 2px solid #CCCCCC;
	color: #666666;
	margin-bottom: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.special_topics h2 {
	font-size: 120%;
	font-weight: bold;
	color: #333333;
	margin-top: 10px;
}
.special_topics   a:link,a:visited {
	font-weight: bold;
	color: #990033;
}
.special_topics a:hover {
	color: #FFFFFF;
	background-color: #990033;
}
