@charset "utf-8";
/******************** recruit ********************/
h2#recruit {
	background: url(../img/h2-recruit.gif) no-repeat;
}
p.banner {
	margin: 15px 0 15px 18px;
}
p.border {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
table {
	width: 400px;
	margin: 20px 0 20px 80px;
}
td {
	background: #F7FAFF;
	padding: 8px 10px;
}
td.item {
	background: #EEF5FF url(../img/system-bg.png) no-repeat right top;
	border-left: 10px solid #acf;
	width: 120px;
	text-align: left;
}

p#sub1, p#sub2, p#sub3, p#sub4, p#sub5, p#sub6 {
    display: block;
    height: 20px;
	width: 300px;
    text-indent: -500px;
    overflow: hidden;
	margin: 0 10px 15px;
	clear: both;
	background-repeat: no-repeat;
}
p#sub1 {
	background-image: url(../img/sub-recruit1.gif);
}
p#sub2 {
	background-image: url(../img/sub-recruit2.gif);
}
p#sub3 {
	background-image: url(../img/sub-recruit3.gif);
}
p#sub4 {
	background-image: url(../img/sub-recruit4.gif);
}
p#sub5 {
	background-image: url(../img/sub-recruit5.gif);
}
p#sub6 {
	background-image: url(../img/sub-recruit6.gif);
}

/********************
*html  Internet Explorer6.0
*:first-child+html  Internet Explorer7.0
html>body  Firefox
html:first-child  Safari & Opera
********************/
