*{
	line-height: 1.22em;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

html {
    _overflow:hidden;
}

body {
    _height: 100%;
    _overflow: hidden;
	background-color: #807d38;
	margin: 0;
	color: #000000;
	font-size: 12px;
	*font-size: small;
	*font: x-small;
	font-family: Verdana, Tahoma, Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	/*
	font-family: ＭＳ ゴシック, ＭＳ Ｐゴシック, ヒラギノ角ゴ Pro W3, Osaka-等幅, Osaka, 平成角ゴシック;
	font-family: Courier New, Courier, Monaco, monospace;
	font-family: Verdana, Tahoma, Century Gothic, Helvetica, Georgia;
	*/
}

img {
	border-width: 0px;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}

a { text-decoration: none; }

.chap {
	color: #81384c;
	font-weight: 700;
	font-size: 16px;
}

#Top {
	background-color: #97902e;
	margin: 0;
	padding: 0;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 66px;
	_position: absolute;
}
#Container {
	position: absolute;
	top: 66px;
	left: 0;
	width:	100%;
	height: 90%;
	_overflow: auto
}
#Map {
	font-size: 14px;
	background-image: url(../img/keniya_map1.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
	margin: 0 0 0 160px;
	padding: 20px;
	position: relative;
	z-index: 1;
	width: auto;
	height: auto;
	border: solid 20px #c8a74a;
	_float: right;
	_overflow: auto
}
#Menu {
	margin: 10px;
	position: fixed;
	z-index: 1;
	top: 66px;
	left: 0;
	width: 160px;
	_position: absolute;
}

#Menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
#Menu li {
	display: block;
	margin: 0;
	padding: 0;
}
#Menu a {
	padding: 7px 0px 7px 5px;
	margin: 0;
	display: block;
	width: 120px;
	_width: 130px;
	border-left: #5b5527 solid 5px;
	border-bottom: #97902e solid 1px;
	text-decoration: none;
	color: #c8a74a;
	font-weight: 700;
}
#Menu a:link {
	color: #c8a74a;
}
#Menu a:visited {
	color: #c8a74a;
}
#Menu a:hover {
	background: #c8a74a;
	color: #5b5527;
	border-left: 5px solid #dcc177;
	border-bottom: 1px solid #97902e;
}
#Menu a:active {
	color: #884a53;
}

img.right {
	float: right;
	margin-left: 10px;
}

img.left {
	float: left;
	margin-right: 10px;
}

.fee {
	border: 1px #c8a74a solid;
	border-collapse: collapse; 
}
