@charset "UTF-8";

/* import
----------------------------------------------- */
@import "lib.css";
@import "common.css";



/* design
----------------------------------------------- */
#contents dl {
	padding: 15px;
	border-bottom: 1px solid #007542;
	background: url(../e_result/images/bg.gif) repeat-y 0 0;
}
#contents dt {
	margin: 15px 0 0;
	color: #007542;
	font-weight: bold;
}
#contents dt .category {
	margin-left: 1.5em;
	font-weight: normal;
}
#contents dd {
	padding: 0 0 10px 20px;
	border-bottom: 1px dotted #c8c8c8;
}
#contents dd p {
	margin: 5px 0 0;
	text-align: right;
}