/* CSS Document */
/*--------------------*/  

#g_navi {
	width:870px;
	float:left;
}

#dd {
	margin: 0px;
	padding: 0px;
}
#dd .mainmenu {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 145px;
}
#dd .mainmenu a.menu {
  display: block;
  text-align: center;
  padding:0;
  margin:0;
  text-decoration: none;
}
#dd .mainmenu a.menu:hover {
	background: #49A3FF;
}

.submenu {
	background: #FFFFFF;
	visibility: hidden;
	position: absolute;
	z-index: 3;
	width: 145px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.submenu a {
	display: block;
	/*font: 11px arial;*/
  	text-align: left;
	text-decoration: none;
	color: #2875DE;
	background-image: url(../image/search_icom.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.submenu a:hover {
	color: #FFF;
	background-color: #49A3FF;
	background-image: url(../image/search_icom_hover.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/*------------------
  ナビゲーション基本設定
------------------*/
#navi {
	width: 870px;
	height: 40px;
}

#navi ul {
	margin: 0px;
	padding-left:0px;
	padding-top: 0px;
}

#navi li {
	display: block;
	float: left;
}

#navi li a {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
}

/*------------------
  ナビゲーション
------------------*/
#navi li#navi01 a {
	width: 124px;
	height: 40px;
	background-image: url(../image/navi01.gif);
	background-repeat: no-repeat;
}
#navi li#navi02 a {
	width: 124px;
	height: 40px;
	background-image: url(../image/navi02.gif);
	background-repeat: no-repeat;
}
#navi li#navi03 a {
	width: 124px;
	height: 40px;
	background-image: url(../image/navi03.gif);
	background-repeat: no-repeat;
}
#navi li#navi04 a {
	width: 124px;
	height: 40px;
	background-image: url(../image/navi04.gif);
	background-repeat: no-repeat;
}
#navi li#navi05 a {
	width: 124px;
	height: 40px;
	background-image: url(../image/navi05.gif);
	background-repeat: no-repeat;
}
#navi li#navi06 a {
	width: 125px;
	height: 40px;
	background-image: url(../image/navi06.gif);
	background-repeat: no-repeat;
}
#navi li#navi07 a {
	width: 125px;
	height: 40px;
	background-image: url(../image/navi07.gif);
	background-repeat: no-repeat;
}

/*------------------
  ナビロールオーバー
------------------*/
#navi li#navi01 a:hover {
	width: 124px;
	height: 40px;
	background-image: url(../image/navi01.gif);
	background-repeat: no-repeat;
	background-position: 0 -40px;
}
#navi li#navi02 a:hover {
	width: 124px;
	height: 40px;
	background-image: url(../image/navi02.gif);
	background-repeat: no-repeat;
	background-position: 0 -40px;
}
#navi li#navi03 a:hover {
	width: 124px;
	height: 40px;
	background-image: url(../image/navi03.gif);
	background-repeat: no-repeat;
	background-position: 0 -40px;
}
#navi li#navi04 a:hover {
	width: 124px;
	height: 40px;
	background-image: url(../image/navi04.gif);
	background-repeat: no-repeat;
	background-position: 0 -40px;
}
#navi li#navi05 a:hover {
	width: 124px;
	height: 40px;
	background-image: url(../image/navi05.gif);
	background-repeat: no-repeat;
	background-position: 0 -40px;
}
#navi li#navi06 a:hover {
	width: 125px;
	height: 40px;
	background-image: url(../image/navi06.gif);
	background-repeat: no-repeat;
	background-position: 0 -40px;
}
#navi li#navi07 a:hover {
	width: 125px;
	height: 40px;
	background-image: url(../image/navi07.gif);
	background-repeat: no-repeat;
	background-position: 0 -40px;
}


