/* 8分割ヘッドナビ */
.headnavi-8div-ro{
	width: 100%;
	padding:0px;
	border-top: 1px solid #ccc;
	}
.headnavi-8div-ro ul{
	width: 100%;
	margin:0px;
	padding:0px;
	}
.headnavi-8div-ro li{
	float: left;
	margin:0px;
	padding:0px;
	text-indent:-500px;
	list-style:none;
	}
.headnavi-8div-ro li a{
	display:block;
	color:white;
	width:100px;/*幅範囲*/
	height:30px;/*高さ範囲*/
	margin:0px;
	background-position: left top;/*背景画像の開始位置*/
	border: 0px;
	overflow:hidden;
	}
.headnavi-8div-ro li a#one{
	background-image: url(../images/headnavi-ro01.jpg);/*リンクの背景画像*/
	}
.headnavi-8div-ro li a#one-a{
	background-image: url(../images/headnavi-ro01a.jpg);/*リンクの背景画像*/
	}
.headnavi-8div-ro li a#two{
	background-image: url(../images/headnavi-ro02.jpg);/*リンクの背景画像*/
	}
.headnavi-8div-ro li a#two-a{
	background-image: url(../images/headnavi-ro02a.jpg);/*リンクの背景画像*/
	}
.headnavi-8div-ro li a#three{
	background-image: url(../images/headnavi-ro03.jpg);/*リンクの背景画像*/
	}
.headnavi-8div-ro li a#three-a{
	background-image: url(../images/headnavi-ro03a.jpg);/*リンクの背景画像*/
	}
.headnavi-8div-ro li a#four{
	background-image: url(../images/headnavi-ro04.jpg);/*リンクの背景画像*/
	}
.headnavi-8div-ro li a#four-a{
	background-image: url(../images/headnavi-ro04a.jpg);/*リンクの背景画像*/
	}
.headnavi-8div-ro li a#five{
	background-image: url(../images/headnavi-ro05.jpg);/*リンクの背景画像*/
	}
.headnavi-8div-ro li a#five-a{
	background-image: url(../images/headnavi-ro05a.jpg);/*リンクの背景画像*/
	}
.headnavi-8div-ro li a#six{
	background-image: url(../images/headnavi-ro06.jpg);/*リンクの背景画像*/
	}
.headnavi-8div-ro li a#six-a{
	background-image: url(../images/headnavi-ro06a.jpg);/*リンクの背景画像*/
	}
.headnavi-8div-ro li a#seven{
	background-image: url(../images/headnavi-ro07.jpg);/*リンクの背景画像*/
	}
.headnavi-8div-ro li a#seven-a{
	background-image: url(../images/headnavi-ro07a.jpg);/*リンクの背景画像*/
	}
.headnavi-8div-ro li a#eight{
	background-image: url(../images/headnavi-ro08.jpg);/*リンクの背景画像*/
	}
.headnavi-8div-ro li a#eight-a{
	background-image: url(../images/headnavi-ro08a.jpg);/*リンクの背景画像*/
	}
.headnavi-8div-ro li a:hover{
	background-position: left bottom;/*背景画像の開始位置*/
	color:white;
	border: 0px;
	overflow:hidden;
	}
/* シャドウ部分 */
div.shadow{
	clear: both;
	height:6px;/*高さ範囲*/
	background-image: url(../images/navi_shadow.gif);/*背景画像*/
	background-repeat: repeat-x;
	border-top: 1px solid #666;
	margin-bottom:20px;
	}