@charset "Shift_JIS";


/* class（共通で使用）
-------------------------------------------------------------------*/
.center 	{ text-align:center;}
.a_left		{ text-align:left;}
.a_right	{ text-align:right;}
.f_left		{ float:left;}
.f_right	{ float:right;}
.small		{ font-size:10px;}
.posi_r 	{ position:relative;}
.posi_a 	{
	position:absolute;
	left: 5px;
}
.rollover 	{}
.clear {
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
	}
.skip {
	position:absolute;
	left:-9999px;
	top:-9999px;
	height:0;
	overflow: hidden;
	}

/* base
---------------------------------------------------------------------------------*/
#container {
	margin:0 0 0 -14px;
	width:779px;
	}
h1 {
	height:105px;
	}
#main {
	background:url(/ja/recruit/img/recruit_bg_navi.gif) right repeat-y;
	}
h2 {
	float:left;
	}
h3 {
	margin:0 0 0 30px;
	}
#localnavi {
	float:right;
	width:299px;
	height:508px;
	background:url(/ja/recruit/img/recruit_bg_navibottom.gif) bottom right no-repeat;
	}
#localnavi .bg_top {
	height:10px;
	background:url(/ja/recruit/img/recruit_bg_navitop.gif) top right no-repeat;
	font-size:0;
	}
#localnavi .bg_bottom {
	height:10px;
	font-size:0;
	}
dl#navi {
	margin:0 0 20px 30px;
	list-style:none;
	}
dl#navi dt {
	margin:0;
	padding:0;
	line-height:0;
	font-size:0;
	}
dl#navi dt.mark01 {
	padding-top:4px;
	}
dl#navi dd {
	margin:0;
	padding:0;
	line-height:0;
	font-size:0;
	}
ul#banner {
	margin-left:30px;
	list-style:none;
	}
ul#banner li {
	margin-bottom:5px;
	line-height:0;
	font-size:0;
	}




















