@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);

/* voice
--------------------------------------------------------------------*/

#staff {
padding-bottom:10px;
*padding-bottom:30px;
}

#staff .staff {
	overflow:hidden;
	/zoom:1;
	padding:9px;
	border:1px solid #CCD1DD;
	background:#F2F3F7;
	margin-bottom:20px;
}

#staff p.left_img {
	float:left;
	width:160px;
	text-align:center;
}

#staff p.right_img {
	float:right;
	width:160px;
	text-align:center;
}

#staff .staff .left_text {
	margin-right:180px;
}

#staff .staff .right_text {
	margin-left:180px;
}

#staff dl dt {
	font-weight:bold;
	border-bottom:1px dotted #999;
	margin-bottom:5px;
}