@charset "utf-8";
/* CSS Document */

/* --------------- */
/*  Staff          */
/* --------------- */
#staff h3 {
	margin-top: 25px;
	font-size: 150%;
	font-weight: bold;
}
#staff h4 {
	margin-top: 15px;
	padding: 7px 10px 3px 10px;
	font-size: 120%;
	font-weight: bold;
	border-left: 15px solid #b47551;
	background: #eae1de;
}

#staff div.columnbox {
	margin-top: 15px;
}
#staff div.block1 {
	position: relative;
	float: left;
	padding: 8px;
	width: 290px;
	height: 500px;
	min-height: 500px;
	border: 3px solid #d5d5d5;
}
html>body #staff div.block1 {
	width: 268px;
	height: auto;
}
#staff div.block2 {
	position: relative;
	margin-left: 15px;
	float: left;
	padding: 8px;
	width: 290px;
	height: 500px;
	min-height: 500px;
	border: 3px solid #d5d5d5;
}
html>body #staff div.block2 {
	width: 268px;
	height: auto;
}
#staff div.block3 {
	position: relative;
	float: right;
	padding: 8px;
	width: 290px;
	height: 500px;
	min-height: 500px;
	border: 3px solid #d5d5d5;
}
html>body #staff div.block3 {
	width: 268px;
	height: auto;
}
#staff p.photo {
	width: 268px;
	height: 268px;
	background: #CCC;
}

#staff dl {
}
#staff dl dt {
	padding: 2px 3px;
	font-size: 90%;
	font-weight: bold;
	background: #DFEAFE url(../img/common/bg_slash_blue.png) repeat;
/*	background: #DFEAFE;*/
}
#staff dl dt.firstChild {
	margin-top: 10px;
}

#staff dl dd {
	padding: 2px 3px;
	font-size: 90%;
}

