﻿#main_left{
	height:auto;
	font-size:10.5pt;
}
.staff_wrap{
	overflow:hidden;
	//background:#faa;
	margin-bottom:20px;
}
.staff_img{
	float:left;
}
.staff_profile{
	float:left;
	overflow:hidden;
	margin-left:15px;
}
staff_profile dl{
	background:#aff;
	overflow:hidden;
}
.staff_profile dl dt{
	float:left;
	clear:both;
	padding:10px 0;
	background:#fffbf3;
	width:77px;
	padding-left:10px;
	border-left:3px solid #ffbb2f;
	margin:2px 0;
	color:#565656;
}
.staff_profile dl dd{
	float:left;
	padding:10px 0;
	//background:#cff;
	width:250px;
	padding-left:10px;
	margin:2px 0;
	color:#565656;
}
.bottom_mes_wrap{
	clear:both;
	overflow:hidden;
}
.bottom_mes_wrap .mes_left{
	float:left;
	padding:10px 0;
	background:#fffbf3;
	width:77px;
	padding-left:10px;
	border-left:3px solid #ffbb2f;
	margin:2px 0;
	color:#565656;
}
.bottom_mes_wrap .mes_right{
	float:left;
	padding:10px 0;
	//background:#cff;
	width:250px;
	padding-left:10px;
	margin:2px 0;
	color:#565656;
}