@charset 'UTF-8';

* {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
}
.topic-box {
	clear : both;
	border-bottom: 1px dotted #c0c0c0;
	float: left;
	width: 100%;
	margin-left: 10px;
}
.topic-box dt {
	font-size: 14px;
	font-weight: bold;
}
.topic-box img{
	float : left;
	border: none;
	margin-right: 10px;
	margin-bottom: 10px;
}
.topic-box dd {
	margin-top: 5px;
	margin-left: 10px;
}

