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

v\:* {
	behavior:url(#default#VML);
		}
th.title{
	background-color: #333399;
		color: #fff;
	border:2px outset gray;
}
th.title h1{
	margin:0px;
}
div#map{
	width: 500px;
	height: 500px;
	border:2px outset gray;
}
div.marker_data_html {
	width: 280px;
	margin-top:8px;
}
div.marker_data_html div.subject{
	text-align:center;
	padding:4px;
	font-weight:bold;
	font-family:sans-serif;
	border:outset 2px gray;
	margin-bottom:8px;
}
div.marker_data_html div.description{
	width: 256px;
	height: 64px;
	overflow: auto;
	border-top: 1px dashed #333;
	margin-top: 8px;
	padding: 4px;
}
div.poweredby{
		margin: auto;
		height:50px;
		border-top: 1px gray dashed;
		text-align: right;
		font-size:  9px;
}
a{
	color: #1e5482;
	outline:none;
	font-size:12px;
}
a:hover{
	color: #ff4e00;
}



#marker_data_list{
	font-size:small;
	overflow:auto;
	height: 500px;
	width: 160px;
	
}

#marker_data_list h2{
	margin:2px;
	font-size:small;
	background-color:#CCFF99;
}

#marker_data_list ul{
	margin:0;
	padding:0;
	list-style-type:none;
}


.memo{
	width:660px;
}

.gmap_desc{
	display:none;
}

.subject{}

.addresslist{}

.addresslist span.address{
	font-size:12px;
}

.description{
	font-size:12px;
}
