@charset "UTF-8";
/* CSS Document */

/*mainImg*/
#mainImg {
	width: 100%;
	height: 153px;
	margin: 0px;
	padding: 0px;
	background-image:url(image/imageBg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	clear: both;
}
#mainImg img{
	width: 960px;
	height: 150px;
	margin: 0px 0px auto 0px;
	padding: 0px;
}
#searchBox{
	margin: 0px;
	padding:0px;
}

#searchBox h2{
	margin: 10px 0px 5px 30px;
	font-size:15px;
	color: #775149;
	font-weight:bold;
}

.voice{
	width: 660px;
	margin: 0px auto 20px auto;
	padding: 0px;
	overflow: hidden;
}
.voice dl{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 660px;
	overflow: hidden;
}
.voice dt{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	line-height: 32px;
	width: 660px;
	position: relative;
	border-bottom: 1px #E5DBCC dotted;
	background-color:#E5DBCC;
	height: 30px;
	color: #746048;
	font-size:13px;
	text-indent: 12px;
	font-weight: bold;
}
.voice dt label{
	height: 30px;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	color: #746048;
	font-size:12px;
	position: absolute;
	left: 510px;
	top: 0px;
}
.voice dd{
	margin: 5px 0px 10px 0px;
	padding: 0px 10px;
	line-height: 23px;
	width: 640px;
	color: #333;
	font-size:13px;
}
.name{
	text-align: right;
}

.main .btnBox,
.main .btnBox2{
	clear: both;
	text-align: center;
	padding:  0px 0px 35px 0px;
	margin: 0px;
}
.main .btnBox a{
	text-align: center;
	padding:  0px 0px;
	background-image: url(../commonImage/searchBtn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 100px;
	height: 32px;
	margin: 0px auto;
}
.main .btnBox2 a{
	text-align: center;
	padding:  0px 0px;
	background-image: url(../commonImage/searchBtn2.jpg) !important;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 100px;
	height: 32px;
	margin: 0px auto;
}
.main .btnBox a:hover,
.main .btnBox2 a:hover{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}
.main .pagenavi {
	font-size: 13px;
	line-height: 150%;
	color: #333;
	overflow: hidden;
	position: relative;
	margin: 20px 10px;
	padding-bottom: 2px;
	text-align: center;
}
.main .pagenavi a{
	color:#0066CC;
	text-decoration: underline;
}
.number{
	color:#FF6600;
}

.left{
	width: 340px;
	float:left;
}

table.job { 
	margin: 0px 0px 15px 0px ;
	padding:0px;
	width: 660px;
	border-collapse: collapse;
	overflow:hidden;
}
table.job th {
	margin: 0px;
	width:160px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-top: 1px solid #fff;
	 }
table.job td {
	margin: 0px;
	padding:18px 5px 0px 5px;
	color: #444444;
	background-color: #ffffff;
	font-size: 13px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #E5DBCC;
	overflow:hidden;
	}

