@charset "euc-jp";

dl{
	clear: both;
	display: table;
	border-bottom: dotted 1px #aa3749;
	height: 1%;
	padding: 1em 0 1em 0;
}
dt{
	float: left;
	font-weight: bold;
	color: #aa3749;
	width: 100px;
	padding-left: 15px;
	background: url(/common/img/bullet_square01.gif) no-repeat 0 0.2em;
}
dd{
	float: left;
	width: 585px;
}
