
/* メイン領域 */
#top_main_contents_space{
  width                 : 970px;
  height                : 450px;
  background-color      : White;
  margin                : 10px 0px 0px 0px;
}

/* 画像領域 */
#top_map_image_space{
  float                 : left;
  width                 : 500px;
  height                : 440px;
}

/* インフォメーション領域 */
#information_space{
  float                 : left;
  width                 : 460px;
  height                : 400px;
/*  font-family		: arial, sans-serif;*/
  font-family		: 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  background-color      : White;
  border                : 1px dotted silver;
  overflow-y            : scroll;
}

/* area選択地図 */
img.map_image{
  width                 : 400px;
  height                : 400px;
  margin                : 0px 0px 0px 40px;
  border-style          : solid;
  border-color          : black;
}

h4  {
  margin		: 0px;
/*  font-family		: arial, sans-serif;*/
  font-family		: 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size		: 10pt;
}

