/* メニュー全体 */

#nv{
	clear:both;
	width:800px;
	height:40px;
	margin:0;
	padding:0;
	position: relative ;
}
#nv ul{
	width:800px;
	height:40px;
	margin:0;
	padding:0;
	position: relative ;
}

#nv ul li{
	margin:0;
	padding:0;
}
#nv ul li a{
	height:40px;
	margin:0;
	padding:0;
	text-decoration:none;
	text-indent:-9999px;
	display:block;
}


#nv ul #menu1{
	width:102px;
	height:40px;
	background:url(../common/nv01.gif) no-repeat;
	top: 0px ;
	left: 0px ;
	position: absolute ;
}
#nv ul #menu1 a:hover{
	width:102px;
	height:40px;
	background:url(../common/nv01_o.gif) no-repeat;
}

#nv ul #menu2{
	width:85px;
	height:40px;
	background:url(../common/nv02.gif) no-repeat;
	top: 0px ;
	left: 107px ;
	position: absolute ;
}
#nv ul #menu2 a:hover{
	width:85px;
	height:40px;
	background:url(../common/nv02_o.gif) no-repeat;
}

#nv ul #menu3{
	width:120px;
	height:40px;
	background:url(../common/nv03.gif) no-repeat;
	top: 0px ;
	left: 195px ;
	position: absolute ;
}
#nv ul #menu3 a:hover{
	width:120px;
	height:40px;
	background:url(../common/nv03_o.gif) no-repeat;
}

#nv ul #menu4{
	width:159px;
	height:40px;
	background:url(../common/nv04.gif) no-repeat;
	top: 0px ;
	left: 315px ;
	position: absolute ;
}
#nv ul #menu4 a:hover{
	width:159px;
	height:40px;
	background:url(../common/nv04_o.gif) no-repeat;
}

#nv ul #menu5{
	width:111px;
	height:40px;
	background:url(../common/nv05.gif) no-repeat;
	top: 0px ;
	left: 474px ;
	position: absolute ;
}
#nv ul #menu5 a:hover{
	width:111px;
	height:40px;
	background:url(../common/nv05_o.gif) no-repeat;
}

#nv ul #menu6{
	width:110px;
	height:40px;
	background:url(../common/nv06.gif) no-repeat;
	top: 0px ;
	left: 585px ;
	position: absolute ;
}
#nv ul #menu6 a:hover{
	width:110px;
	height:40px;
	background:url(../common/nv06_o.gif) no-repeat;
}

#nv ul #menu7{
	width:113px;
	height:40px;
	background:url(../common/nv07.gif) no-repeat;
	top: 0px ;
	left: 695px ;
	position: absolute ;
}
#nv ul #menu7 a:hover{
	width:113px;
	height:40px;
	background:url(../common/nv07_o.gif) no-repeat;
}


/* ポップアップ部分 */

#nv .submenu {
	top: 40px ;
	left: 0px ;
	line-height: 12px ;
	visibility: hidden ;
	position: absolute ;
}
#nv .submenu li {
	font-size:12px;
	list-style-type: none;
	margin:0px;
	padding:0px;
	background-color: #ffffff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	border-left-color: #DDDDDD;
	filter:alpha(opacity= 70);
	-moz-opacity:0.7; /*FF*/
	opacity:0.7; /*CSS3*/
}


/* バックグラウンド指定を強引に上書き */

#nv #menu2 #submenu2 { width: 86px; }
#nv #menu2 #submenu2 li { width: 86px; }
#nv #menu2 #submenu2 a {
	width: 76px; height: 12px ;
	text-indent: 0px ;
	background-image: none;
	text-decoration: none;
	color:#FF0000;
	display:block;
	margin:0px;
	padding:5px;
}
#nv #menu2 #submenu2 a:hover{
	width: 76px; height: 12px ;
	background-image: none;
	background-color: #eeeeee ;
	text-indent: 0px ;
	text-decoration: none;
	color:#cc0000;
	margin:0px;
	padding:5px;
}

#nv #menu3 #submenu3 { width: 118px; }
#nv #menu3 #submenu3 li { width: 118px; }
#nv #menu3 #submenu3 a {
	width: 108px; height: 12px ;
	text-indent: 0px ;
	background-image: none;
	text-decoration: none;
	color:#FF0000;
	display:block;
	margin:0px;
	padding:5px;
}
#nv #menu3 #submenu3 a:hover{
	width: 108px; height: 12px ;
	background-image: none;
	background-color: #eeeeee ;
	text-indent: 0px ;
	text-decoration: none;
	color:#cc0000;
	margin:0px;
	padding:5px;
}