@charset "UTF-8";
@import "base.css";
@import "base_staff.css";

#staff_area {
	padding-left: 0px;
	margin: 0px auto 0;
  text-align: left;
	height: 800px;
	
  padding-bottom: 10px;
}
.staff_box {
	width: 138px;
	height: 200px;
	float: left;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 8px;
	background-color: #FFFFFF;
	color: #FFFFFF;
}
.staff_p {
	width: 120px;
	height: 160px;
	margin: 5px auto 0;
}
.staff_txt {
	width: 120px;
	color: #666666;
	margin-top: 5px;
	margin-left: 15px;
	font-size: 12px;
}
.new_mark {
	width: 120px;
	height: 10px;
	margin-left: 15px;
}
#footer {
	width: 1000px;
	font-size: 11px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
}
