@charset "utf-8";

ul.globalNavi {
	margin: 0;
	padding: 0;
	line-height: 1;
	background-color: #eee;
	list-style-type: none;
	width: 440px;
}

ul.globalNavi li {
	margin: 0;
	padding: 0;
	float: left;
	/* 固定幅にしたかったら*/
	width: 110px;
	
	text-align: center;
	font-size: 13px; /* 文字サイズ */
}

ul.globalNavi li a {
	border-right: 1px solid #666;
	padding: 9px 20px;
	display: block;
	position: relative; /* for IE6 */
	color: #fff;
	background-color: #333;
	text-decoration: none;
}

ul.globalNavi li a:hover {
	border-color: #ccc;
	color: #333;
	background-color: #ccc;
}

/* ClearFix */

ul.globalNavi {
	_height: 1px;
	min-height: 1px;
	/*\*//*/
	height: 1px;
	overflow: hidden;
	/**/
}

ul.globalNavi:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}