a
{
	color: #36414d;
	text-decoration:underline;
}

a:hover
{
	color: #a3b8cc;
}

body
{
/*	color:#ffffff;*/
	font-size:10pt;
	font-family:"ＭＳ Ｐゴシック";
	margin:0px;
	padding:0px;
}

div
{
/*	border: 1px solid red;*/
}

/* この部分はMTのテンプレートにコピーして使うこと */
/* ※borderとoverflowはIEでは設定できないようなのでタグで設定すること */
iframe.map_frame
{
	width:720px;
	height:720px;
/*	height:580px;*/
 	border:none;
	overflow:hidden;
	background:#f8f8ff;
}

div.map_frame
{
	width:720px;
/*	height:540px;*/
	height:600px;
	background-color:#D0D0D0;
}

div.google_map_info_vista
{
/*	width:360px;*/
/*	height:540px;*/
/*	float:left;*/
	margin-right:8px;
}

div.google_map_info_vista_photo_frame
{
	margin:1px;
	font-size:9pt;
	text-align:left;
	float:left;
}

img.google_map_info_vista_photo
{
/*
	width:160px;
	height:120px;
*/
	width:320px;
	height:240px;
	background-color:#D0D0D0;
	border-style:none;
}

div.google_map_info_text
{
	padding-top:8px;
}

div.google_map_overlay_button_frame
{
	margin:8px;
	position:absolute;
	background-color:white;
/*	filter:Alpha(opacity=50);*/
}

div.google_map_overlay_button_outer
{
	position:absolute;
	width:49px;
	border:1px solid black;
	background-color:white;
	text-align:center;
}

div.google_map_overlay_button_inner
{
	border-style:solid;
	border-color:white rgb(176, 176, 176) rgb(176, 176, 176) white;
	border-width:1px;
	font-size:12px;
	cursor:pointer;
}

#google_map_level_exp
{
	position:absolute;
	border:1px solid black;
	background-color:white;
/*	width:256px;*/
	top:300px;
	left:64px;
	visibility:hidden;
}

#google_map_loading
{
	position:absolute;
	border:1px solid black;
	background-color:white;
	text-align:center;
	font-size:36px;
	width:256px;
	top:286px;
	left:232px;
/*	filter:Alpha(opacity=50);*/
	visibility:hidden;
}

div.rightmenu
{
	background-color:white;
	border:2px solid #cccccc;
	padding:2px;
	cursor:auto;
/*
	font-size:12px;
	cursor:pointer;
	color:#7176bf;
	width:128px;
*/
}
