﻿@charset "UTF-8";
#right .staff {
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 30px;
}
.staff dl {
	font-size: 11px;
	margin: 0 0 5px;
	padding: 0;
}
.staff dl dt {
	float: left;
	width: 22em;
	padding: 2px 0 1px;
	font-weight: bold;
	text-indent: 1em;
	border-left: 8px solid #666666;
	margin-left: 10px;
	margin-top: 10px;
}
.staff dl dd {
	padding: 10px 0 10px 24em;
	line-height: 180%;
	border-bottom: 1px dotted #999999;
}
