@charset "utf-8";
/*****************************
	地図から探す
*****************************/
#map{

}
#marker_data_list{
	font-size:14px;
	overflow:auto;
	width: 200px;
}
v\:* {
	behavior:url(#default#VML);
}
th.title{
	background-color: #333399;
	color: #fff;
	border:1px outset gray;
}
th.title h1{
   margin:0px;
}
div#map{
	border:1px outset gray;
	height: 400px;
	width: 480px;
}
div.marker_data_html {
	width: 280px;
	margin-top:8px;
}
div.marker_data_html span.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 black;
	margin-top: 8px;
	padding:    4px;
}
#tm_circum {
	margin: 0px;
}
#tm_search {
	margin-top: 10px;
}
#marker_data_list a {
	text-decoration: underline;
	color: #666666;
}
#marker_data_list a:hover{
	color: #FFabcc;
	text-decoration: underline;
}.memo {
	width: 680px;
}
#map_canvas {
	height: 100%;
}
#map_main {
	background-image: url(../img/contents_side.gif);
	background-position: left;
	background-repeat: repeat-y;
	width: 850px;
	margin-top: 8px;
	margin-right: auto;
	margin-left: auto;
}

