/* recruit CSS Document */
/* 本CSSの使用はrecruit/index.htmlのみ */
dd.moushikomi{
	text-align:center;
}
.moushikomi a{ /* left */
	background:url(../image/btn_entry.gif) left top no-repeat;
	display: block;
	text-indent: -99999px;
	width: 122px;
	height: 33px;
}
.moushikomi a:hover {
	background:url(../image/btn_entry.gif) left -33px no-repeat;
}
.moushikomi_r a{ /* right */
	margin:0px 0px 0px auto;
	background:url(../image/btn_entry.gif) left top no-repeat;
	display: block;
	text-indent: -99999px;
	width: 122px;
	height: 33px;
}
.moushikomi_r a:hover {
	background:url(../image/btn_entry.gif) left -33px no-repeat;
}

.moushikomi_c a{ /* center */
	margin:0px auto 0px auto;
	background:url(../image/btn_entry.gif) left top no-repeat;
	display: block;
	text-indent: -99999px;
	width: 122px;
	height: 33px;
}
.moushikomi_c a:hover {
	background:url(../image/btn_entry.gif) left -33px no-repeat;
}

/* ---------- 説明会申込[ ---------- */
.moushikomi2 a{
	margin:0px 130px 0px auto;
	background:url(../image/btn_entry2.gif) left top no-repeat;
	display: block;
	text-indent: -99999px;
	width: 122px;
	height: 33px;
}
.moushikomi2 a:hover {
	background:url(../image/btn_entry2.gif) left -33px no-repeat;
}
/* ---------- ]説明会申込 ---------- */

.recruit_info a{
	margin:0px 0px 0px auto;
	background:url(../image/btn_recruit.gif) left top no-repeat;
	display: block;
	text-indent: -99999px;
	width: 520px;
	height: 35px;
}
.recruit_info a:hover {
	background:url(../image/btn_recruit.gif) left -35px no-repeat;
}
.title_border {
	font-size: 100%;
	margin:20px 0px 0px 30px;
	padding: 0px 0px 3px 0px;
	display: block;
	width: 520px;
	border-bottom: 1px dashed #2F97FF;
}

.left_mag01 {
	margin-left: 8px;
	padding-left: 8px;
}
.left_mag02 {
	margin-left: 17px;
	padding-left: 8px;
}/* print.css */