@charset "utf-8";
/*formatting style
-----------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font: 75%/1.6 "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}
hr {
	border-top: 1px dotted #D0D0BF;
}
#map .information .bbox {
	clear: right;
	height: 100%;
	width: 540px;
	border-top: 1px dotted #D0D0BF;
}

/* link styles
-----------------------*/
a img {
	border-style: none;
}
a:link {
	color: #99CC00;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
-----------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 800px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	margin: 0px auto;
}
#main {
	padding: 15px 15px 15px 0px;
	float: right;
	width: 573px;
	margin-bottom: 20px;
}
#map #container #header {
	width: 803px;
	height: 300px;
	text-align: center;
}

#footer {
	padding: 15px;
	clear: both;
	color: #FFFFFF;
	background-color: #333333;
}
/* header styles
-----------------------*/
#headerGroup {
	height: 156px;
	position: relative;
	background: #FFDB4A;
	width: auto;
	text-align: center;
}
#headerGroup ul {
	width: 803px;
	position: absolute;
	left: 1px;
	top: 157px;
	background: #CCCCCC;
}
#headerGroup ul li {
	list-style: none;
	float: left;
}
#headerGroup ul li a {
	line-height: 2.5em;
	color: #666666;
	text-decoration: none;
	background-color: #CCCCCC;
	height: 2.5em;
	width: 132px;
	border-top: 3px solid #FFFF66;
	border-bottom: 3px double #999999;
	border-left: 2px solid #FFFFFF;
	text-align: center;
	display: block;
}
#headerGroup ul li a:hover {
	background-color: #e8ecf5;
}

#headerGroup ul li#nHome a {
	border-left-style: none;
}
#home #headerGroup #nHome a,
#map #headerGroup #nMap a,
#ayumi #headerGroup #nAyumi a,
#event #headerGroup #nEvent a,
#link #headerGroup #nLink a,
#sitmap #headerGroup #nSitmap a {
	color: #FFFFFF;
	background-color: #828ca7;
}
