@charset "utf-8";
/* local[staff] */

#main {
	overflow: hidden;
}

#main h2 {
	margin: 0 0 40px;
}

.staff_list {
	padding-bottom: 20px;
	width: 700px;
}
.staff_list li {
	float: left;
	margin: 0 20px 20px 0;
}
.staff_list li a {
	display: block;
	padding: 10px;
	width: 310px;
	height: 100px;
	background: center top no-repeat url(../img/bg_staff.png);
}
.staff_list li a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
.staff_list li.end {
	margin: 0 0 10px 0;
}
.staff_list li img {
	float: left;
	margin: 0 20px 10px 0;
}
.staff_list li span {
	font-size: 14px;
}
.staff_list li span em {
	display: block;
	margin: 20px 0 0;
	font-size: 21px;
	font-weight: bold;
	color: #6d5629;
}

.staff_detail {
	margin-bottom:30px;
	padding:20px;
	background:#eeebe0;
}
.staff_detail .photo {
	float:left;
	width:160px;
	text-align:center;
}
.staff_detail .photo span {
	font-size: 15px;
	line-height:1;
}
.staff_detail .photo span.ss {
	font-size: 12px;
	line-height:1.3;
}
.staff_detail .photo span em {
	display: block;
	margin: 17px 0 0;
	font-size: 21px;
	font-weight: bold;
	color: #6d5629;
}
.staff_detail dl {
	float:right;
	margin-left:20px;
	padding:10px 20px;
	width:420px;
	background:#ffffff;
	line-height:1.3;
}
.staff_detail dl dt {
	padding-top:10px;
	font-size: 15px;
	font-weight: bold;
	color: #6d5629;
	border-top:1px dotted #999999;
}
.staff_detail dl dt.first {
	border-top:none;
}
.staff_detail dl dd {
	padding-top:8px;
	padding-bottom:10px;
	font-size: 13px;
}

