@charset "utf-8";

#wrapper {
	background-image: url(../images/header_pic01.jpg);
	background-repeat: no-repeat;
}
#main h3 {
	margin-top: 30px;
}

#main .section h4 {
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	background-color: #F0F0F0;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #666;
	color: #333;
}
#main th {
	font-size: 12px;
	color: #333;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 120px;
	padding-right: 10px;
}
#main .section table {
	margin-bottom: 30px;
}
#main td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.xls_download {
	background-image: url(../recruit/images/xliicon.png);
	display: block;
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-top: 10px;
}

