/*----------------------------------------------------------------------
中ページ(採用情報/スタッフ紹介)
----------------------------------------------------------------------*/


#main_area .rec_top_image {
	clear: both;
	background-image: url(../images/recruit_title.jpg);
	background-repeat: no-repeat;
	width: 948px;
	height: 198px;
	text-align: center;
	margin: 0 auto;
}





#main_area .r_title {
	background-image: url(../images/m_title_bg.gif);
	background-repeat: no-repeat;
	width: 950px;
	height: 32px;
	text-align: left;
	padding: 7px 0 0 13px;
	margin: 20px 0 9px 10px;
	font-size: 125%;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #492b1e;
}



#main_area .r_text {
	text-align: left;
	padding: 0 0 0 27px;
	font-size: 95%;
	line-height: 150%;
}


#main_area .r_text span {
	font-size: 110%;
	font-weight: bold;
	color: #db0000;
}




#main_area .r_text a {
	font-size: 100%;
	text-decoration: underline;
	color: #db0000;

}


#main_area .r_text a:hover {
	text-decoration: none;
	color: #FF6B6B;

}


#main_area .r_text img {
	vertical-align: text-bottom;

}


#main_area .r_table {
	border-top: 1px solid #D3B7A3;
	border-left: 1px solid #D3B7A3;
	text-align: left;
	margin-left: 18px;
}


#main_area .r_table .r_t_title {
	border-bottom: 1px solid #D3B7A3;
	border-right: 1px solid #D3B7A3;
	padding: 6px 0 3px 0;
	font-size: 95%;
	width: 150px;
	text-align: center;
	background-color: #FBEDDD;
}



#main_area .r_table .r_detail {
	border-bottom: 1px solid #D3B7A3;
	border-right: 1px solid #D3B7A3;
	padding: 6px 0 3px 8px;
	font-size: 95%;
	text-align: left;
	width: 550px;
}

















