@charset "euc-jp";

/*  ================================================================================
	BASE
================================================================================  */

html{ overflow:scroll-y; width:100%; height:100%; }
body {
	width:100%;
	height:100%;
	font-size:75%;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Osaka, sans-serif;
	line-height:150%;
	color:#323232;
	margin:0 auto;
	text-align:center;
}
* html table{ font-size:100%; line-height:180%; }
* html body{ font-family:'ＭＳ Ｐゴシック', Osaka, sans-serif; }

/*  ================================================================================
	INDEX
================================================================================  */
#header{ background:#1661c4; border-bottom:2px solid #fda702; text-align:left; }

#mapArea{ padding:20px 0; }
#mapArea h1{ margin:0 0 10px; padding:0 0 0 20px; font-size:150%; text-align:left; color:#144484; }

#footer{ padding:0 1px 1px; text-align:right; background:#dfdfdf; border-top:7px solid #ebebeb; }
#footer img{ margin-top:25px; }