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

@import "reset.css";
@import "base.css";
@import "common.css";
@import "cont_common.css";

/* 
------------------------------------------------------------------------------------*/
#staff {
	margin-bottom:60px;
}

#staff .list {
	overflow:hidden;
	zoom:1;
}

#staff .list dl {
	float: left;
	width:195px;
	padding:10px;
	background-color:#F1EAD8;
	margin-right:30px;
	margin-bottom:30px;
}

#staff .list dl.last {
	margin-right:0;
}

#staff .list dl dt {
	margin-bottom: 10px;
}

#staff .list dl dd {
	font-size: 1.2em;
}
