@charset "utf-8";


/* CSS Document */

dl.staff_dl,
dl.staff_dl dl {
	margin: 0;
	padding:0;
	width: 470px;
	border:none;
	text-align:left;
	font-size: 12px;
}
dl.staff_dl dt {
	margin: 12px 0 6px;
	text-align: left;
	color: #778A4A;
	font-weight: bold;
	clear: both;
	float: none;
}
dl.staff_dl dt.item {
	width: 475px;
	margin: 30px 0 12px 0;
	border-left: solid 5px #38b797;
	background: url(/images/s-e_h-line_dotted.gif) left bottom repeat-x;
	padding: 0 0 4px 10px;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
dl.staff_dl dd {
	margin-bottom: 4px;
	margin-left:1em;
	line-height: 150%;
}

