@charset "utf-8";
/* googlemap用CSS */

* {
	margin:0;
	padding:0;
}
body {
    font-size:76%;
}

.googlemap_frame {
    width:500px;
	height:400px;
}

.googlemap_frame_wide {
    width:720px;
	height:440px;
}
.googlemap_frame_wide_p {
    width:350px;
	height:310px;
}