﻿
/***** GoogleMaps内の吹き出し *****/
/* 吹き出し内を覆うDIV */
div.gmap_balloon_wrapper 
{
  width:270px;  
}
/* 吹き出し内の画像部分 */
div.gmap_balloon_image
{
  float:left;
  margin-right:7px;
  width:100px;
}
/* 吹き出し内のコメント部 */
div.gmap_balloon_description
{
  float:left;
  font-size:smaller;
  line-height:125%;
  color:#555555;
  width:150px;
  text-align:left;
}
hr.kugiri 
{
  clear:both;
  width:auto;
  color:#555555;
  text-align:center;
}


