@charset "utf-8";
@import "common.css";
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

　vestall / 地図の部分

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
body {
	font-size: small;
	margin: 0 auto;
	}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
th.title {
	color: #666;
	background-color: #fff;
	text-align: left;
	}

th.title h1 {
	font-size: large;
	font-style: italic;
	font-weight: bold;
	margin: 0px;
	padding: 6px 35px 2px;
	}

#marker_data_list {
	font-size: small;
	margin: 0px 0px 0px 5px;
	padding: 0px 2px;
	overflow: auto;
	}

#marker_data_list h2 {
	font-size: x-small;
	font-weight: normal;
	text-align: center;
	margin: 8px 0px 2px;
	padding: 2px 0px 1px;
	border-top: solid 3px #ddd;
	border-bottom: solid 1px #ddd;
	color: #333;
	background-color: transparent;
	}

#marker_data_list h2 a {
	color: #333;
	text-decoration: none;
	}

#marker_data_list ul {
	text-align: left;
	line-height: 140%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

#marker_data_list li {
	font-size: 90%;
	color: #09c;
	}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
div#map {
	margin: 0px 0px 0px 5px;
	border: outset 2px #999;
	}

div.marker_data_html {
	width: 280px;
	margin: 4px 0 0;
	}

div.marker_data_html div {
	font-size: small;
	line-height: 130%;
	text-align: left;
	}

div.marker_data_html div.subject {
	font-size: small;
	text-align: center;
	padding: 4px;
	border: solid 1px #ddd;
	margin-bottom: 8px;
	}

div.subject p {
	font-size: small;
	margin: 0px;
	padding: 0px;
	}

div.subject p.genre {
	color: #333;
	line-height: 150%;
	padding: 2px 0px 3px;
	font-weight: normal;
	}

div.subject .name1 {
	font-size: 110%;
	font-weight: bold;
	}

div.subject p.name2 {
	color: #666;
	line-height: 110%;
	padding: 2px 5px 4px;
	font-weight: bold;
	text-align: right;
	}

div.marker_data_html div.description {
	width: 270px;
	height: 50px;
	overflow: auto;
	border-top: solid 1px #eee;
	margin-top: 8px;
	padding: 6px 3px 3px;
	}

div.poweredby {
	margin: 0px auto;
	padding: 5px 0px 0px;
	height: 50px;
	border-top: solid 2px #09c;
	text-align: right;
	font-size: 9px;
	}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
div.addresslist p {
	font-size: small;
	line-height: 130%;
	margin: 0px;
	padding: 6px 0px 0px;
	}

div.addresslist p.address {
	text-align: center;
	}

div.addresslist p.site-url {
	font-size: x-small;
	text-align: right;
	}


