/* CSS Document */

/*navi clearfix‚·‚é*/
#navi:after {
	content:".";
	display: block;
	height:0;
	clear:both;
	visibility:hidden;
	line-height: 0;
}
#navi {
	 display:inline-block;
	 min-height:1%;
}
/*Hides from IE-mac\*/
*html #navi {
	height:1%;
	}
#navi{display:block}
/*end hide from IE-mac*/

#navi ul,
#navi li {
	margin: 0;
	padding: 0;
}

#navi img {
	border: none;
}

#navi {
	margin: 0 auto;
	width: 569px;
}

#navi ul {
	width: 569px;
}

#navi li {
	float: left;
	list-style: none;
	margin-bottom: 1px;
}

#navi .leftcell {
	background: url(../../goo/images/navi_bg.gif) right top no-repeat;
	margin-right: 1px;
	text-align: left;
	width: 111px;
	height: 17px;
}

#navi .rightcell {
	background: url(../../goo/images/navi_bg.gif) left top no-repeat;
	margin-left: 1px;
	text-align: right;
	width: 111px;
	height: 17px;
}

#navi .centercell {
	background: url(../../goo/images/navi_bg.gif) center top no-repeat;
	margin: 0 1px;
	text-align: center;
	width: 113px;
	height: 17px;
}

