@charset "utf-8";
/**
 :タイトル "ページ全体レイアウト設定";
 :一行説明 "ページ全体レイアウト設定のスタイルシートです";
 :作成日 "2009-03-08";
 :改訂版 [:版 "1.0.0"; :作成日 "2009-03-10"];
*/


/* #header
   --------------------------------------------- */
#header img{
	vertical-align: bottom;
}
#header h1{
	position: absolute;
	margin: 0;
	left: 2px;
	top: -2px;
}
* html #header h1 a{
	text-indent: -9999px;
}
* html #header h1 a{
	display: block;
	width: 273px;
	height: 125px;
	background: url(../images/ttl_site.gif) no-repeat top left;
}
* html #header h1 a:hover{
	background: url(../images/ttl_site_on.gif) no-repeat top left;
}

/* グローバルナビ */
#header ul#globalNav{
	list-style: none;
	margin: 0;
}
#header ul#globalNav li{
	position: absolute;
	margin: 0;
}
* html ul#globalNav li a{
	text-indent: -9999px;
}
#header ul#globalNav li.nav01{
	left: 315px;
	top: 8px;
	width: 111px;
	height: 111px;
}
/** html #header ul#globalNav li.nav01 a{
	display: block;
	width: 111px;
	height: 111px;
	background: url(../images/nav_global01.gif) no-repeat top left;
}
* html #header ul#globalNav li.nav01 a:hover{
	background: url(../images/nav_global01_on.gif) no-repeat top left;
}
* html body#zukanCat #header ul#globalNav li.nav01 a,
* html body#zukanCat #header ul#globalNav li.nav01 a:hover{
	background: url(../images/nav_global01_in.gif) no-repeat top left;
}*/
#header ul#globalNav li.nav02{
	left: 436px;
	top: 0px;
	width: 133px;
	height: 125px;
}
/** html #header ul#globalNav li.nav02 a{
	display: block;
	width: 133px;
	height: 125px;
	background: url(../images/nav_global02.gif) no-repeat top left;
}
* html #header ul#globalNav li.nav02 a:hover{
	background: url(../images/nav_global02_on.gif) no-repeat top left;
}
* html body#jobCat #header ul#globalNav li.nav02 a,
* html body#jobCat #header ul#globalNav li.nav02 a:hover{
	background: url(../images/nav_global02_in.gif) no-repeat top left;
}*/
/*#header ul#globalNav li.nav03{
	left: 545px;
	top: 8px;
	width: 113px;
	height: 111px;
}*/
/** html #header ul#globalNav li.nav03 a{
	display: block;
	width: 113px;
	height: 111px;
	background: url(../images/nav_global03.gif) no-repeat top left;
}
* html #header ul#globalNav li.nav03 a:hover{
	background: url(../images/nav_global03_on.gif) no-repeat top left;
}
* html body#recommendCat #header ul#globalNav li.nav03 a,
* html body#recommendCat #header ul#globalNav li.nav03 a:hover{
	background: url(../images/nav_global03_in.gif) no-repeat top left;
}*/
#header ul#globalNav li.nav04{
	left: 680px;
	top: 0px;
	width: 137px;
	height: 118px;
}
/** html #header ul#globalNav li.nav04 a{
	display: block;
	width: 137px;
	height: 118px;
	background: url(../images/nav_global04.gif) no-repeat top left;
}
* html #header ul#globalNav li.nav04 a:hover{
	background: url(../images/nav_global04_on.gif) no-repeat top left;
}
* html body#faqCat #header ul#globalNav li.nav04 a,
* html body#faqCat #header ul#globalNav li.nav04 a:hover{
	background: url(../images/nav_global04_in.gif) no-repeat top left;
}*/
#header ul#globalNav li.nav05{
	left: 569px;
	top: 31px;
	width: 102px;
	height: 100px;
}
/** html #header ul#globalNav li.nav05 a{
	display: block;
	width: 102px;
	height: 100px;
	background: url(../images/nav_global05.gif) no-repeat bottom left;
}
* html #header ul#globalNav li.nav05 a:hover{
	background: url(../images/nav_global05_on.gif) no-repeat bottom left;
}
* html body#exCat #header ul#globalNav li.nav05 a,
* html body#exCat #header ul#globalNav li.nav05 a:hover{
	background: url(../images/nav_global05_in.gif) no-repeat top left;
}*/

/* サブナビゲーション */
#header p.isas{
	position: absolute;
	top: 6px;
	right: 1px;
	margin: 0;
}


/* #primary
   --------------------------------------------- */


/* #footer
   --------------------------------------------- */


/* #secondary
   --------------------------------------------- */
#secondary p.back{
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
}
#secondary p.back img{
	vertical-align: bottom;
}
#secondary ul#localNav{
	margin: 81px 0 1em;
	list-style: none;
}
#secondary ul#localNav li{
	margin: 0;
	list-style: none;
}
#secondary ul#localNav img{
	vertical-align: bottom;
}
#secondary ul#localNav.txt{
	border-top: 1px solid #808080;
	border-right: 1px solid #808080;
}
#secondary ul#localNav.txt li{
	margin: 0;
	list-style: none;
}
#secondary ul#localNav.txt li a{
	display: block;
	width: 106px;
	padding: 1em 20px 1em 35px;
	border-bottom: 1px solid #808080;
	color: #fff;
	font-weight: bold;
	line-height: 1.35;
	text-decoration: none;
	background: url(../images/icn_localnav.gif) no-repeat 20px 1.25em;
}
#secondary ul#localNav.txt li a:hover{
	color: #000;
	background: #fff url(../images/icn_localnav_on.gif) no-repeat 20px 1.25em;
}
#secondary ul#localNav.txt li.crt a:hover,
#secondary ul#localNav.txt li.crt a{
	color: #000;
	background: #ff6600 url(../images/icn_localnav_in.gif) no-repeat 20px 1.25em;
}