@import url("recruit_top.css");


/*初期化
///////////////////////////////////////*/
*{margin:0;padding:0;line-height:1.0;}
table{margin:0;padding:0;}
ul,ul li{margin:0;padding:0;list-style-type:none;}
img{border:0;vertical-align:top;}
a{text-decoration:none;}
a:hover{text-decoration:underline;}

/*--------------clearfix--------------*/
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {display:inline-block;}

/* Hides from IE-mac ¥*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */
/*--------------clearfix--------------*/



/****************************************
レイアウト******************************/
html{
	overflow-y:scroll;
}
a{
	color:#FF9900;
}
*{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;	
	line-height:150%;
}


/****************************************
ヘッダー********************************/
#header_area{
	width:900px;
	margin:10px auto 0 auto;
}
#header_area h1 a{
	width:243px;
	height:29px;
	float:left;
	background:url(../img/img_logo2.gif) no-repeat 0 0;
	text-indent:-9999px;
	display:block;
}

#header_area ul{
	margin:0;
	float:right;
}
#header_area li{
	float:left;
	margin:0 0 0 20px;
}
#header_area a#skillup, #header_area a#skillupNow{
	width:119px;
	height:12px;
	margin:5px 0 0 0;
	background:url(../img/txt_skilup.gif) no-repeat 0 0;
	display:block;
	text-indent:-9999px;
	font-size:1px;
}
#header_area a#skillup:hover, #header_area a#skillupNow{
	background:url(../img/txt_skilup.gif) no-repeat 0 -13px;
}
#header_area a#inquiryInfo, #header_area a#inquiryInfoNow{
	width:55px;
	height:12px;
	margin:5px 0 0 0;
	background:url(../img/txt_inquiryInfo.gif) no-repeat 0 0;
	display:block;
	text-indent:-9999px;
	font-size:1px;
}
#header_area a#inquiryInfo:hover, #header_area a#inquiryInfoNow{
	background:url(../img/txt_inquiryInfo.gif) no-repeat 0 -13px;
}
#header_area a#enterprise{
	width:98px;
	height:20px;
	background:url(../img/btn_toEnterprise.gif) no-repeat 0 0;
	display:block;
	text-indent:-9999px;
}



/****************************************
下層ページ用幅**************************/
.inContents #main_container{
	width:900px;
	margin:0 auto;
}
.inContents #contents{
	margin:40px 0 0 0;
}



/****************************************
メインエリア****************************/
.inContents #main_area{
	width:660px;
	float:right;
}
.inContents #sub{
	width:200px;
	float:left;
}
h3{
	margin-bottom:15px;
}





/****************************************
フッター********************************/
#footer_area{
	width:900px;
	margin:0 auto;
	clear:both;
}
#footer_area ul{
	padding:10px;
	border:1px solid #CACACA;
}
#footer_area #links{
	float:left;
}
#footer_area #links a{
	color:#000;
	font-size:10px;
}
#footer_area #copyright{
	float:right;
	font-size:10px;
}



/****************************************
サブエリア******************************/

/*エントリーフォームはこちら*/
a.btn_entryForm{
	width:200px;
	height:102px;
	margin-bottom:10px;
	background:url(../img/btn_entryForm.jpg) no-repeat 0 0;
	text-indent:-9999px;
	display:block;
}
a.btn_entryForm:hover{
	background:url(../img/btn_entryForm.jpg) no-repeat 0 -102px;
}
/*先輩からのメッセージ*/
a.btn_message{
	width:200px;
	height:125px;
	margin-bottom:10px;
	background:url(../img/btn_messages.jpg) no-repeat 0 0;
	text-indent:-9999px;
	display:block;
}




/****************************************
採用情報********************************/

.colorList{
	padding:10px 20px;
	margin:0 0 10px 0;
	background:#F6F6F6;
	border:1px solid #CCC;
}
.colorList dt{
	width:100px;
	clear:both;
	float:left;
}
.colorList dd{
	padding-left:100px;
}

.dotList{
	padding:10px 20px;
	margin-bottom:40px;
	border:1px solid #CCC;
}
.dotList dt{
	width:100px;
	clear:both;
	float:left;
}
.dotList dd{
	padding:0 0 10px 100px;
	margin:0 0 10px 0;
	background:url(../img/dot2.gif) repeat-x bottom;
}
.dotList dd.nodot{
	padding:0 0 0 100px;
	margin:0 0 0 0;
	background:none;
}








