@charset "utf-8";
/* ===================================================================
CSS information

 file name  :recruit.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* 各ページタイトル画像
----------------------------------------------------------- */
#recruit #header h1 {
	background:url(../recruit/images/title.jpg) center 0 no-repeat;
}




/* .con_intro		INTRO
----------------------------------------------------------- */
#recruit #main .con_intro {
	margin-bottom:30px;
	padding-bottom:30px;
	width:705px;
	background:url(../images/bgline.gif) right bottom no-repeat;
}

#recruit #main .con_intro p {
	margin:15px 0 20px 30px;
	width:645px;
}

/* .con_recruit		INTRO
----------------------------------------------------------- */
#recruit #main .con_recruit {
	margin-bottom:30px;
	padding-bottom:30px;
	width:705px;
	background:url(../images/bgline.gif) right bottom no-repeat;
}

#recruit #main .con_recruit h3 {
	margin-bottom:20px;
}

#recruit #main .con_recruit table {
	margin-left:30px;
	width:675px;
}

#recruit #main .con_recruit table th {
	width:155px;
}

#recruit #main .con_recruit p {
	margin:10px 0 0 30px;
}




/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}


