* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	height: 100%;
	overflow: hidden;
	font-size: 12px;
}
#gmapCtrl {
	padding: 2px;
	visibility: hidden;
}
#map {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
#icons {
	position: absolute;
	top: 60px;
	right: 7px;
	background: #fff;
	padding: 2px;
	border: solid 1px #000;
}
	#icons a, #attention a {
		color: #00f;
	}
	#icons a:hover, #attention a:hover {
		color: #f00;
	}
#icons table td {
	background: #fff;
	padding: 2px;
	font-size: 12px;
	line-height: 1em;
}
#icons img {
	border: none;
}
#attention {
	position: absolute;
	bottom: 18px;
	right: 47px;
	background: #fff;
	padding: 4px 8px;
	border: solid 1px #000;
}
	#attention div {
		border-bottom: dotted 2px #ccc;
		color: #f00;
		font-size: 20px;
		font-weight: bold;
	}
		#attention div a {
			font-size: 12px;
			font-weight: normal;
		}
.ft11 {
	font-size: 11px;
}




#MT_GMAP_BOARD {
	position: absolute;
}
	#MT_GMAP_BOARD #MT_GMAP_POPS {
		position: relative;
		width: 300px;
/*
*/
		height: 85px;
		background: url(img/popup_bg_v3_2.gif) repeat 0 0;
		border: solid 2px #999;
		border-radius: 4px;
/*
		background: #fff;
		border: solid 2px #aaa;
*/
	}
		#MT_GMAP_BOARD #MT_GMAP_POPS * {
			color: #333;
			margin: 0;
			padding: 0;
			border: 0;
		}
		#MT_GMAP_BOARD #MT_GMAP_POPS li {
			list-style: none;
			float: left;
		}
			#MT_GMAP_BOARD #MT_GMAP_POPS li#MT_GMAP_LINK3 {
				float: right;
			}

	#MT_GMAP_BOARD #MT_GMAP_IMGPHOTO {
/*
*/
		position: absolute;
		width: 75px;
		height: 55px;
		bottom: 3px;
		left: 10px;
	}
	#MT_GMAP_BOARD #MT_GMAP_DETAIL {
/*
*/
		position: absolute;
		font: 12px/140% "MS PGothic", "Osaka";
		position: absolute;
		width: 240px;
		height: 80px;
		top: 6px;
		left: 10px;
/*
*/
	}
		#MT_GMAP_BOARD #MT_GMAP_DETAIL dt {
			font-size: 12px;
			font-weight: bolder;
			width: 230px;
		}
			#MT_GMAP_BOARD #MT_GMAP_DETAIL dt span {
				display: block;
				padding: 1px;
				background: #999;
				color: #fff;
			}
		#MT_GMAP_BOARD #MT_GMAP_DETAIL dd {
			/*position: absolute;
			bottom: 5px;*/
		}
		#MT_GMAP_BOARD #MT_GMAP_DETAIL ul {
			width: 240px;
			margin: 4px 0px 0px;
		}
	#MT_GMAP_BOARD #MT_GMAP_JIGYO {
		padding-left: 80px;
		width: 220px;
	}
	#MT_GMAP_BOARD #MT_GMAP_GENBA {
		padding-left: 80px;
	}
	#MT_GMAP_BOARD #MT_GMAP_GID {
		padding-left: 10px;
	}
	#MT_GMAP_BOARD #MT_GMAP_KOSUU {
		padding-left: 10px;
	}
	#MT_GMAP_BOARD #MT_GMAP_LINK {
/*
*/
		position: absolute;
		bottom: 3px;
		right: 8px;
		width: 202px;
	}
		#MT_GMAP_BOARD #MT_GMAP_LINK a {
			background: url(img/link_btn.gif) no-repeat left center;
			padding-left: 14px;
			font: 11px/140% "MS PGothic", "Osaka";
			color: #333;
			text-decoration: none;
		}
		#MT_GMAP_BOARD #MT_GMAP_LINK a:hover {
			color: #f03;
			text-decoration: none;
		}
			#MT_GMAP_BOARD #MT_GMAP_LINK #MT_GMAP_LINK2 {
				display: none;
			}
			#MT_GMAP_BOARD #MT_GMAP_LINK #MT_GMAP_LINK3 {
				padding-left: 4px;
				padding-right: 20px;
			}
	#MT_GMAP_BOARD #MT_GMAP_CLOSE {
		position: absolute;
		overflow: hidden;
		width: 10px;
		height: 10px;
		top: 7px;
		right: 7px;
		z-index: 1;
		line-height: 1px;
		margin: 0;
		padding: 0;
	}
		#MT_GMAP_BOARD #MT_GMAP_CLOSE a {
			display: block;
			overflow: hidden;
			line-height: 1px;
			margin: 0;
			padding: 0;
			width: 10px;
			height: 10px;
			background: url(img/close_btn_v3.gif) no-repeat 0 0;
		}
		#MT_GMAP_BOARD #MT_GMAP_CLOSE a:hover {
			background-position: 0 -10px;
		}





	#MT_GMAP_BOARD.prebk #MT_GMAP_POPS {
		height: 55px;
		background-image: url(img/popup_bg_v3_2.gif);
		background-repeat: repeat;
		border: solid 2px #999;
		border-radius: 4px;
	}
		#MT_GMAP_BOARD.prebk #MT_GMAP_POPS li {
			list-style: none;
			float: left;
		}
	#MT_GMAP_BOARD.prebk #MT_GMAP_IMGPHOTO {
		display: none;
	}
	#MT_GMAP_BOARD.prebk #MT_GMAP_DETAIL {
		position: absolute;
		font: 12px/140% "MS PGothic", "Osaka";
		position: absolute;
		width: 280px;
		height: 45px;
		top: 6px;
		left: 10px;
	}
		#MT_GMAP_BOARD.prebk #MT_GMAP_DETAIL dt {
			font-size: 13px;
		}
			#MT_GMAP_BOARD.prebk #MT_GMAP_DETAIL dt span {
				display: block;
				padding: 1px;
				background: #999;
				color: #fff;
			}
		#MT_GMAP_BOARD.prebk #MT_GMAP_DETAIL dd {
			position: absolute;
			bottom: 5px;
		}
		#MT_GMAP_BOARD.prebk #MT_GMAP_DETAIL ul {
			width: 280px;
			margin: 4px 0px 0px;
		}
	#MT_GMAP_BOARD.prebk #MT_GMAP_JIGYO {
		padding-left: 0;
		width: auto;
	}
	#MT_GMAP_BOARD.prebk #MT_GMAP_GENBA, #MT_GMAP_BOARD.prebk #MT_GMAP_GID, #MT_GMAP_BOARD.prebk #MT_GMAP_KOSUU {
		padding-left: 10px;
	}
	#MT_GMAP_BOARD.prebk #MT_GMAP_LINK {
		display: none;
	}





	#MT_GMAP_BOARD.curbk #MT_GMAP_POPS {
/*
		cursor: pointer;
*/
	}



#MT_GMAP_BOARD #MT_GMAP_POPS #MT_GMAP_LINK4 {
	display: none;
}
#MT_GMAP_BOARD #MT_GMAP_POPS.lgbt #MT_GMAP_LINK4 {
	display: block;
	clear: both;
}
#MT_GMAP_BOARD #MT_GMAP_POPS.lgbt {
	height: 105px;
}
#MT_GMAP_BOARD #MT_GMAP_POPS.lgbt #MT_GMAP_IMGPHOTO {
	bottom: 23px;
}
