@charset "utf-8";
/* renew */
dl {
    font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 1 15px;
    padding: 0 15px;
    border: 5px double #eef6ee;
	background-color: #ffffed;
    }

dl dt {
    float: left;
	width: 7em;
	padding: 10px 0;
	text-indent: 1em;
	line-height: 150%;
	}
	
dl dd {
    padding: 15px 0;
	line-height: 150%;
	border-bottom: 1px solid #eeeeee;
	}

