@charset "utf-8";

body {
   behavior: url("csshover3.htc");
}


ul#pulldown-menu a {
        color: #FFF;
        text-decoration: none;
		background-image:url(../images/navigation/s_nav2.gif);

}

ul#pulldown-menu a:hover {
        color: #390;
}

/*
ul#pulldown-menu a:link,
ul#pulldown-menu a:visited {
        background: #3366FF;
}


ul#pulldown-menu a:hover,
ul#pulldown-menu a:active {
        background: #FF9933;
}
*/

ul#pulldown-menu li {
        float: left;
        position: relative;
        width: 74px;
	    height: 30px;
        font-weight: bold;

	
}
ul#pulldown-menu li a {
        display: block;
        width: 74px;
	    height: 25px;
        text-align: center;
		text-indent: -9999px;
}


#naviPull
{
        display: block;
        width: 74px;
	    height: 30px;
        text-align: center;
		
}


/* 北海道 */
#naviHokkaido {
	background-position:0px 0px;
	background-repeat: no-repeat;
}
#naviHokkaido span{
	display:none;
}
#naviHokkaidob span{
	display:block;
    width: 74px;
	height: 25px;
	text-indent: -9999px;
	background-image:url(../images/navigation/s_nav2.gif);
	background-position:0px -30px;
	background-repeat: no-repeat;
}




/* 東北 */
#naviTohoku {
	background-position:-74px 0px;
	background-repeat: no-repeat;
}
#naviTohoku span{
	display:none;
}
#naviTohokub span{
	display:block;
    width: 74px;
	height: 25px;
	text-indent: -9999px;
	background-image:url(../images/navigation/s_nav2.gif);
	background-position:-74px -30px;
	background-repeat: no-repeat;
}


/* 首都 */
#naviShuto {
	background-position:-148px 0px;
	background-repeat: no-repeat;
}
#naviShuto span{
	display:none;
}
#naviShutob span{
	display:block;
    width: 74px;
	height: 25px;
	text-indent: -9999px;
	background-image:url(../images/navigation/s_nav2.gif);
	background-position:-148px -30px;
	background-repeat: no-repeat;
}


/* 北陸 */
#naviHokuriku {
	background-position:-222px 0px;
	background-repeat: no-repeat;
}
#naviHokuriku span{
	display:none;
}
#naviHokurikub span{
	display:block;
    width: 74px;
	height: 25px;
	text-indent: -9999px;
	background-image:url(../images/navigation/s_nav2.gif);
	background-position:-222px -30px;
	background-repeat: no-repeat;
}

/* 東海 */
#naviTokai {
	background-position:-296px 0px;
	background-repeat: no-repeat;
}
#naviTokai span{
	display:none;
}
#naviTokaib span{
	display:block;
    width: 74px;
	height: 25px;
	text-indent: -9999px;
	background-image:url(../images/navigation/s_nav2.gif);
	background-position:-296px -30px;
	background-repeat: no-repeat;
}


/* 近畿 */
#naviKinki {
	background-position:-370px 0px;
	background-repeat: no-repeat;
}
#naviKinki span{
	display:none;
}
#naviKinkib span{
	display:block;
    width: 74px;
	height: 25px;
	text-indent: -9999px;
	background-image:url(../images/navigation/s_nav2.gif);
	background-position:-370px -30px;
	background-repeat: no-repeat;
}


/* 中国 */
#naviChugoku {
	background-position:-444px 0px;
	background-repeat: no-repeat;
}
#naviChugoku span{
	display:none;
}
#naviChugokub span{
	display:block;
    width: 74px;
	height: 25px;
	text-indent: -9999px;
	background-image:url(../images/navigation/s_nav2.gif);
	background-position:-444px -30px;
	background-repeat: no-repeat;
}


/* 四国 */
#naviShikoku {
	background-position:-518px 0px;
	background-repeat: no-repeat;
}
#naviShikoku span{
	display:none;
}
#naviShikokub span{
	display:block;
    width: 74px;
	height: 25px;
	text-indent: -9999px;
	background-image:url(../images/navigation/s_nav2.gif);
	background-position:-518px -30px;
	background-repeat: no-repeat;
}


#naviKyushu {
	background-position:-592px 0px;
	background-repeat: no-repeat;
}
#naviKyushu span{
	display:none;
}
#naviKyushub span{
	display:block;
    width: 74px;
	height: 25px;
	text-indent: -9999px;
	background-image:url(../images/navigation/s_nav2.gif);
	background-position:-592px -30px;
	background-repeat: no-repeat;
}


/*
#naviKyusyu {
	text-indent: -9999px;
	font-size: 0;
	background-position:0 0;
	background-repeat: no-repeat;
}	
#naviKyusyu a{
	text-indent: -9999px;
	font-size: 0;
	background-position:0px -30px;
	background-repeat: no-repeat;
}

*/

/* 下層のメニューを不可視に */
ul#pulldown-menu li ul {
	display: none;
	background-color: #390;
	border: 1px solid #390;
}

/* 疑似要素 :hover で下層のメニューを可視に */
ul#pulldown-menu li:hover ul {
        display: block;
        position: absolute;
        z-index: 100;
}

ul#pulldown-menu li ul li {
		display: block;
        float: none;
        margin: 0;
        font-weight: normal;
		height:25px;
}

ul#pulldown-menu li ul li a {
        background-image: none;
	text-indent: 0;
}

ul#pulldown-menu li ul li:hover {
	color: #390;
	background-color: #FFF;
}




