@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

ol{
	text-indent:1em;
}

.mb0{
	margin-bottom:0px !important;
}

body{
	font-size:12px;
	color:#000;
	line-height:150%;
	background-image:url(../tmpl/image/bg.png);
	background-repeat:repeat-x;
	background-position:left top;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img{
	border:0;
	vertical-align:top;
	vertical-align:bottom;
}

a{
	overflow:hidden;
	outline:none;
	color:#67BF0C;
}

html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

/*
dwcs4でflashの下に隙間が出来る対策
*/
object {
	display: block;
}

.pc_hide{
	display:none;
}

.sp_hide{
}


/*-------------------------------------------------------------------------------*/
/*ヘッダー*/

#header{
	width:1002px;
	height:82px;
	margin:0px auto;
	overflow:hidden;
	position:relative;
}

/*ロゴ*/

#header h1{
	width:296px;
	height:49px;
	position:absolute;
	top:21px;
	left:0px;
}

#header h1 a{
	display:block;
	background-image:url(../tmpl/image/logo.png);
	width:296px;
	height:49px;
	display:block;
}

#header h1 a span{
	display:none;
}

/*ヘッダーメニュー*/

#header_menu{
	width:300px;
	line-height:150%;
	position:absolute;
	overflow:hidden;
	left: 524px;
	top: 43px;
	text-align:right;
}

#header_menu a{
	color:#67BF0C;
}

#header_menu a:hover{
	color:#09F;
}
/*テキストサイズ*/

#txtsize01{
	width:65px;
	height:15px;
	background-image:url(../tmpl/image/head_txtsize.png);
	position:absolute;
	overflow:hidden;
	top:44px;
	right:89px;
	display:block;
}

#txtsize01 span{
	display:none;
}

#txtsize02{
	width:34px;
	height:30px;
	position:absolute;
	top:37px;
	right:47px;
	display:block;
}

#txtsize02 a{
	display:block;
	width:34px;
	height:30px;
	background-image:url(../tmpl/image/bt_txtsize01.png);
}

#txtsize02 a:hover{
	background-image:url(../tmpl/image/bt_txtsize01_on.png);
}

#txtsize02 a span{
	display:none;
}

#txtsize03{
	width:45px;
	height:30px;
	position:absolute;
	top:37px;
	right:0px;
	display:block;
}

#txtsize03 a{
	display:block;
	width:45px;
	height:30px;
	background-image:url(../tmpl/image/bt_txtsize02.png);
}

#txtsize03 a:hover{
	background-image:url(../tmpl/image/bt_txtsize02_on.png);
}

#txtsize03 a span{
	display:none;
}


/*-------------------------------------------------------------------------------*/
/*グローバルナビゲーション*/

#gnavi{
	clear:both;
	width:1002px;
	margin:0px auto;
	overflow:hidden;
	display:block;
}

#gnavi li{
	list-style-type:none;
	float:left;
	display:inline;
	overflow:hidden;
}

#gnavi li a{
	display:block;
	height:59px;
	overflow:hidden;
}

#gnavi li a span{
	display:none;
}


/**/

#gnavi li.gnavi01{
	width:202px;
}

#gnavi li.gnavi01 a{
	width:202px;
	background-image:url(../tmpl/image/gnavi01.png);
}

#gnavi li.gnavi01 a:hover{
	background-image:url(../tmpl/image/gnavi01_on.png);
}

#gnavi li.gnavi02{
	width:199px;
}

#gnavi li.gnavi02 a{
	width:199px;
	background-image:url(../tmpl/image/gnavi02.png);
}

#gnavi li.gnavi02 a:hover{
	background-image:url(../tmpl/image/gnavi02_on.png);
}

#gnavi li.gnavi03{
	width:201px;
}

#gnavi li.gnavi03 a{
	width:201px;
	background-image:url(../tmpl/image/gnavi03.png);
}

#gnavi li.gnavi03 a:hover{
	background-image:url(../tmpl/image/gnavi03_on.png);
}

#gnavi li.gnavi04{
	width:200px;
}

#gnavi li.gnavi04 a{
	width:200px;
	background-image:url(../tmpl/image/gnavi04.png);
}

#gnavi li.gnavi04 a:hover{
	background-image:url(../tmpl/image/gnavi04_on.png);
}

#gnavi li.gnavi05{
	width:200px;
}

#gnavi li.gnavi05 a{
	width:200px;
	background-image:url(../tmpl/image/gnavi05.png);
}

#gnavi li.gnavi05 a:hover{
	background-image:url(../tmpl/image/gnavi05_on.png);
}


