div#gmap { border: 1px solid #ccc }
div.gmapType {
	text-align: left;
	height: 179px;
	overflow-y: scroll;
}
div.gmapTypeHigh {
	height: 422px;
	overflow-y: scroll;
}

ul.gmapEntries {
	margin: 0;
	padding-left: 4px;
}
ul.gmapCategories {
	margin: 0;
	padding: 0 4px;
}

ul.gmapEntries li,
ul.gmapCategories li {
/*	font-size: smaller; */
	line-height: 1.3em;
	margin-bottom: .3em;
}

ul.gmapEntries li {
	list-style-type: disc;
}

ul.gmapCategories li {
  list-style-position: outside;
	list-style-type: none;
}

dl#gmapList { height: 500px; line-height: 1.2em; margin: .5em; }
dl#gmapItem li { font-size: 13px; margin: 0; }

div.gmapWindow {
	line-height: 1.3em;
	overflow-y: scroll;
	text-align: left;
	width: 225px;
	height: 200px;
	margin: 12px;
/*	font-size: smaller; */
}

div.gmapTitle {
	font-weight: bold;
	margin-bottom: .5em;
}
div.gmapImage { text-align: center; margin-bottom: .5em; }
div.gmapText {
	margin-bottom: .5em;
}

div.gmapZip {}
div.gmapAddress { margin-bottom: .5em; }
div.gmapTelephone { margin-bottom: .5em; }
div.gmapUrl { }

td.gmapTypeTabTopic {
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 13px;
}

td.gmapTypeTabLocation {
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 13px;
}

ul.gmapCategories li a {
  display: inline;
  height: 18px;
  line-height: 18px;
  padding-left: 20px;
  margin-left: 4px;
}


#gmapTree {
  width: 200px;
  float: right;
}
.gmapMapTitle {
  background: url(/imgs/map_title_category.gif) no-repeat;
  height: 32px;
  text-indent: -9999px;
  margin-bottom: 8px;
}
#gmapMapCategoryTitle {
  background: url(/imgs/map_title_subcategory.gif) no-repeat;
  height: 32px;
  text-indent: -9999px;
  margin-top: 8px;
  margin-bottom: 8px;
}

ul#gmapMapCategoryCategories li a.cat11 {
  background: url(/map/icons/icon_areamap.gif) no-repeat left;
}
ul#gmapMapCategoryCategories li a.cat24 {
  background: url(/map/icons/icon_food.gif) no-repeat left;
}
ul#gmapMapCategoryCategories li a.cat23 {
  background: url(/map/icons/icon_goraku.gif) no-repeat left;
}
ul#gmapMapCategoryCategories li a.cat16 {
  background: url(/map/icons/icon_kanko.gif) no-repeat left;
}
ul#gmapMapCategoryCategories li a.cat21 {
  background: url(/map/icons/icon_onsen.gif) no-repeat left;
}
ul#gmapMapCategoryCategories li a.cat22 {
  background: url(/map/icons/icon_shisetsu.gif) no-repeat left;
}
ul#gmapMapCategoryCategories li a.cat13 {
  background: url(/map/icons/icon_shop.gif) no-repeat left;
}
ul#gmapMapCategoryCategories li a.cat25 {
  background: url(/map/icons/icon_yado.gif) no-repeat left;
}
ul#gmapMapCategoryCategories li a.cat12 {
  background: url(/map/icons/icon_yumachi.gif) no-repeat left;
}


