/* ヘッダのところのナビゲーションメニュー */

#navi {
	width:712px;
	height: 29px;
	margin: 0;
	padding: 0;
}

#navi body  {
	color: #333333;
}


#navi a:link  {		/* リンク色：一般 */
	color: #333333;
	text-decoration: none;
}

#navi a:visited  {		/* リンク色：一般 */
	color: #333333;
	text-decoration: none;
}

#navi a:hover {
	color: #666666;
	text-decoration: none;
}

#navi a:active {
	color: #666666;
	text-decoration: none;
}

#navi ul {
	font-size: 10px;
	list-style-type:none;
	margin: 0;
	padding: 6px 0 6px 0;
}
	
#navi li {
	list-style-type:none;
	display:inline;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(img/arrow01.gif);
	margin: 0 0 0 6px;
	padding: 0 0 0 6px;
}

#navi .bar {
	background: url(img/menubar.gif) 0px 0px repeat-x;
	margin: 0;
	height: 29px;
}