@charset "shift-jis";

/*========== html ==========*/
html {
	overflow-y: auto;
}

/*========== body ==========*/
body {
	width: 600px;
}

/*========== header ==========*/
h1 {
	display: block;
	width: 600px;
	height: 74px;
	background-image: url(../images/map_title.gif);
	overflow: hidden;
	text-indent: -9999px;
}

/*========== main ==========*/
#main {
	width: 600px;
}

#main .mapImg {
	width: 500px;
	margin: 2px auto 10px;
}

#main .address {
	width: 500px;
	height: 12px;
	background-image: url(../images/address.gif?20210322);
	margin: 0 auto 10px;
	overflow: hidden;
	text-indent: -9999px;
}

#main .time {
	width: 500px;
	height: 115px;
	background-image: url(../images/time.gif?20210322);
	margin: 0 auto;
	overflow: hidden;
	text-indent: -9999px;
}

#main .button {
	width: 244px;
	margin: 15px auto 15px;
}

/* clearfix */
#main .button:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#main .button {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html #main .button {
	height: 1%;
}
#main .button {
	display: block;
}
/* End hide from IE-mac */
/* End clearfix */

#main .print {
	width: 104px;
	height: 35px;
	background-image: url(../images/print.gif);
	overflow: hidden;
	float: left;
	margin-right: 36px;
	text-indent: -9999px;
	cursor: pointer;
}

#main .close {
	width: 104px;
	height: 35px;
	background-image: url(../images/close.gif);
	overflow: hidden;
	float: left;
	text-indent: -9999px;
	cursor: pointer;
}

/*========== footer ==========*/
#footer {
	width: 600px;
}