.headnavi-6div-ro{
	width: 100%;
	padding:0px;
	}
.headnavi-6div-ro ul{
	width: 100%;
	margin:0px;
	padding:0px;
	}
.headnavi-6div-ro li{
	float: left;
	margin:0px;
	padding:0px;
	text-indent:-500px;
	list-style:none;
	}
.headnavi-6div-ro li a{
	display:block;
	width:133px;/*幅範囲*/
	height:30px;/*高さ範囲*/
	margin:0px;
	background-position: left top;/*背景画像の開始位置*/
	overflow:hidden;
	}
.headnavi-6div-ro li a#one{
	background-image: url(../images/headnavi-home.jpg);/*リンクの背景画像*/
	}
.headnavi-6div-ro li a#two{
	background-image: url(../images/headnavi-message.jpg);/*リンクの背景画像*/
	}
.headnavi-6div-ro li a#three{
	background-image: url(../images/headnavi-gaiyou.jpg);/*リンクの背景画像*/
	}
.headnavi-6div-ro li a#four{
	background-image: url(../images/headnavi-map.jpg);/*リンクの背景画像*/
	}
.headnavi-6div-ro li a#five{
	background-image: url(../images/headnavi-release.jpg);/*リンクの背景画像*/
	}
.headnavi-6div-ro li a#six{
	background-image: url(../images/headnavi-mail.jpg);/*リンクの背景画像*/
	}
.headnavi-6div-ro li a:hover{
	background-position: left bottom;/*背景画像の開始位置*/
	overflow:hidden;
	}
	
/* シャドウ部分 */
div.shadow{
	clear: both;
	width:798px;/*幅範囲*/
	height:6px;/*高さ範囲*/
	background-image: url(../images/navi_shadow.gif);/*背景画像*/
	background-repeat: repeat-x;
	border-top: 1px solid #666;
	margin-bottom:20px;
	}