@charset "UTF-8";
/* CSS Document */
/*
==========================================================
#topImg
==========================================================
*/
#topImg {
	width: 100%;
	height: 303px;
	margin: 0px;
	padding: 0px;
	background-image:url(../topImage/mainBg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	clear: both;
}
#topImg h1{
	width: 960px;
	height: 300px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(../topImage/topImg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/*left*/
#left {
	width: 470px;
	margin:46px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
	float: left;
}
/*right*/
#right {
	width: 470px;
	margin:46px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
	float: right;
}

/*searchBox infoBox*/
#searchBox,
/* UPD 2011.10.18 bcc */
#infoBox {
	width: 470px;
	height: 293px;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	background-color:#FDFDFA;
}
#searchBoxInner,
/* UPD 2011.10.18 bcc */
#infoBoxInner {
	width: 466px;
	height: 289px;
	margin: 1px;
	padding: 0px;
	border: 1px solid #E5DBCC;
	overflow: hidden;
	font-size: 12px;
	color:#444444;
	line-height: 25px;
}
#searchBox iframe{
	width: 470px;
	height: 300px;
	margin: 0px;
	padding: 0px;
}
#searchBoxInner form{
	margin: 0px;
	padding: 0px;
	
}


#infoBoxInner h3{
	width: 150px;
	height: 20px;
	margin: 12px 0px 0px 12px;
	font-size: 20px;
	line-height: 20px;
	padding: 0px;
	background-image:url(../topImage/infoTitle.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#infoBoxInner iframe{
	width: 466px;
	height: 228px;
	margin: 10px 1px 0px 1px;
}



/*contentsLink*/
#contentsLink{
	clear:both;
	width: 960px;
	height: 200px;
	margin: 0px;
	padding: 0px;
}
#contentsLink ul{
	width: 980px;
	height: 200px;
	margin: 0px 0px 0px -10px;
	padding: 0px;
	overflow: hidden;
}
#contentsLink ul li{
	width: 225px;
	height: 200px;
	margin: 0px 10px;
	padding: 0px;
	float: left;
	display: inline;
	background-color:#FDFDFA;
}
#contentsLink ul li dl{
	width: 221px;
	height: 196px;
	margin: 1px;
	padding: 0px;
	border: 1px solid #E5DBCC;
}
#contentsLink ul li dt{
	height: 20px;
	margin: 15px 0px 10px 12px;
	padding: 0px;
}
#contentsLink ul li dd{
	width: 90px;
	height: 140px;
	margin: 0px 0px 0px 125px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 19px;
	color:#725F46;
}
#contentsLink ul li dd a{
	color:#725F46;
	text-decoration: none;
}
#contentsLink ul li dd a:hover{
	color:#FF594A;
}
.jobapplicant{
	background-image: url(../topImage/jobapplicantBg.jpg);
	background-repeat: no-repeat;
	background-position: left 32px;
}

.staff{
	background-image: url(../topImage/staffBg.jpg);
	background-repeat: no-repeat;
	background-position: left 32px;
}
.company{
	background-image: url(../topImage/companyBg.jpg);
	background-repeat: no-repeat;
	background-position: left 32px;
}
.support{
	background-image: url(../topImage/supportBg.jpg);
	background-repeat: no-repeat;
	background-position: left 32px;
}
