@charset "utf-8";
dl {
	margin-top: 15px;
	width: 750px;
	margin-left: 20px;
}

dt {
	background-image: url(../images/common/icon.gif);
	background-repeat: no-repeat;
	padding-left: 34px;
	background-position: 12px center;
	color:#7CCD7C;
	font-size: 14px;
	font-weight: bold;
	margin-bottom:5px;
	margin-top:10px;
}

dd {
	padding-left: 40px;
	padding-bottom: 15px;
	border-bottom:1px dashed #669900;
}

