#navi{
			margin					:	0px;
			padding					:	0px;
			width						:	760px;
			height					:	35px;

			text-indent:-999px;
}

#navi ul{
			margin					:	0px;
			padding					:	0px;
			list-style			:	none;
}

#navi li{
			margin					:	0px;
			padding					:	0px;
			width						:	152px;
			height					:	35px;

			text-indent:-999px;
			float:left;

}

#navi a{

			text-decoration	:	none;
			/*　Firefoxなどで線が表示されないようにする*/

			background:url(images/b_Navi.jpg) no-repeat;


			display					:	block;
			/* 文字の上だけでなく、幅や高さを指定した部分にもリンクを貼る */
			/* IEの時は幅と高さの指定でリンク反応するが、Firefoxの時には反応しない */

			width						:	152px;
			height					:	35px;
}

/*通常リンク時*/


#navi li#home a{
			background:url(images/b_Navi.jpg) no-repeat 0px 0px;
}

#navi li#item01 a{
			background:url(images/b_Navi.jpg) no-repeat -152px 0px;
}

#navi li#item02 a{
			background:url(images/b_Navi.jpg) no-repeat -304px 0px;
}
#navi li#item03 a{
			background:url(images/b_Navi.jpg) no-repeat -456px 0px;
}
#navi li#item04 a{
			background:url(images/b_Navi.jpg) no-repeat -608px 0px;
}

/*マウスオーバー時*/

#navi li#home a:hover {
			background:url(images/b_Navi.jpg) no-repeat 0px -35px;
}
#navi li#item01 a:hover {
			background:url(images/b_Navi.jpg) no-repeat -152px -35px;
}


body#bodyhome #home a {
			background				:	url(images/b_Navi.jpg) no-repeat 0px -35px;
}
body#bodyitem01 #item01 a {
			background				:	url(images/b_Navi.jpg) no-repeat -152px -35px;
}
body#bodyitem02 #item02 a {
			background				:	url(images/b_Navi.jpg) no-repeat -304px -35px;
}
body#bodyitem03 #item03 a {
			background				:	url(images/b_Navi.jpg) no-repeat -456px -35px;
}
body#bodyitem04 #item04 a {
			background				:	url(images/b_Navi.jpg) no-repeat -608px -35px;
}

