﻿@charset "UTF-8";

@import "./reset.css";


body{
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS P Gothic", sans-serif;
font-size: 13px;
color: #333;
background: #fff;
height:435px;
width:620px;
margin:0px auto;
padding: 10px;
}

#map_canvas{
clear:both;
height:435px;
}

#header {
height: 25px;
}

h1 {
float: left;
font-weight: bold;
font-size: 18px;
margin: 0;
padding: 0;
}

#button {
float: right;
font-size:12px;
padding-top:3px;
}

#header a:link,
#header a:visited {
color:#333;
text-decoration:none;
}

#header a:hover,
#header a:active {
color:#006699;
text-decoration:underline;
}


#infoWindow h4 {
margin: 8px 0 2px 0;
font-size: 14px;
font-weight: bold;
}
