#navi {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	clear: both;
	position: relative;
	top: 0px;
	height: 39px;
}
#menuwrap {
	background-color: #333;
	height: 38px;
	width: 100%;
	position: absolute;
	top: 300px;
	right: 0px;
}


#navi ul {
	list-style-type: none;
	overflow: hidden;
	padding: 0;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 1100px;
}

#navi li {
	float: left;
	width: 181px;
	margin: 0;
	padding: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}

* html #navi li {
margin: 0;  /*IE6用のハック*/
}

#navi a {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	width:100%;  /* for IE */
	background-image: url(../images/b_bg.gif);
	height: 38px;
	line-height: 3.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	display: block;
}

#navi .stay a {
	background-image: url(../images/a_bg.gif);
}

#navi .stay a:hover {
	color: #FFFFFF;
	background-image: url(../images/a_bg.gif);
	background-repeat: no-repeat;
}

#navi a:hover {
	color: #FFF;
	background-image: url(../images/a_bg.gif);
}

#marker {
	font-size: 30px;
	color: #339999;
	position: relative;
	top: -36px;
	width: 840px;
}

#marker span {
display: block;
width: 30px;
height: 30px;
}

span.home {
	position: relative;
}

span.about {
	position: relative;
}

span.sitemap {
position: relative;
left: 505px;
}

span.contact {
position: relative;
left: 713px;
}

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

/* IE7用ハック　▼ */
*:first-child+html .packet {
min-height:1px;
}
/* IE7用ハック　▲ */

/* Hides from IE-mac　▼ \*/
* html .packet {
	height:1%;
}
/* hide from IE-mac　▲ */#naviBox {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 1.5px;
	text-align: center;
}
