/* ------//採用情報//------ */

#title {
	background-image: url(../images/title_recruit.png);
}

#body p {
	margin: 0px 0px 20px 0px;
}

#body .btn_contact a {/*--お問い合わせボタン--*/
	display: block;
	width: 220px;
	height: 38px;
	background-image: url(../images/button.gif);
	background-position: 0px -196px;
	margin: 20px auto 0px auto;
}

#body .btn_contact a:hover {/*--お問い合わせボタン--*/
	background-image: url(../images/button_r.gif);
	background-position: 0px -196px;
}

/*--採用情報Ｂパターン用--*/
#body th {
	width: 150px;
}

#body .btn_entry a {/*--エントリーフォームボタン--*/
	display: block;
	width: 220px;
	height: 38px;
	background-image: url(../images/button.gif);
	background-position: 0px -138px;
	margin: 40px auto 0px auto;
}

#body .btn_entry a:hover {/*--エントリーフォームボタン--*/
	background-image: url(../images/button_r.gif);
	background-position: 0px -138px;
}

/*
#body {
	background-image: url(../images/2nd_recruit-b.jpg);
	background-position: -210px -192px;
	height: 300px;
}*/