@charset "UTF-8";

/*******************/
/* グローバルナビ */
/*******************/
ul#bgGnavi {
	clear: both;
	float: left;
	margin: 0px auto;
	padding: 0px;
	background: #FFFFFF url(../images/bg_gnavi.gif) repeat-x;
	width: 920px;
	height: 46px;
	text-align: left;
	list-style-type:none;
}
ul#bgGnavi li {
	float: left;
	list-style-type:none;
	height: 46px;
}
ul#bgGnavi li span {
	visibility: hidden;
}
ul#bgGnavi li a {
	display:block;
	text-decoration: none;
}
ul#bgGnavi li a:visited,
ul#bgGnavi li a:hover {
	text-decoration: none;
}
/* HOME */
.gnavi01 a {
	width: 138px;
	height: 46px;
	background: url(../images/menu01_off.gif) no-repeat;
}
.gnavi01 a:hover {
	background: url(../images/menu01_on.gif) no-repeat;
}
.gnavi01Current a,
.gnavi01Current a:hover {
	width: 138px;
	height: 46px;
	background: url(../images/menu01_on.gif) no-repeat;
}
/* お知らせ・イベント情報 */
.gnavi02 a {
	width: 138px;
	height: 46px;
	background: url(../images/menu02_off.gif) no-repeat;
}
.gnavi02 a:hover {
	background: url(../images/menu02_on.gif) no-repeat;
}
.gnavi02Current a,
.gnavi02Current a:hover {
	width: 138px;
	height: 46px;
	background: url(../images/menu02_on.gif) no-repeat;
}
/* 概要・沿革 */
.gnavi03 a {
	width: 138px;
	height: 46px;
	background: url(../images/menu03_off.gif) no-repeat;
}
.gnavi03 a:hover {
	background: url(../images/menu03_on.gif) no-repeat;
}
.gnavi03Current a,
.gnavi03Current a:hover {
	width: 138px;
	height: 46px;
	background: url(../images/menu03_on.gif) no-repeat;
}
/* 管内の事業 */
.gnavi04 a {
	width: 138px;
	height: 46px;
	background: url(../images/menu04_off.gif) no-repeat;
}
.gnavi04 a:hover {
	background: url(../images/menu04_on.gif) no-repeat;
}
.gnavi04Current a,
.gnavi04Current a:hover {
	width: 138px;
	height: 46px;
	background: url(../images/menu04_on.gif) no-repeat;
}
/* 管内の施設紹介 */
.gnavi05 a {
	width: 138px;
	height: 46px;
	background: url(../images/menu05_off.gif) no-repeat;
}
.gnavi05 a:hover {
	background: url(../images/menu05_on.gif) no-repeat;
}
.gnavi05Current a,
.gnavi05Current a:hover {
	width: 138px;
	height: 46px;
	background: url(../images/menu05_on.gif) no-repeat;
}
/* 視察お申し込み */
.headbtn01 a {
	width: 114px;
	height: 46px;
	background: url(../images/menu06_off.gif) no-repeat;
}
.headbtn01 a:hover {
	width: 114px;
	height: 46px;
	background: url(../images/menu06_on.gif) no-repeat;
}
.headbtn01Current a,
.headbtn01Current a:hover {
	width: 114px;
	height: 46px;
	background: url(../images/menu06_on.gif) no-repeat;
}
/* お問い合わせ */
.headbtn02 a {
	width: 114px;
	height: 46px;
	background: url(../images/menu07_off.gif) no-repeat;
}
.headbtn02 a:hover {
	width: 114px;
	height: 46px;
	background: url(../images/menu07_on.gif) no-repeat;
}
.headbtn02Current a,
.headbtn02Current a:hover {
	width: 114px;
	height: 46px;
	background: url(../images/menu07_on.gif) no-repeat;
}
/* 視察・イベントスタッフ お申込・各種お問い合わせ */
.headbtnlong {
	width: 228px;
	height: 46px;
	background: url(../images/menu08_bg.gif) no-repeat;
	text-align:center;
}
.headbtnlong a {
	margin:4px auto 8px auto;
	width: 194px;
	height: 34px;
	background: url(../images/menu08.gif) no-repeat;
	display:block;
}
.headbtnlong a:hover {
	background: url(../images/menu08.gif) no-repeat;
}
.headbtnlongCurrent a,
.headbtnlongCurrent a:hover {
	background: url(../images/menu08.gif) no-repeat;
}
/*******************/
/* 左メニュー */
/*******************/
#menu {
	float: left;
	margin: 0px auto;
	padding: 0px 0px 4px 0px;
	width: 208px;
	background: url(../images/bg_left_menu.gif) repeat-y;
	background-position: left bottom;
	text-align: center;
}
#menu ul {
	margin: 0px 0px 0px 4px;
	padding: 0px;
	text-align: left;
	width: 200px;
}
#menu ul li {
	list-style:none;
	width: 200px;
}
#menu ul li a {
	width: 200px;
	display: block;
	background: url(../images/menu_left_off.gif) no-repeat;
	border-bottom: 1px solid #CCCCCC;
	color: #06457E;
}
*:first-child+html body div#menu ul li a {	 /* for IE7 */
	width: 198px;
}
* html body div#menu ul li a {	 /* for IE6 */
	width: 198px;
}
*:first-child+html body div#menu ul li a span {	 /* for IE7 */
	margin-right: -10px;
}
* html body div#menu ul li a span {	 /* for IE6 */
	margin-right: -10px;
}

