@charset "utf-8";
/* CSS Document */

.topic {
	width: 642px;
	margin: 32px auto;
	background: url(../images/topic_box_2.gif) repeat-y;
}
.topic dt {
	padding: 6px 3px 10px 16px;
	background: url(../images/topic_box_1.gif) no-repeat top;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
#BASE_LEFT .topic dt a {
	color: #FFFFFF;
	text-decoration: none;
}
.topic dd {
	margin: 0px;
	padding: 12px 16px;
	background: url(../images/topic_box_3.gif) no-repeat bottom;
	line-height: 150%;
}
.link {
	display: block;
	margin: 1em;
	margin-bottom: 0px;
}
.date {
	display: block;
	color: #999999;
	font-weight: bold;
	text-align: right;
}

#link {
	text-align: center;
}
#link span {
	margin: auto 2px;
}
.check {
	font-weight: bold;
}