@charset "UTF-8";

/*----------------------------------------------------------------------staff*/

h2 {
	height: 55px;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-position: top;
}
h2.title {
	background-image: url(../images/staff/img_01.gif);
	height: 55px;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-position: top;
}
ul,li {
	margin:0;
	padding:0;
}
#main {
	width:550px;
	background-color: #121212;
	padding-left: 70px;
	padding-bottom: 20px;
	color: #FFFFFF;
}
#staffList {
	width:500px;
	margin:0 0 20px;
	padding:0;
	border-top:#555555 dotted 1px;
}
#staffList ul {
	height:2em;
	line-height:2em;
	border-bottom:#555555 dotted 1px;
	clear: left;
}
#staffList img {
	vertical-align: middle;
	margin: 0 3px 0 15px;
}

#staffList li {
	float: left;
	list-style-type: none;
	margin-right: 25px;
	width: 100px;
	display:block;
}
#staffList .oddLine {
	background-color:#333333;
	height:1.8em;
	line-height:1.8em;
}
#photoBlock {
	width:560px;
	clear:both;
}
#photoBlock li {
	text-align: center;
	width: 146px;
	height:125px;
	overflow:visible;
	list-style-type: none;
	background:url(../images/staff/bg_name.jpg) bottom left repeat-x;
	float:left;
	margin:0 22px 10px 11px;
}
#photoBlock li.farleft {
	margin-left:0px;
	margin-right:22px;
}

#photoBlock .staffPhoto {
	padding: 1px;
	margin-bottom:3px;
	border:#333333 solid 1px;
	vertical-align:text-top;
}
#photoBlock img {
	vertical-align: middle;
}

