/*ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}*/
#globalnavi {
	font-size:13px; 
	font-family:'メイリオ','Verdana','MS UI Gothic','Arial'; 
	width: 860px; /*各リストの合計の幅*/
}
#globalnavi ul{
	list-style-type: none;  /*リストスタイルタイプを外す*/
	margin: 0;
	padding: 0;
}
#globalnavi li{
	float: left; /* フロートで横に並べていく */
	position: relative;
	margin-top: 0px;
	margin-right: 1px;
	width: 171px;
	height: 25px;
	font-weight: bold;
	line-height: 25px;
}
#globalnavi li a {
	display: block;
	width: 171px;
	height: 25px;
	position: relative;
	font-weight: bold;
	text-align: center;
}
#globalnavi a{
    text-align: center;
	display:block;
	color: #666666;
	text-decoration: none;
.}
/* ロールオーバー */
#globalnavi a:link,
#globalnavi a:visited {
	background-image: url(img/navi.gif);
	/*background: #ffe376;*/
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	border-right-color: #666666;
	border-bottom-color: #666666;
}
#globalnavi a:hover,
#globalnavi a:active {
	color: #000000;
	background-image: url(img/navi_o.gif);
	/*background: #ffcc33;*/
	border-color: #666666;
	border-right-color: #cccccc;
	border-bottom-color: #666666;
}
#globalnavi li #shoukai a {
	display: block;
	width: 210px;
	height: 24px;
	padding-left: 3px;
	font-weight: bold;
	text-align: left;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
}
#globalnavi li #shoseki a {
	display: block;
	width: 220px;
	height: 24px;
	padding-left: 3px;
	font-weight: bold;
	text-align: left;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
}
/* 下層のメニューを不可視に */
#globalnavi li ul {
	display: none;
}
/* 疑似要素 :hover で下層のメニューを可視に */
#globalnavi li:hover ul {
	display: block;
	position: absolute;
	z-index: 0;
}		
#globalnavi li ul li {
	float: none;
	margin: 0;
	font-weight: normal;
}
/*ul#pulldown-menu { /* IE6 対策*/
	/*behavior: url("./csshover.htc");
}*/

