@charset "shift_jis";

/* ----------------------------------------------------- */
/* CSS Reset */
/* ----------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border: 0;
}


/* ----------------------------------------------------- */
/* Basic */
/* ----------------------------------------------------- */
html {
	height: 100%;
}
body {
	height: 100%;
	background-color: #EDF4FB;
	text-align: center;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 62.5%;
	color: #323232;
}
div#subwin-pagebody {
	width: 526px;
	height: 100%;
	margin: 0 auto;
	background: url(../images/subwin_bg.jpg) repeat-y;
	font-size: 1.3em;
}
div#subwin-container {
	margin: 0 3px;
	padding: 0;
	width: 520px;
}
div#subwinContent {
	width: 500px;
	margin: 0 10px;
}
#subwinContent h1 {
	width: 500px;
	height: 70px;
	margin: 0 0 10px 0;
}
#subwinContent h2 {
	widt\h: 480px;
	margin: 0 0 10px 0;
	padding: 4px 10px 3px 10px;
	background-color: #E1E1E1;
	color: #323232;
	font-weight: bold;
	border-bottom: 2px solid #868686;
	text-align: left;
}
#btnClose {
	margin: 10px 0 0;
}
#bottom {
	width: 500px;
	height: 70px;
	margin: 20px 10px 10px;
	padding: 20px 0 0;
	border-top: 1px solid #B2B2B2;
}


/* ----------------------------------------------------- */
/* Google Maps */
/* ----------------------------------------------------- */
div#map-pagebody {
	width: 626px;
	height: 100%;
	margin: 0 auto;
	background: url(../images/subwindow_map_bg.jpg) repeat-y;
	font-size: 1.3em;
}
div#map-container {
	margin: 0 3px;
	padding: 0;
	width: 620px;
}
#map-container h1 {
	width: 600px;
	height: 70px;
	margin: 0 10px 10px;
}
#map-container h2 {
	width: 600px;
	widt\h: 580px;
	margin: 0 10px 10px;
	padding: 4px 10px 3px 10px;
	background-color: #E1E1E1;
	color: #323232;
	font-weight: bold;
	border-bottom: 2px solid #868686;
	text-align: left;
}
#printBox {
	width: 590px;
	margin: 0 20px 10px 10px;
	text-align: right;
}
#map{
	margin: 0 20px;
	width: 578px;
	height: 400px;
	border: solid 1px #999;
}
#bottomMap {
	width: 600px;
	margin: 20px 10px;
	padding: 20px 0;
	border-top: 1px solid #B2B2B2;
}
