@charset "Shift_JIS";


#coNav{
	margin : 0px 0px 0px 0px ;
	float : left ;
}

#coNav li #rehome{
	display : block ;
	width : 110px ;
	height : 33px ;
	margin : 1px 0px 0px 400px ;
	background-image : url("../img/gNav_rehome.gif") ;
	background-repeat : no-repeat ;
	background-position : top left ;
	text-indent : -9999px ;
	text-decoration : none ;
}

#coNav li #rehome:hover{
	background-image : url("../img/gNav_rehome.gif") ;
	background-repeat : no-repeat ;
	background-position : top right ;
}

#coNav li #west{
	display : block ;
	width : 110px ;
	height : 33px ;
	margin : 1px 0px 0px 8px ;
	background-image : url("../img/gNav_west.gif") ;
	background-repeat : no-repeat ;
	background-position : top left ;
	text-indent : -9999px ;
	text-decoration : none ;
}

#coNav li #west:hover{
	background-image : url("../img/gNav_west.gif") ;
	background-repeat : no-repeat ;
	background-position : top right ;
}

#coNav li #east{
	display : block ;
	width : 110px ;
	height : 33px ;
	margin : 1px 0px 0px 8px ;
	background-image : url("../img/gNav_east.gif") ;
	background-repeat : no-repeat ;
	background-position : top left ;
	text-indent : -9999px ;
	text-decoration : none ;
}

#coNav li #east:hover{
	background-image : url("../img/gNav_east.gif") ;
	background-repeat : no-repeat ;
	background-position : top right ;
}

ul {
   	list-style: none;
   	margin: 0;
}

li {
	float : left ;
}


