@charset "shift_jis";


/*　print.css
============================================================
	
	Author: ohsima Gihala
	Last modified: [ 2010 ]	
	CSS構成: 求人ページ用 印刷向け　
	
============================================================
*/


/* -------------------------------------------------------------------
            求人トップページ
			　　　											幅：960px
-------------------------------------------------------------------- */






/* ///////////////////////////////////////////////////////////// 基本定義 */
/* -- BODY -- */
body {
	background: none;
}

/* -- BASIC LINK -- */
a:link {
	color:#FF3366;
	text-decoration: underline;
}
a:visited {color:#FF3366; text-decoration: underline;}
a:hover {
	color:#339966;
	text-decoration:underline;
}




/* -- [ wrapper ] --------------------------------------- */
#wrapper {
	width:961px;
	margin:0 auto;
	padding:35px 0 0;
}



/* -- [ header ] --------------------------------------- */
.home #header {
	display: none;
}

.sub #header {
	display: none;
}



/* -- [ main ] --------------------------------------- */


/* 右メニュー */
/* -- [ side_navi] --------------------------------------- */
 

#sidemenu {
	width: 240px;
	float: right;
	margin: 0 0 20px;
	padding: 0;
}
#sidemenu h2 {
	display: none;
}
#sidemenu #side_navi {
	display: none;
}
#sidemenu #banner {
	display: none;
}
 


/* 申し込み・お問い合わせ枠 下段 */
#side_contact{
	margin:0;
	padding:0;
	position:relative;
}
#side_contact h3 {
	margin-bottom: 11px;
}
#side_contact p {
	margin-bottom: 0;
}
#side_contact p.linkBtn {
	width: 77px;
	height: 36px;
	position: absolute;
	top: 10px;
	right: 10px;
}
#side_contact a:hover {
	text-decoration: none;
}



/* 研修 中枠 */
#tra_sub_link {
width:422px;
height:auto;
margin:0 auto;
padding:0;
}

/* 画像リンク */
#tra_sub_img {
width:422px;
height:auto;
margin:0 auto;
padding:0;
}



/* -- [ page_top ] --------------------------------------- */
#page_top{
	display: none;
}



/* -- [ footer ] --------------------------------------- */
#footer{
	clear: both;
	background: none;
}

/* グループナビ */
#f_group_navi{
	display: none;
}


/* テキストナビ */
#f_text_navi{
	display: none;
}

