@charset "utf-8";
/* ===================================================================
CSS information

 file name  :recruit.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */
/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */
/*グローバルメニューオン表示*/
#recruit #header #gnav li.nav_recruit a{
	background: url(../images/gnav.gif) -735px 35px;
}


/*ページタイトル*/
#recruit #main h2{
background: url(../recruit/images/title.gif) left bottom no-repeat;
}

/*main
----------------------------------------------------------- */
#recruit div#company_h3_title{
	width: 590px;
	height: 20px;
	margin: 0 0 20px 0;
	padding: 0;
	border: 0;
}

#recruit div#recruit_h3_title h3 {
	text-indent: -9999px;
	width: 590px;
	height: 20px;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
}

#recruit div#text {
	width: 590px;
	margin: 0 0 30px 0;
	padding: 0;
	border: 0;
}
/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}

