@charset "utf-8";

/********************************************************
	marker-style
 ********************************************************/

/* マーカーふきだし内のスタイル */
div.marker-style {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: medium;
}

/* マーカーふきだし内 タイトルのスタイル */
div.marker-style p.marker-title {
	margin:0;
	font-size: 0.8em;
	font-weight:bold;
	margin-bottom:5px;
}

/* マーカーふきだし内 本文のスタイル */
div.marker-style div.marker-comments {
	margin:0;
	font-size: 0.9em;
	width:200px;
	line-height:100%;
}

/* マーカーふきだし内 画像のスタイル */
div.marker-style div.marker-comments img {
	margin-right:5px;
	margin-bottom:5px;
	display: block;
	/*float:left;*/
}

/* マーカーふきだし内 リンクのスタイル */
div.marker-style p.marker-link {
	margin:0;
	font-size: 0.8em;
	margin-top: 5px;
}

/* マーカーふきだし内 テーブルのスタイル */
div.marker-style table {
	border-collapse: collapse;
	border-spacing: 0;
}

div.marker-style table td {
	vertical-align: top;
	padding: 2px;
	font-size:12px;
	line-height:1.2em;
}

div.marker-style table td.title {
	white-space: nowrap;
}

/********************************************************
	map-style
 ********************************************************/

/* マップのスタイル */
div.map-style {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: left;
	font-size: medium;
}

/********************************************************
	map-wrapper
 ********************************************************/

/* マップの入れ物 */
div.map-wrapper {
	width: 656px;
	height: 305px;
}

/* マップ */
div.map-main {
	width: 656px;
	height: 305px;
}

div#map {
	width: 656px;
	height: 300px;
}


div.map-side div#map-controls ul {
	margin: 0;
	padding: 5px;
	list-style: none;
	display: block;
}

div.map-side div#map-controls li {
	background-position: left top;
	background-repeat: no-repeat;
	/*padding-left: 19px;*/
	text-align: left;
	white-space:nowrap;
}
div.map-side div#map-controls li a:link {
	text-decoration: none;
}

div.map-side div#map-controls li p {
	margin: 0.5em 0;
	padding: 0;
}

div.map-side div#map-controls li div.centering p {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
}

/*for IE6 */
* html div#map-controls li .centering p {
	display: inline;
	zoom: 1;
	cursor: pointer;
}

/*for IE7 */  
*:first-child+html div#map-controls li .centering p {
	display: inline;
	zoom: 1;
	cursor: pointer;
}

/* clearfloat */
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
