/* ナビゲーション部 */
#navi {
	width: 746px;
	margin: 0 auto 0 auto;
	height: 30px;
	background-repeat: repeat-x;
	background-image: url(../image/top/naviback.gif);
	background-position: top left;
}

#navi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 693px;
	hight: 30px;
}

#navi ul li {
	float: left;
}


#navi ul li a {
	text-indent: -9999px;
	text-decoration: none!important;
	display: block;
}

#navi ul li#home a {
	background-image: url(../image/top/button_home.gif);
	width: 68px;
	height: 30px;
	background-position: top left;
}

#navi ul li#profile a {
	background-image: url(../image/top/button_profile.gif);
	width: 98px;
	height: 30px;
	background-position: top left;
}

#navi ul li#voice a {
	background-image: url(../image/top/button_voice.gif);
	width: 120px;
	height: 30px;
	background-position: top left;
}

#navi ul li#knowhow a {
	background-image: url(../image/top/button_knowhow.gif);
	width: 157px;
	height: 30px;
	background-position: top left;
}



#navi ul li#merumaga a {
	background-image: url(../image/top/button_merumaga.gif);
	width: 152px;
	height: 30px;
	background-position: top left;
}

#navi ul li#inquiry a {
	background-image: url(../image/top/button_inquiry.gif);
	width: 98px;
	height: 30px;
	background-position: left left;
}

#navi ul li#link a {
	background-image: url(../image/top/button_link.gif);
	width: 68px;
	height: 30px;
	background-position: left left;
}


#navi_decora {
	width: 746px;
	height: 7px;
	background-image: url(../image/top/hrback.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 auto 0 auto;
	padding: 0;
	font-size: 1px;
	line-height: 0;

}

