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

/*==========================================================

	メインイメージ（階層ページ版）

==========================================================*/
#mainimg_second {
	font-family:'Lucida Grande', Meiryo, sans-serif;
	width:896px;
	height:116px;
	position:relative;
	clear:both;
	background-image: url(../image/main_image.jpg);
	background-repeat: no-repeat;
	background-position: right top;	/*padding-bottom: 10px;*/
}
.maintitle {
	width:300px;
	height:30px;
	position:absolute;
	top:50px;
	left:20px;
	font-size: 20px;
        font-weight:bold;
	color: #222222;
}
.maintext {
	width:300px;
	height:30px;
	position:absolute;
	top:30px;
	left:20px;
}


/*==========================================================

	コンテンツ

==========================================================*/

.title_h2_bg{
	font-family:'Lucida Grande', Meiryo, sans-serif;
	width:620px;
	height:30px;
	font-size:14px;
	background-image: url(../image/title_h2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left:20px;
	_padding-left:10px;
	_width:610px;
}

.title_h3_bg{
	font-family:'Lucida Grande', Meiryo, sans-serif;
	width:302px;
	height:25px;
	font-size:11px;
	background-image: url(../image/title_h3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left:10px;
}

/*==========================================================

	コンテンツbox

==========================================================*/

.box_job{
	margin:0px;
}


.box_job_left{
	width:210px;
	float:left;
	margin-top:20px;
	margin-bottom:20px;
	margin-right:20px;
}

.box_job_right{
	width:390px;
	float:right;
	margin-top:20px;
	margin-bottom:20px;
}

.box_job_left2{
	width:300px;
	float:left;
	margin-top:20px;
	margin-bottom:20px;
	_overflow:hidden;
}

.box_job_right2{
	width:300px;
	float:right;
	margin-top:20px;
	margin-bottom:20px;
	_overflow:hidden;
}


/*==========================================================

	求人票一覧ページ

==========================================================*/



#contents_joblist {
	width:896px;
	overflow:hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	height: auto;
}
#main_joblist {
	width:620px;
	float:left;
}

#jobtable{
	width:620px;
	padding:5px 5px;
	border:1px solid #999;
	margin-bottom:20px;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

#jobtable th{
	font-weight:bold;
	text-align:center;
	padding:10px 10px;
	background-color:#CCC;
	border:1px solid #999;
	border-bottom:double;
}

#jobtable td{
	padding:5px 5px;
	border:1px solid #999;
	text-align:center;
	color:#666;
}

#jobtable .bg{
	background-color:#eee;
}
