/* CSS Document */
/*------------------------------------------------------
グローバルナビのON画像指定
-------------------------------------------------------*/
div#g_navi ul li#bt_g_navi04 a {
	background: url(../../images/common/g-navi04.jpg) no-repeat bottom;
}
/*------------------------------------------------------
ここまでグローバルナビのON画像指定
-------------------------------------------------------*/

/*------------------------------------------------------
ページタイトル指定
-------------------------------------------------------*/
/* タイトル右の画像指定 */
div#main_tti_box {
	background: url(../../images/recruitment/bg_ttl_main.jpg) no-repeat right;
	width: 800px;
	height: 101px;
}
/* タイトル画像指定 */
div#main_tti_box h1 {
	background: url(../../images/recruitment/i_ttl_main.jpg) no-repeat;
	width: 230px;
	height: 54px;
	text-indent: -1000em;
	overflow: hidden;
}
/* タイトル下のテキスト画像指定 */
div#main_tti_box h2 {
	background: url(../../images/recruitment/i_ttl_explanation.jpg) no-repeat;
	width: 230px;
	height: 47px;
	text-indent: -1000em;
	overflow: hidden;
}
/*------------------------------------------------------
ここまでページタイトル指定
-------------------------------------------------------*/

div.contents_block01 ul {
	border-left: 3px solid #FF7A1F;
	margin-left: 10px;
	padding-left: 5px;
}

div.txt_box01 {
	background-color: #F9F9F4;
	border: 1px solid #CCCCCC;
	width: 100%;
}

div.txt_box01 p {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding: 30px 0px;
	text-align: center;
}

/* ここから社員紹介ページ */

div.employee_img01 {
	float: left;
	width: 190px;
}

div.employee_img02 {
	float: right;
	width: 190px;
}

div.detail_employee01 {
	float: right;
	width: 400px;
        
}

div.detail_employee02 {
	float: left;
	width: 400px;
}

div.detail_employee01 h4 {
	width: 400px;
	margin: 0 0 15px 0;
}

div.detail_employee01 p {
	margin: 0 15px;
}

div.detail_employee02 h4 {
	margin: 0 0 15px 0;
}

div.detail_employee02 p {
	margin: 0 15px;
}




