/********************************
*                               *  
 *   worp recruit base(x_x) 　　　 *
*                               * 
********************************/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 75%;
	line-height: 1.6;
	background-position: left center;
	width: 100%;
	color: #6c6c6c;
	background-color: #FFFFFF;
}

/*--------------------------------------
              link style
--------------------------------------*/
a img {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
a:link {
	text-decoration: underline;
	color: #ff6c00;
}
a:hover {
	text-decoration: underline;
	color: #ff6c00;
}
a:visited {
	color: #4d4c4c;
	text-decoration: none;
}
a:active {
	color: #4d4c4c;
	text-decoration: none;
}
.clear {
	clear: both;
	background-color: #FFFFFF;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*--------------------------------------
              basic layout
--------------------------------------*/

#wapper {
	width: 100%;
	height: auto;
	position: relative;
	background-position: center top;
}
#header {
	width: 100%;
	height: 99px;
	background-image: url(../images/main_h.jpg);
	background-repeat: repeat-x;
}
#header #h_Box {
	width: 1012px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 99px;
}

#header #h_Box h1 {
	font-size: 12px;
	font-weight: normal;
}
#header #h_Box ul {
	display: inline;
	list-style-type: none;
	position: absolute;
	left: 634px;
	top: 4px;
}
#header #h_Box li {
	float: left;
	margin-left: 10px;
}
#header #h_Box h2 {
	position: absolute;
	left: 0px;
	bottom: 3px;
}
#header #h_Box #logo2 {
	position: absolute;
	left: 894px;
	top: 73px;
}

#main {
	width: 1015px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
#main ul {
	display: inline;
	list-style-type: none;
}
#main li {
	float: left;
	margin-right: 2px;
	margin-bottom: 4px;
	margin-left: 2px;
}
*html #main li {
	float: left;
	margin-right: 1px;
	margin-bottom: 4px;
	margin-left: 1px;
}
#footer {
	background-image: url(../images/main_f.gif);
	background-repeat: repeat;
	height: auto;
	width: 100%;
	padding-top: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #e2e1e1;
	padding-bottom: 20px;
	background-position: center bottom;
}
#footer #f_Box {
	width: 1012px;
	margin-right: auto;
	margin-left: auto;
}
#footer #f_Box #leftBox {
	float: left;
	height: auto;
	width: 538px;
}
.bar {
	margin-bottom: 10px;
}
#footer #f_Box #leftBox #newsBox {
	background-color: #FFFFFF;
	height: 296px;
	width: 518px;
	overflow: auto;
	padding: 10px;
}
#newsBox dt {
	font-size: 10px;
}
#newsBox dd {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#footer #f_Box #rightBox {
	float: right;
	width: 465px;
}
#footer #f_Box #rightBox ul {
	list-style-type: none;
	display: inline;
}
#footer #f_Box #rightBox .f_left {
	float: left;
	margin-bottom: 5px;
}
#footer #f_Box #rightBox .f_right {
	float: right;
	margin-bottom: 5px;
}
#footer #f_Box #cpr {
	margin-top: 20px;
	margin-bottom: 20px;
}
