/* サンプル用 */

#topics-sort {
	margin: 10px 0px 20px 0px;
	padding: 10px 0px;
	background: #F8F8FF;
	border: 1px solid #DCDCDC;
}

#topics-list {
	font-size: 13px;
}
#topics-list dt {
	margin: 10px 10px 4px 10px;
	font-weight: bold;
}
#topics-list dd {
	margin: 4px 10px 15px 10px;
	padding-left: 20px;
	border-bottom: 1px solid #DCDCDC;
}
#topics-list dd.pagetop {
	margin-top: 20px;
	border-bottom: none;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}

