body {
	background: #000000;
}

#content-all {
	width: 900px;
	padding: 0 50px 100px 50px;
	margin: 115px auto -30px auto;
	padding-top: 10px;
	background: #000000;
	border: 1px solid #5e5e5e;
	padding-bottom: 100px;
}

/* header
------------------------------------------------------------------*/
#head {
	width: 100%;
	height: 207px;
	z-index: 10000;
	position: relative;
	background-image: url(../images/bg_recruit.jpg);
	background-repeat: repeat-x;
	top: 0px;
	left: 0px;
	marginm: 0 auto;
}
#head-inner {
	width: 1000px;
	height: 297px;
	background-image: url(../images/head_image_recruit.jpg);
	background-position-y: bottom;
	background-repeat: no-repeat;
	position: relative;
	margin: 0 auto;
}
#head-inner img {
	margin: 65px 0 0 690px;
}
#head h1 {
	width: 1000px;
	margin: 0 auto;
    position: relative;
	background-image: url(../images/bg_head_recruit.png);
	background-position-x: -498px;
	background-repeat: no-repeat;
    top: 0;
    left: 348px;
}
#head h1 img {
    margin: 0 auto;
}

#btn-submit {
	width: 900px;
	text-align: center;
	margin-top:30px;
}
#btn-submit .tel-line{
	width: 900px;
	text-align: right;
	margin-top:10px;
}
#btn-submit .tel-line p{
	float:left;
}
hr {
    height: 1px;
    border: none;
    border-top: 1px #403f3f solid;
    margin: 30px 0 10px 0;
}

/* title
--------------------------------------*/
h2{
	color: #4e4e4e;
}

/* table
--------------------------------------*/
table.list {
	width:900px;
	margin-top: 16px;
	clear: both; 
	border-top: 1px solid #403f3f;
}
table.list td {
	padding: 5px;
	text-align: left;
	vertical-align:top;
	border-bottom: 1px solid #403f3f;
}
table.list th {
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #403f3f;
}

.txt-red{
	color: #DEC172;
}