@charset "utf-8";


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	margin: 0;
	padding: 0;
}

body {
	line-height: 100%;
	text-align: center;
/*
	background: #fff;
	background: #ece9d8;
	background: #fffceb;
*/
	background: #fffff6;
	width: 100%;
	height: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol , ul {
	list-style: none;
}

caption , th {
	text-align: left;
}

h1,h2,h3,h4,h5{
	font-family: "HGSｺﾞｼｯｸE", "HGS創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	font-weight: normal;
	margin: 0;
}

h2 {
	font-size: 20px;
	color: #000;
}

h3 {
	font-size: 16px;
	color: #000;
}

h4 {
	font-size: 14px;
	padding: 0px;
	margin: 8px;
	color: #F00;
}



#container{
	width: 100%;
	height: 100%;
	text-align :left;
/*
	background: #FFF;
*/
	margin: 0 auto;
	margin-top: 3px;
}

#menu_frame {
	width: 200px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	background: url(images/map_menu_back.gif) left top repeat-y;
}

#gmap {
	width:   100%;
	height:  100%;
	margin:  0px;
	padding: 0px;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 201px;
	z-index: 1;
	font-size: 12px;
}

.menu {
}

.menu ul li {
	position: relative;
	margin-bottom: 0px;
	width: 200px;
	height: 24px;
}

.menu ul li table {
	border-collapse: collapse;
	border: none;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.menu ul li ul {
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 199px;
	width: 200px;
	height: 0;
}

.menu ul li ul li {
	margin-bottom: 0;
	width: 200px;
	height: 24px;
}

.menu ul li a {
	color: #0c3060;
	display: block;
	text-decoration: none;
	padding-left: 15px;
	height: 24px;
	line-height: 24px;
}

.menu ul li a:hover {
	position: relative;
	z-index: 3;
}

.menu ul li:hover ul ,
.menu ul li a:hover ul {
	visibility: visible;
	overflow: visible;
	height: auto;
}


.menu li.gurume, li.hiking, li.onsen, li.park, li.park2, li.ski, li.soba, li.swim, li.syokokai, li.tent, li.tera, li.yado li.last {
	font-family: "HGPｺﾞｼｯｸE", "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	font-size: 16px;
	padding-top: 2px;
}

.menu li.gurume a, li.yado a {
  color: #000;
}

.menu li.gurume   { background: url(images/back_icon_gurume.gif)   left top no-repeat; height: 26px; line-height: 26px;}
.menu li.hiking   { background: url(images/back_icon_hiking.gif)   left top no-repeat; height: 26px; line-height: 26px;}
.menu li.onsen    { background: url(images/back_icon_onsen.gif)    left top no-repeat; height: 26px; line-height: 26px;}
.menu li.park     { background: url(images/back_icon_park.gif)     left top no-repeat; height: 26px; line-height: 26px;}
.menu li.park2    { background: url(images/back_icon_park2.gif)    left top no-repeat; height: 26px; line-height: 26px;}
.menu li.ski      { background: url(images/back_icon_ski.gif)      left top no-repeat; height: 26px; line-height: 26px;}
.menu li.soba     { background: url(images/back_icon_soba.gif)     left top no-repeat; height: 26px; line-height: 26px;}
.menu li.swim     { background: url(images/back_icon_swim.gif)     left top no-repeat; height: 26px; line-height: 26px;}
.menu li.syokokai { background: url(images/back_icon_syokokai.gif) left top no-repeat; height: 26px; line-height: 26px;}
.menu li.tent     { background: url(images/back_icon_tent.gif)     left top no-repeat; height: 26px; line-height: 26px;}
.menu li.tera     { background: url(images/back_icon_tera.gif)     left top no-repeat; height: 26px; line-height: 26px;}
.menu li.yado     { background: url(images/back_icon_yado.gif)     left top no-repeat; height: 26px; line-height: 26px;}
.menu li.last     { background: url(images/back_icon_last.gif)     left top no-repeat; height: 26px; line-height: 26px;}

.menu li.sub {
	font-family: "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", "Osaka";
	background: url(images/map_button1.gif) left top no-repeat;
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	position: relative;
	z-index: 4;
}

