@charset "utf-8";

/*ボックス*/

.box {
	padding-bottom: 20px;
}

/*トピックスボックス*/
.topics {
	width: 585px;
	height: 200px;
	overflow: scroll;


}

.topics dl {
	margin-top: 5px;

}

.topics dt {
	font-size: small;
	font-weight: bold;
	line-height: 1.3%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	width: 6em;
	color: #ff1493;
	margin: 0px;
	padding-top: 10px;
}

.topics dd {
	font-size: 14px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 7em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}