#menu ul li a:hover {
	width: 200px;
	display: block;
	background: url(../images/menu_left_on.gif) no-repeat;
	color: #3799FD;
	text-decoration: none;
}
* html body div#menu ul li a:hover {	 /* for IE6 */
	width: 198px;
}

#menu ul li a.current {
	width: 200px;
	display: block;
	color: #3799FD;
	font-weight: bold;
	background: url(../images/menu_left_on.gif) left top no-repeat;
	border-bottom: 1px solid #CCCCCC;
}
/* 「事業所へのアクセスマップ：文字あふれ対応 */
*:first-child+html body div#menu ul li a.current {	 /* for IE7 */
	letter-spacing: -0.1em;
}
* html body div#menu ul li a.current {	 /* for IE6 */
	width: 198px;
	letter-spacing: -0.1em;
}
#menu ul li span {
	padding: 10px 0px 10px 25px;
	display: block;
}
#menu ul li ul {		/* 一番下のメニュー項目にサブメニューがある場合の対応 */
	margin-bottom: 3px;	
}
#menu ul li ul li {
	width: 200px;
	margin:0px 0px 0px -4px;
	padding:0px;
	border-bottom: none;
}
#menu ul li ul li span {
	padding: 10px 0px 10px 23px;
	display: block;
}
*:first-child+html body div#menu ul li ul li span {	 /* for IE7 */	/* 20100427追加 */
	letter-spacing: -0.1em;
}
* html body div#menu ul li ul li span {	 /* for IE6 */	/* 20100427追加 */
	letter-spacing: -0.1em;
}
#menu ul li ul li a {
	width: 196px;
	margin: 0px 2px;
	display: block;
	color: #FFFFFF;
	border-bottom: none;
	background: #0C71D8 url(../images/menu_left_icon.gif) 0.5em 0.8em no-repeat;
}
*:first-child+html body div#menu ul li ul li a {	 /* for IE7 */
	width: 193px;
}
* html body div#menu ul li ul li a {	 /* for IE6 */
	width: 194px;
}
#menu ul li ul li a:hover {
	width: 196px;
	margin: 0px 2px;
	display: block;
	color: #FFFFFF;
	background: #0C71D8;
	text-decoration: underline;
	background: #0C71D8 url(../images/menu_left_icon.gif) 0.5em 0.8em no-repeat;
}
* html body div#menu ul li ul li a:hover {	 /* for IE6 */
	width: 194px;
}
