body {
	margin:0px;
	padding:0px;
	overflow: hidden;
	background-repeat:repeat;
	/*background-image: url("../img/background.jpeg");*/
}

a:link ,a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}


h2 {
	font-size: 14px;
	color: #000000;	
	margin: 0px;
	padding: 0px;
}


#header {
	/*position:absolute; */
	margin:0px;
	padding:0px;
	top:0px;
	left:0px;
	height:50px;
	width:99%;
	font-size:18px;;
	color:#fff;
	background-color:#5AB6E7;
	overflow:hidden;
	z-index:1;
}
#header a:link ,#header a:visited {
	color: #00f;
	text-decoration: underline;
}

#header a:hover {
	color: #FF0000;
	text-decoration: underline;
}


#leftMenu {
	background-color:transparent;
	position:absolute;
	font-size:14px;
	margin:0px;
	padding:0px;
	top:53px;
	left:0px;
	width:230px;
	//height:400px;
	overflow:auto;
	z-index:2; 
}


#map {
	position:absolute;
   	top:57px;
	left:234px;
	padding:0px;
	margin:0px;
    width: 612px;
    height: 512px;
    border:1px solid;
    z-index:0;
}


#rightMenu {
	position:absolute;
	font-size:14px;
	margin:0px;
	padding:0px;
	top:50px;
	right:2px;
	width:0px;
	height:400px;
	overflow:auto;
	z-index:2; 
}

.searchFrame {
	margin:6px;
	padding:0px;
	background-color:#FDD9E0;
	height:auto;
	z-index: 2;
}
.remarkFrame {
	margin:6px;
	margin-top:20px;
	padding:0px;
	font-size:12px;
	background-color:#9AD9DD;
	vertical-align:bottom;
	height:auto;
	width:auto;
	z-index: 1;
	bottom:0px;
}

.optionFrame{
	background-color:#fff;
	height:auto;
	border:1px solid;
	padding:4px;
	z-index:3;
}

.optionItem {
	display:block;	
}

.resultFrame {
	background-color: #FDD9E0;
	text-align:left; 
	margin:4px;
	padding:0px;
	height:auto;
}

.resultPanelHeader {
	cursor:pointer;
	font-size:16px;
	background-color:#F00;
	border:0px solid;
	padding:4px;
}


.resultList {
	border:1px solid; 
	background-color:#FFF; 
	overflow:auto; 
	margin-top: 4px;
	margin-left: 4px;
	margin-right:4px;
	text-align: left;
}








#footer {
	background-color: #5AB6E7;
	position:absolute;
	margin:0px;
	bottom:0px;
	left:0px;
	padding:5px;
	height:auto;
	width:99%;
	font-size:12px;
	text-align:center;
	z-index:2;
	overflow: hidden;
}


.kosodateList1 {
	cursor:pointer;
	background-color: #FFFFFF;
	padding: 4px;
	font-size:0.9em;
}

.kosodateList2 {
	cursor:pointer;
	background-color: #F0F0F0;
	padding: 4px;
	font-size:0.9em;
}
.kosodateList1 span,.kosodateList2 span {
	font-size:0.8em;
	font-weight:bold;
	font-color:#FF0000;
}


.kosodateMarker {
	color: #000000;
	font-size: 12px;	
	width:250px;
	margin:4px;
	padding:6px;
	border:0px solid;
	background-color: #F0F0F0;
}

/** レストラン **/
.restaurantList1 {
	cursor:pointer;
	background-color: #FFFFFF;
	padding: 4px;
	font-size:0.9em;
}

.restaurantList2 {
	cursor:pointer;
	background-color: #F0F0F0;
	padding: 4px;
	font-size:0.9em;
}


.restaurantList1 span,.restaurantList2 span {
	font-size:0.8em;
	font-weight:bold;
}
.restaurantList1 strong,.restaurantList2 strong {
	font-size:0.8em;
	font-weight:bold;
	color:#FF0000;
}


.restaurantMarker {
	color: #000000;
	margin:1px;
	padding:2px;
	border:0px solid;
	width:300px;
	height:250px;
	overflow:auto;
}
.restaurantMarkerSub {
	color: #000000;
	font-size:0.9em;
	line-height: 130%;
	margin:4px;
	padding:6px;
	border:0px solid;
	background-color: #F0F0F0;
	
}
.restaurantMarkerSub span {
	font-size:0.7em;
}
.restaurantMarkerSub strong {
	color:#FF0000;
	font-size:0.7em;
}


.restaurantMarkerSub img {
	border:0px;	
}


/** ホテル **/

.hotelList1 {
	cursor:pointer;
	background-color: #FFFFFF;
	padding: 4px;
	font-size:0.9em;
}

.hotelList2 {
	cursor:pointer;
	background-color: #F0F0F0;
	padding: 4px;
	font-size:0.9em;
}
.hotelList1 span,.hotelList2 span {
	font-size:0.8em;
	font-weight:bold;
}
.hotelMarker {
	color: #000000;
	margin:1px;
	padding:2px;
	border:0px solid;
	width:300px;
	height:250px;
	overflow:auto;
}
.hotelMarkerSub {
	color: #000000;
	font-size: 12px;	
	width:250px;
	margin:4px;
	padding:6px;
	border:0px solid;
	background-color: #F0F0F0;

}

/**
 * ブログ
 **/
.blogList1 {
	cursor:pointer;
	background-color: #FFFFFF;
	padding: 4px;
}

.blogList2 {
	cursor:pointer;
	background-color: #F0F0F0;
	padding: 4px;
}

.blogList1 h2 , .blogList2 h2 {
	font-size:0.9em;
	font-weight:bold;
	padding:0px;
	margin:1px;
}
.blogList1 span,.blogList2 span {
	font-size:0.7em;
	font-color:#FF0000;
}
.blogList1 p , .blogList2 p {
	font-size:0.8em;
	padding:0px;
	margin:2px;
	line-height: 130%;
}

.blogMarker {
	color: #000000;
	margin:1px;
	padding:2px;
	border:0px solid;
	width:300px;
	height:250px;
	overflow:auto;
}
.blogMarkerSub {
	color: #000000;
	font-size:0.9em;
	line-height: 130%;
	margin:4px;
	padding:6px;
	border:0px solid;
	background-color: #F0F0F0;
	
}
.blogMarkerSub span {
	font-size:0.7em;
	font-color:#FF0000;
}


.commandButton {
	font-size:14px;
	font-weight:bold;
	background-color: #F73563;	
	color:#fff;
}


#footer a:link ,#footer a:visited {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	color: #FF0000;
	text-decoration: none;
}


