@charset "utf-8";
/* CSS Document */

.topic {
	margin: 24px 0px;
	border-bottom: 1px solid #666;
}
.topic dt a {
	font-size: large;
	font-weight: bold;
}
.topic dd {
	margin: 18px 0px 0px 18px;
	line-height: 140%;
}
.link {
	display: block;
	margin: 8px 0px 0px 1em;
}
.date {
	display: block;
	color: #999;
	font-weight: bold;
	text-align: right;
}

#link {
	text-align: center;
}
#link span {
	margin: auto 2px;
}
.check {
	font-weight: bold;
}
