@charset "Shift_JIS";


#Nav{
	margin : 0px 0px 0px 0px ;
	float : left ;
}


#Nav li #home{
	display : block ;
	width : 110px ;
	height : 33px ;
	margin : 1px 0px 0px 400px ;
	background-image : url("../img/gNav_home.gif") ;
	background-repeat : no-repeat ;
	background-position : top left ;
	text-indent : -9999px ;
	text-decoration : none ;
}

#Nav li #home:hover{
	background-image : url("../img/gNav_home.gif") ;
	background-repeat : no-repeat ;
	background-position : top right ;
}

#Nav li #guide{
	display : block ;
	width : 110px ;
	height : 33px ;
	margin : 1px 0px 0px 8px ;
	background-image : url("../img/gNav_guide.gif") ;
	background-repeat : no-repeat ;
	background-position : top left ;
	text-indent : -9999px ;
	text-decoration : none ;
}

#Nav li #guide:hover{
	background-image : url("../img/gNav_guide.gif") ;
	background-repeat : no-repeat ;
	background-position : top right ;
}

#Nav li #fcontact{
	display : block ;
	width : 110px ;
	height : 33px ;
	margin : 1px 0px 0px 8px ;
	background-image : url("../img/gNav_fcontact.gif") ;
	background-repeat : no-repeat ;
	background-position : top left ;
	text-indent : -9999px ;
	text-decoration : none ;
}

#Nav li #fcontact:hover{
	background-image : url("../img/gNav_fcontact.gif") ;
	background-repeat : no-repeat ;
	background-position : top right ;
}

ul {
   	list-style: none;
   	margin: 0;
}

li {
	float : left ;
}


