/* ナビゲーション
---------------------------------------------*/
#globalNav {
	overflow: auto;
	overflow /**/: hidden;
	width: 800px;
	background: #E8E8E8 url(../images/nav/global_nav_bg.gif) repeat-x left top;
	border-bottom: 1px solid #008000;
	border-top: 1px solid #008000;
	margin: 0px 0px 20px;
	list-style-type: none;
	float: left;
	padding-left: 0px;
}
#globalNav li {
	float: left;
	width: 110px;
	border-right: 1px solid #CCCCCC;
	list-style-type: none;
	text-align: left;
	background-image: url(../images/nav/global_nav_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#globalNav li a {
	display: block;
	line-height: 2em;
	color: #333333;
	text-decoration: none;
	text-align: center;
	background: #E8E8E8 url(../images/nav/global_nav_bg.gif) repeat-x left top;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
}
#globalNav li a:hover {
	color: #FFFFFF;
	background: #FF6600 url(../images/nav/global_nav_bgo.gif) repeat-x left top;
}
