@charset "Shift_JIS";
/*#pan {
	width: 100%;
} */
#pan ul { 
	list-style: none;
	margin: 0;
	padding: 0;	
}

#pan li {
    list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	font-size: 90%;
	
}
#pan a{
  background: transparent url('http://hachisu-net.com/img/arrow.gif') left center no-repeat;
	padding: 4px 0 4px 12px;
	color: #00008b; 
	
}
#pan a:hover{ 
	text-decoration :  underline;
	color: #ff0000;
}


