@charset "Shift_JIS";

/* ===================================================================
CSS information

 File Name  : staff.css
=================================================================== */
#staffArea{}
#brief{
	padding: 10px 10px 5px;
	border-bottom: 1px dotted #999;
}

#staffList{
	width: 520px;
}

#staffList li{
	padding: 15px 0 0 150px;
	border-bottom: 1px dotted #999;
	position: relative;
}
#staffList li h3{
	padding: 10px 0 0 15px;
	border-bottom: 12px solid #0b2559;
	color: #0b2559;
	font-size: 16px;
	font-weight: bold;

}
#staffList li div{
	position: absolute;
	top: 15px;
	left: 5px;
	padding: 5px;
	width: 125px;
	height: 95px;
	background: url("../images/staff/frmStaffPhoto.gif") no-repeat left top;
}
#staffList li p{
	padding: 10px;
	font-size: 12px;
	line-height: 1.3em;
}
