﻿@charset "utf-8";

/*------------------------------*/
/* CSS Reset                    */
/*------------------------------*/
html, body  {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, p, ul, dl, dd, form{
    margin: 0;
    padding: 0;
}
img {
	border: 0;
}


/*------------------------------*/
/* アクセスマップ               */
/*------------------------------*/
body {
	width: 500px;
	position: absolute;
	left: 50%;
	margin-top: 10px;
	margin-left: -250px;
	font-size: small;
	line-height: 1.3em;
	color: #303030;
}

#map {
	width: 500px;	/*マップの横幅*/
	height: 500px;	/*マップの高さ*/
}

#btn {
	width: 114px;
	margin: 15px auto 0px auto;
}


/*情報ウィンドウ*/
p.image {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
p.title {
	margin-bottom: 5px;
	font-size: medium;
	font-weight: bold;
}
p.clearfloat {
	clear: both;
}
