/*---求人情報---*/
h1.title {
	width:680px;
	height:60px;
	margin:0;
	padding:0;
	background-image:url(../images/title.gif);
	text-indent:-9999px;
}

#recruit_btn {
	margin:5px;
	text-align:center;
}
#recruit_btn ul {
	margin:0;
	padding:0;
}
#recruit_btn li {
	margin:6px;
	padding:0;
	list-style:none;
	float:left;
}
#recruit_btn li a {
	width:210px;
	height:48px;
	display:block;
	text-indent:-9999px;
}
#recruit_btn li.regular_btn a:link {
	background-image:url(../images/regular_btn.jpg);
	background-repeat:no-repeat;
}
#recruit_btn li.regular_btn a:visited {
	background-image:url(../images/regular_btn.jpg);
	background-repeat:no-repeat;
}
#recruit_btn li.regular_btn a:hover {
	background-image:url(../images/regular_btn_over.jpg);
	background-repeat:no-repeat;
}
#recruit_btn li.regular_btn a:action {
	background-image:url(../images/regular_btn_over.jpg);
	background-repeat:no-repeat;
}
#recruit_btn li.contract_btn a:link {
	background-image:url(../images/contract_btn.jpg);
	background-repeat:no-repeat;
}
#recruit_btn li.contract_btn a:visited {
	background-image:url(../images/contract_btn.jpg);
	background-repeat:no-repeat;
}
#recruit_btn li.contract_btn a:hover {
	background-image:url(../images/contract_btn_over.jpg);
	background-repeat:no-repeat;
}
#recruit_btn li.contract_btn a:action {
	background-image:url(../images/contract_btn_over.jpg);
	background-repeat:no-repeat;
}
#recruit_btn li.arbeit_btn a:link {
	background-image:url(../images/arbeit_btn.jpg);
	background-repeat:no-repeat;
}
#recruit_btn li.arbeit_btn a:visited {
	background-image:url(../images/arbeit_btn.jpg);
	background-repeat:no-repeat;
}
#recruit_btn li.arbeit_btn a:hover {
	background-image:url(../images/arbeit_btn_over.jpg);
	background-repeat:no-repeat;
}
#recruit_btn li.arbeit_btn a:action {
	background-image:url(../images/arbeit_btn_over.jpg);
	background-repeat:no-repeat;
}



/*----------------*/
div.shoprecruit {
	width:680px;
	background-color:#ECE9D8;
	clear:both;
	margin-bottom:20px;
}
:root div.shoprecruit {
	padding-bottom:12px;
}
div.shoprecruit h2.regulartitle {
	width:680px;
	height:34px;
	background-image:url(../images/regular_title.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	margin:0;
	padding:0;
}
div.shoprecruit h2.contracttitle {
	width:680px;
	height:34px;
	background-image:url(../images/contract_title.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	margin:0;
	padding:0;
}
div.shoprecruit h2.arbeittitle {
	width:680px;
	height:34px;
	background-image:url(../images/arbeit_title.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	margin:0;
	padding:0;
}
div.recruit_wrap {
	width:654px;
	border:#005E00 solid 1px;
	background-color:#FFFFFF;
	margin:12px;
}
p.recruit_comment {
	width:634px;
	background-color:#B6CB9A;
	border-bottom:#005E00 solid 1px;
	font-weight:bold;
	margin:0px;
	padding:10px;
}
div.recruit_info {
	width:634px;
	margin:10px;
}
div.recruit_info dl {
	margin:0;
	padding:0;
	background-image:url(../images/green_bar.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	clear:both;
}
div.recruit_info dt {
	margin:0;
	padding:8px 10px 8px 20px;
	width:90px;
	float:left;
	font-weight:bold;
}
div.recruit_info dd {
	margin:0px 0px 0px 120px;
	padding:8px 5px 8px 0px;
	width:490px;
}
