@charset "utf-8";
/* recruitment layout */

#container {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}
#menu li {
	list-style-type: none;
	float: left;
}
.address_top {
	margin-top: 3px;
	margin-right: 50px;
	float: right;
}
.mt10 {
	margin-top: 10px;
}

h3 {
	color: #326292;
	line-height: 25px;
	padding-left: 10px;
	border: 3px double #ffffff;
	margin-top: 10px;
	background-color: #E4E4E8;
}
.recruitment {
	margin-top: 10px;
	width: 964px;
	height: 250px;
	background-image: url("../recruitment/img/recruitment_bg.jpg");
	background-size: 964px 250px;
	background-repeat: no-repeat;
}
.recruitment_left {
	width: 420px;
	margin-top: 5px;
	margin-left: 20px;
	float: left;
}
.recruitment_right {
	width: 470px;
	margin-top: 5px;
	float: right;
}
th {
	text-align: center;
	color: #326292;
	width: 80px;
	line-height: 18px;
	border-top: 10px solid #ffffff;
	border-bottom: 10px solid #ffffff;
	background-color: #E4E4E8;
}
td {
	border: 5px solid #ffffff;
}
.bg_white {
	background-color: #ffffff;
	text-indent: -9999px;
}
address {
	text-align: center;
	margin-top: 10px;
	clear: both;
}