@charset "euc-jp";


/* ナビゲーションバー
---------------------------------------------------- */

/*　ラッパー　*/
#navibar_wrapper {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	/*top: 106px;
	left: 0;*/
	text-align: left;
	background: #FFFFFF;
	height: 22px;
	width: 760px;
	background: url(../images/gMenu_back.gif) no-repeat;
	z-index: 2;
}

.mainmenu {
	position: absolute;
	font: "ＭＳ ゴシック", "Osaka−等幅" 12px;
	height: 20px;
	width: 100px;
	text-indent: -99999px;
	line-height: 22px;
}

.mainmenu a {
	display: block;
}


/*　メインメニュー　各項目　*/

/*　今いるページ　ボツ
#mainmenu_0 {
}*/


/*　メインメニュー1　*/
#mainmenu_1 {
	left: 0;
	top: 0;
	width: 95px;
	background: url(../images/gMenu_back.gif) no-repeat 0 -22px;
}
/*　マウスオーバー1　*/
#mainmenu_1 a:hover {
	left: 0;
	top: 0;
	width: 95px;
	background: url(../images/gMenu_back.gif) no-repeat 0 0;
}


/*　メインメニュー2　*/
#mainmenu_2 {
	left: 95px;
	top: 0;
	width: 95px;
	background: url(../images/gMenu_back.gif) no-repeat -95px -22px;
}
/*　マウスオーバー2　*/
#mainmenu_2 a:hover {
	left: 95px;
	top: 0;
	width: 95px;
	background: url(../images/gMenu_back.gif) no-repeat -95px 0;
}


/*　メインメニュー3　*/
#mainmenu_3 {
	left: 190px;
	top: 0;
	width: 95px;
	background: url(../images/gMenu_back.gif) no-repeat -190px -22px;
}
/*　マウスオーバー3　*/
#mainmenu_3 a:hover {
	left: 190px;
	top: 0;
	width: 95px;
	background: url(../images/gMenu_back.gif) no-repeat -190px 0;
}


/*　メインメニュー4　*/
#mainmenu_4 {
	left: 285px;
	top: 0;
	width: 95px;
	background: url(../images/gMenu_back.gif) no-repeat -285px -22px;
}
/*　マウスオーバー4　*/
#mainmenu_4 a:hover {
	left: 285px;
	top: 0;
	width: 95px;
	background: url(../images/gMenu_back.gif) no-repeat -285px 0;
}


/*　メインメニュー5　*/
#mainmenu_5 {
	left: 380px;
	top: 0;
	width: 95px;
	background: url(../images/gMenu_back.gif) no-repeat -380px -22px;
}
/*　マウスオーバー5　*/
#mainmenu_5 a:hover {
	left: 380px;
	top: 0;
	width: 95px;
	background: url(../images/gMenu_back.gif) no-repeat -380px 0;
}


/*　メインメニュー6　*/
#mainmenu_6 {
	left: 475px;
	top: 0;
	width: 95px;
	background: url(../images/gMenu_back.gif) no-repeat -475px -22px;
}
/*　マウスオーバー6　*/
#mainmenu_6 a:hover {
	left: 475px;
	top: 0;
	width: 95px;
	background: url(../images/gMenu_back.gif) no-repeat -475px 0;
}


/*　メインメニュー7　*/
#mainmenu_7 {
	left: 570px;
	top: 0;
	width: 95px;
	background: url(../images/gMenu_back.gif) no-repeat -570px -22px;
}
/*　マウスオーバー7　*/
#mainmenu_7 a:hover {
	left: 570px;
	top: 0;
	width: 95px;
	background: url(../images/gMenu_back.gif) no-repeat -570px 0;
}


/*　メインメニュー8　*/
#mainmenu_8 {
	left: 665px;
	top: 0;
	width: 95px;
	background: url(../images/gMenu_back.gif) no-repeat -665px -22px;
}
/*　マウスオーバー8　*/
#mainmenu_8 a:hover {
	left: 665px;
	top: 0;
	width: 95px;
	background: url(../images/gMenu_back.gif) no-repeat -665px 0;
}


/*　サブメニュー　*/
.submenu {
	position: absolute;
	left: 0;
	top: 20px;
	width: 151px;
	visibility: hidden;
	text-align: left;
	font-size: 12px;
	color: white;
	text-indent: 3px;
	background: #AFAFAF;
	border: 2px solid #999999;
	display: block;
}

.submenu_market {
	position: absolute;
	left: 0;
	top: 20px;
	width: 200px;
	visibility: hidden;
	text-align: left;
	font-size: 12px;
	text-indent: 3px;
	background: #AFAFAF;
	border: 2px solid #999999;
	display: block;
}

.submenu a:link, .submenu a:visited, .submenu a:hover, .submenu a:active,
.submenu_market a:link, .submenu_market a:visited, .submenu_market a:hover, .submenu_market a:active {
	color: white;
	text-decoration: none;
	display: block;
}

.submenu p {
	position: relative;
	margin: 0;
	width: 151px;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	text-align: left;
	line-height: 22px;
	display: block;
}

.submenu_market p {
	position: relative;
	margin: 0;
	width: 200px;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	text-align: left;
	line-height: 22px;
	display: block;
}

#sub1 a:hover {
	width: 151px;
	background: #5E9DFF;
	display: block;
}
#sub2 a:hover {
	width: 151px;
	background: #5E9DFF;
	display: block;
}
#sub3 a:hover {
	width: 151px;
	background: #5E9DFF;
	display: block;
}
#sub4 a:hover {
	width: 151px;
	background: #5E9DFF;
	display: block;
}
#sub5 a:hover {
	width: 151px;
	background: #5E9DFF;
	display: block;
}
#sub6 a:hover {
	width: 151px;
	background: #5E9DFF;
	display: block;
}
#sub7 a:hover {
	width: 151px;
	background: #5E9DFF;
	display: block;
}
#sub8 a:hover {
	width: 200px;
	background: #5E9DFF;
	display: block;
}



/* パンくずメニュー
---------------------------------------------------- */
#pankuzu {
	position: relative;
	float: left;
	/*top: 135px;
	left: 0px;*/
	width: 750px;
	height: 22px;
	margin: 8px 0 0 8px;
	padding: 0;
	/*background: #CCCCCC;*/
}










