@charset "UTF-8";
/* CSS Document */


/* 検索 */

#map_control {
	clear:both;
	background-image:url(../img/map_bg2.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:770px;
	margin-bottom:10px;
	padding-bottom:10px;
	margin-top:10px;
	}

/*クリア*/	
#map_control:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

#map_control {
  min-height: 1px;
}

* html #map_control {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

#map_control h2 {
	background-image:url(../img/map_bg1.jpg);
	background-repeat:no-repeat;
	padding:10px 20px;
	font-weight:bold;
	color:#fff;
	}

#categorySelector {
	margin:0 0 10px 20px;
	width:470px;
	_width:430px;
	float:left;
	}
#categorySelector h3 {
	margin-right:10px;
	color:#fff;
	}

#wordSerach {
	margin:0 20px 0 10px;
	width:250px;
	float:right;
	}
#wordSerach h3 {
	margin-right:10px;
	color:#fff;
	}
	
	
	
/* マップ */
#map {
	height:598px;
	width:768px;
	background-color:#ccc;
	border:1px solid #41a2e1;
	z-index:1;
	}

/* 検索結果 */
#mapsidebar {
	position:absolute;
	margin-left:569px;
	height:578px;
	_height:598px;
	overflow:auto;
	width:179px;
	_width:199px;
	padding:10px;
	font-size:80%;
	line-height:130%;
	border:1px solid #41a2e1;
	z-index:2;
	}

#mapsidebar {
	background-image:url(../img/map_sidebar_bg.png);
}

* html #mapsidebar {
	background-color:#fff;
}

#mapsidebar a {
	font-size:120%;
	display:block;
	margin-top:15px;
	margin-bottom:5px;
	color:#00527e;
	text-decoration:underline;
	}
#mapsidebar a:hover {
	color:#3099df;
	}


#mapsidebar_control {
	text-align:right;
	margin:0!important;
	padding:0!important;
	}
#match_result {
	font-size:120%;
	}
#mapsidebar_control img {
	vertical-align:bottom;
	}


.annotation {
	font-size:90%;
	margin-top:10px;
	}
.annotation ul {
	margin-left:30px;
	}

.annotation img {
	margin-right:5px;
	}


/* 吹き出し部分 */
.mcompanies h1 .mcompanies p {
	font-size:100%;
	margin:5px 0;
	}
#marker-info {
	overflow:auto!important;
	height:200px;
	width:350px;
	z-index:3;
	}
.company {
	}
.gmnoprint {
	z-index:10;
	}


