#headarea {
	width: 835px;
}

div.menuBar  {
	width: 840px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 28px;
	float: left;
	font-family : "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Verdana;
	font-size : 12px;
	font-weight: bold;
}

.menuBar a {
	float: left;
	width: 155px;
	height: 18px;
	margin: 0px;
	border: 0px;
	padding: 5px 0px 5px 0px;
	color: #FFFFFF;
	background-image: url(../../images/gn/gn23_sqr.gif);
	background-color: #FFFFFF;
	display: block;
	text-align: center;
	vartical-align: middle;
	text-decoration: none;
}

.menuBar a:hover {
	width: 155px;
	height: 18px;
	border: 0px;
	color: #FFFFFF;
	background-image: url(../../images/gn/gn23_sqr.gif);
	background-color: #FFFFFF;
	text-decoration: none;
}

* html .menuBar a, * html .menuBar a:hover {
  height: 28px;
}

.menuBar a:visited {
	color: #FFFFFF;
}
.menuBar a:active {
	color: #3399FF;
}
.menuBar a.last {
	background-image: url(../../images/gn/gn23_rd_left.gif);
}
.menuBar a:hover.last {
	background-image: url(../../images/gn/gn23_rd_left.gif);
}
.menuBar a:hover.btm {
	color: #3399FF;
}
.menuBar span {
	float: left;
	width: 220px;
	height: 18px;
	margin: 0px;
	border: 0px;
	padding: 5px 0px 5px 0px;
	text-align: center;
	background-image: url(../../images/gn/gn23_rd_right.gif);
}

* html .menuBar span {
  height: 28px;
}

div.menu {
	position:absolute;
	visibility: hidden;
	border:1px solid #FFFFFF;
	line-height: 20px;
	text-align:left;
	/* z-index: 100; */
	background-color: #EBEBE9;
	width: 252px;
}

div.menu a.menuItem {
	width:100%;
	display:block;
	padding:3px 5px;
	text-decoration:none;
	text-indent:7px;
	text-align:left;
	color:#0085d5;
	white-space:nowrap;
	border-bottom:1px solid #CCCCCC;
}
div.menu a.menuItem:hover {
	background-color: #D4DDEE;
	text-decoration:none;
	color: #0085d5;
}

div.menu a.menuItem:visited {
	color: #0085d5;
}

div.menu a.menuItem:active {
	color: #cc6699;
}