@charset "utf-8";

/*--クリアフィックス--*/

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}



/*
map専用*/

div#map {
	position: relative;
	margin-bottom: 30px;
}
div#mapimg {
	float: left;
}
div#caption {
	float: right;
	width: 280px;
	line-height: 1.5;
	padding-top: 30px;
}
div#kousaten {
	position: absolute;
	left: 133px;
	top: 296px;
	font-weight: bold;
	z-index: 1;
}
div#walk {
	position: absolute;
	left: 277px;
	top: 195px;
	z-index: 2;
}
div#saka {
	position: absolute;
	z-index: 4;
	left: 157px;
	top: 253px;
	font-weight: bold;
	color: #FF9933;
	font-style: italic;
}
div#hello {
	position: absolute;
	z-index: 4;
	left: 170px;
	top: 359px;
}
div#add {
	font-weight: bold;
}
div#click {
	font-weight: bold;
	margin-top: 150px;
}



/*google_map_設定CSS
----------------------------------*/
v\:* {
	behavior:url(#default#VML);
}
th.title {
	background-color: #333399;
	color: #fff;
	border:2px outset gray;
}
th.title h1 {
   margin:0px;
}
div#map {
	border:2px outset gray;
}
table#googlemap_table {
	margin-bottom: 30px;
}
#marker_link_2 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 30px;
	padding-left: 10px;
}
#marker_link_3 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}
#marker_data_list p {
	padding-left: 5px;
	padding-bottom: 10px;
}


div.marker_data_html {
width: 170px;
padding-top: 30px;
}
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 black;
	margin-top: 8px;
	padding:    4px;
}
div.poweredby {
	font-size: 9pt;
}
td img {
	display: block;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
