@charset "UTF-8";

/*----- NAVI -----*/

#navi {
	clear: both;
	font-size: 78%;
	font-weight: bold;
	height: 20px;
	background-image: url(/p/h-f/img/navi-asobu-bg1.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #666;
	white-space: nowrap;
}
#navi ul {
	list-style: none;
	text-align: center;
	vertical-align: middle;
	padding: 0.3em 0.8em;
	margin: 0;
	color: #000;
}
#navi li {
	display: inline;
	width: auto;
}
a.navi-n {
	color: #000;
	text-decoration: none;
	padding: 0.3em 0.8em;
	margin: 0;
}
a.navi-n:hover,.navi-a {
	color: #fff;
	text-decoration: none;
	height: 20px;
	padding: 0.4em 0.8em;
	margin: 0;
	background-image: url(/p/h-f/img/navi-asobu-bg2.gif);
	background-repeat: repeat-x;
}


