@charset "utf-8";


/*メニュー下段アロー設定CSS
----------------------------------*/
img.d_arrow {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 707px;
}

/*メニュー用基本CSS
----------------------------------*/
#navi {
	height: 40px;
	width: 715px;
	position: relative;
	background-image: url(../images/navi/navi_w707.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#navi ul {
	list-style-type: none;
	text-align: left;
}

#navi li {
	text-indent: -9999px;
}
#navi li a {
	text-decoration: none;
	background-repeat: no-repeat;
	outline-width:0;
}
#navi li,#navi a {
	height: 40px;
	text-decoration: none;
	display: block;
	position: absolute;
}
#navi #a a {
	left: 0px;
	top: 0px;
	background-image: url(../images/navi/navi_w707.gif);
	background-repeat: no-repeat;
	width: 101px;
	height: 40px;
	position: absolute;
}
#navi #b a {
	height: 40px;
	width: 102px;
	position: absolute;
	left: 101px;
	top: 0px;
	background-image: url(../images/navi/navi_w707.gif);
	background-repeat: no-repeat;
	background-position: -101px 0px;
}
#navi #c a {
	height: 40px;
	width: 101px;
	position: absolute;
	left: 203px;
	top: 0px;
	background-image: url(../images/navi/navi_w707.gif);
	background-repeat: no-repeat;
	background-position: -203px 0px;
}
#navi #d a {
	height: 40px;
	width: 101px;
	position: absolute;
	left: 304px;
	top: 0px;
	background-image: url(../images/navi/navi_w707.gif);
	background-repeat: no-repeat;
	background-position: -304px 0px;
}
#navi #e a {
	height: 40px;
	width: 101px;
	position: absolute;
	left: 405px;
	top: 0px;
	background-image: url(../images/navi/navi_w707.gif);
	background-repeat: no-repeat;
	background-position: -405px 0px;
}
#navi #f a {
	height: 40px;
	width: 101px;
	position: absolute;
	left: 506px;
	top: 0px;
	background-image: url(../images/navi/navi_w707.gif);
	background-repeat: no-repeat;
	background-position: -506px 0px;
}

#navi #a a:hover {
	background-position: 0px -40px;
}
#navi #b a:hover {
	background-position: -101px -40px;
}
#navi #c a:hover {
	background-position: -203px -40px;
}
#navi #d a:hover {
	background-position: -304px -40px;
}
#navi #e a:hover {
	background-position: -405px -40px;
}
#navi #f a:hover {
	background-position: -506px -40px;
}
