@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	font-family: "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "Osaka", Arial, Helvetica, sans-serif;
	background: #000;
}

* {
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: underline;
	font-weight: bold;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #666;
}

h1 {
}

#container {
	display: none;
}

#map {
	width: 100%;
	height: 100%;
}

.name {
	font-size: 14px;
	font-weight: bold;
}

.address {
	font-size: 12px;
}