/*-------------------------------------------------------------------------------*/
/*フッター*/

#footer_wrap{
	clear:both;
	min-width:100%;
	min-width:1000px;
	margin:0px auto;
	overflow:hidden;
	background-image:url(../tmpl/image/bg_footer.png);
	background-repeat:repeat-x;
	background-position:left bottom;
}

/*ページトップへ戻る*/

#f_gotop{
	width:1000px;
	margin:0px auto;
	overflow:hidden;
	height:24px;
}

#f_gotop a{
	display:block;
	background-image:url(../tmpl/image/footer_gotop.png);
	width:160px;
	height:24px;
	float:right;
	overflow:hidden;
}

#f_gotop a span{
	display:none;
}

/*フッター中身*/

#footer{
	width:1000px;
	height:62px;
	margin:0px auto;
	overflow:hidden;
}

#footer dl{
	width:1000px;
	height:62px;
	overflow:hidden;
}

#footer dl dt{
	width:171px;
	float:left;
	overflow:hidden;
	margin-top:19px;
}

#footer dl dd{
	float:left;
	line-height:125%;
	padding:0px 0px 0px 0px;
	margin-left:20px;
}

#footer dl dd.col02{
	padding:20px 0px 0px 0px;
}

#footer dl dd.col02 address{
	font-style:normal;
}

#footer dl dd.col03{
	padding:10px 0px 0px 0px;
}


/*-------------------------------------------------------------------------------*/
/*copy*/

#copy{
	clear:both;
	max-width:100%;
	min-width:1000px;
	margin:0px auto;
	overflow:hidden;
	background-image:url(../tmpl/image/bg_copy.png);
}

#copy p{
	width:1000px;
	margin:0px auto;
	overflow:hidden;
	color:#FFF;
	text-align:center;
	line-height:26px;
	font-size:0.875em;
}

/*-------------------------------------------------------------------------------*/

#bn_right{
	width:265px;
	margin:0px auto;
	overflow:hidden;
	list-style:none;
	display:block;
	/*padding-bottom:80px;*/
}

#bn_right li{
	background-repeat:no-repeat;
	background-position:left top;
	margin-bottom:6px;
}

#bn_right li a{
	display:block;
}

#bn_right li a span{
	display:none;
}

#bn_right li a:hover{
	background-position:right top;
}

#bn01 a{
	background-image:url(../tmpl/image/bn_iryo.png);
	width:257px;
	height:56px;
}

#bn02 a{
	background-image:url(../tmpl/image/bn_rec.png);
	width:257px;
	height:56px;
}

#bn03 a{
	background-image:url(../tmpl/image/bn_new.png);
	width:257px;
	height:56px;
}

#bn04 a{
	background-image:url(../tmpl/image/bn_muryo.png);
	width:257px;
	height:56px;
}

#bn05 a{
	background-image:url(../tmpl/image/bn_seikyo.png);
	width:259px;
	height:58px;
}

#bn06 a{
	background-image:url(../tmpl/image/bn_jissyu.png);
	width:259px;
	height:58px;
}

#bn07 a{
	background-image:url(../tmpl/image/bn_shogaku.png);
	width:259px;
	height:58px;
}
/*-------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------*/
/*サブメニュー*/

#submenu_lv1{
	background-image:url(../recruit/common/sub_ol_body.png);
	width:282px;
	margin:0px auto 30px auto;
	overflow:hidden;
}

#submenu_lv2{
	width:282px;
	background-image:url(../recruit/common/sub_ol_foot.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	overflow:hidden;
}

#submenu_lv2 dl{
	display:block;
	width:282px;
	overflow:hidden;
}

#submenu_lv2 dl dt{
	display:block;
}

#submenu_lv2 dl dd{
	display:block;
	width:248px;
	margin:5px auto 15px 18px;
}

#submenu_lv2 dl dd ul{
	width:248px;
	overflow:hidden;
}

#submenu_lv2 dl dd ul li{
	list-style-type:none;
	width:248px;
	
	overflow:hidden;
	background-color:#FFF;
	margin-bottom:2px;
}

#submenu_lv2 dl dd ul li a{
	display:block;
	width:248px;
	padding:5px 0px 5px 0px;
	line-height:23px;
	background-image:url(../recruit/common/sub_icon.gif);
	background-repeat:no-repeat;
	background-position:10px center;
	color:#000;
}

#submenu_lv2 dl dd ul li a:hover{
	background-color:#E2F9F9;
	color:#393;
}

#submenu_lv2 dl dd ul li a span{
	display:block;
	margin-left:28px;
}


/*-------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------*/
