﻿@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
}
body {
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	/*\*/
	letter-spacing: 0.05em;
	/**/
	color: #333333;
	margin: 0;
/*	background-color: #ff3300; */
}
img {
	border: none;
	vertical-align: bottom;
}
#map_canvas {
/*
	width:	500px;
	height:	400px;
*/
	border:	none;
	margin:	auto;
	padding:	0px;
}
#footer {
/* test */
	position: absolute;
	bottom:	-120px;
	width: 100%;
	margin: auto;
	padding: 0px;
	text-align: center;
	font-size: 90%;
/*
	clear: both;
	background-color: LightYellow;
*/

}
