@charset "UTF-8";


/*ヘッダを固定して常に表示
-----------------------------*/
@media screen {  
body{  
	margin: 0;  
	padding-top:130px;
}  
* html body{  
    overflow: hidden;  
	/*スクロール時のブレ対策*/
    background-image : url("dummy");
    background-attachment: fixed;
}   
div#rock {  
    position: fixed !important;  
    position: absolute;  
    top: 0;  
    left: 0;  
    width: 100%;  
    height: 130px;  
    background-color: #FFF;  
/*IE6ヘッダ固定用*/
    _top: expression(eval(document.documentElement.scrollTop+0)+'px');
}  

* html div#moveable{  
    height: 100%;  
    overflow: auto;  
}  
}  
@media print {  
body {
	margin: 0;  
	zoom: 67%; /*WinIE only */
}
}  

/*メインイメージ
-----------------------------*/
/*=====求人情報のトップ=====*/
#mainimage_recruit_top{
	background:url(../imgs/main_recruit_top.jpg) no-repeat ;
	width:750px;
	height:137px;
	overflow:hidden;
	text-indent:-9999px;
}
/*=====募集要項=====*/
#mainimage_youkou{
	background:url(../imgs/main_recruit_youkou.jpg) no-repeat ;
	width:750px;
	height:137px;
	overflow:hidden;
	text-indent:-9999px;
}
/*=====福利厚生=====*/
#mainimage_welfare{
	background:url(../imgs/main_recruit_fukuri.jpg) no-repeat ;
	width:750px;
	height:137px;
	overflow:hidden;
	text-indent:-9999px;
}

/*=====先輩の声=====*/
#mainimage_recruit_voice{
	background:url(../imgs/main_recruit_voice.jpg) no-repeat ;
	width:750px;
	height:137px;
	overflow:hidden;
	text-indent:-9999px;
}

/*=====会社からのメッセージ=====*/
#mainimage_recruit_message{
	background:url(../imgs/main_recruit_message.jpg) no-repeat ;
	width:750px;
	height:137px;
	overflow:hidden;
	text-indent:-9999px;
}
.shikaku_message{
	background:url(../imgs/shikaku.gif) 0 4px no-repeat;
	padding-left:20px;
	padding-bottom:15px;
	height:12px;
	line-height:25px;
	font-size:13px;
	font-weight:400;
	}
