@charset "utf-8";

/*　
------------------------------------------------------------ */

#img_top {
	width: 840px;
	height: 150px;
	background: url(../common/images/img_staff.jpg) no-repeat;
	text-indent: -9999em;
}

.staff {
	overflow: auto;
	height: 100%;
	clear: both;
	margin-bottom: 10px;
	border-bottom: 1px dotted #784C2B;
}

.staff2 {
	overflow: auto;
	height: 100%;
	clear: both;
}
.staff h4,.staff2 h4 {
	font-size: 1.2em;
	font-weight:bold;
	margin:0 0 10px 160px;
	border-bottom:1px dotted #c30;
}

.staff h5,.staff2 h5 {
	margin-top:5px;
	color:#633;
	font-weight:bold;
}

.staff img,.staff2 img {
	margin:0 10px 0px 0;
	float:left;
}


.staff p.position,.staff2 p.position {
	color: #633;
	font-size: 1.2em;
	font-weight: bold;
}

.staff span.n2,.staff2 span.n2 {
	font-weight:normal;
	margin-left: 30px;
}

.staff span.comment,.staff2 span.comment {
	color:#633;
	font-weight:bold;
	margin-right: 10px;
	
}

