*{
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin:auto;
	font-size:12px;
}
html,body{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	overflow:hidden;
}
a{
	color:#27b;
	text-decoration:none;
}
a:hover{
	color:#b72;
	text-decoration:underline;
}
img{
	border:none;
}
h1,h2{
	display:none;
}
/*----------------*/
#map{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
}
#centermark{
	position:absolute;
	top:50%;
	left:50%;
	width:18px;
	height:18px;
	margin:-9px 0 0 -9px;
	background-image:url(../img/all.png);
	background-position:-142px 0px;
	background-repeat:no-repeat;
	z-index:2;
}
/*----------------*/
#formbase{
	position:absolute;
	top:4px;
	left:50%;
	width:290px;
	margin-left:-135px;
	padding:2px 2px 0 2px;
	font-size:12px;
	background:#fff;
	color:#000;
	border:1px solid #000;
	text-align:center;
	z-index:100;
	filter:alpha(opacity=95);
	opacity:.95;
}
.input00{
	float:left;
	height:18px;
	border:1px solid #444;
	background:#e8e8e8;
	display:block;
	line-height:14px;
}
.input01{
	display:inline;
	float:right;
	position:relative;
	width:17px;
	height:17px;
	margin:0 0 0 2px;
	overflow:hidden;
	background-image:url(../img/all.png);
	background-repeat:no-repeat;
	vertical-align:middle;
	filter:alpha(opacity=50);
	opacity:.5;
}
.input01:hover{
	filter:alpha(opacity=100);
	opacity:1;
}
#txt_q{
	width:140px;
	padding-left:2px;
}
#search{
	width:40px;
	background-color:#444;
	background-repeat:no-repeat;
	background-position:center;
	color:#fff;
	cursor:pointer;
}
#minus{display:none;}
#plus{background-position:-17px 0;}
#close{background-position:-34px 0;}
#datail{
	clear:both;
	display:none;
}
.typechange{
	display:block;
	float:left;
	width:18px;
	height:18px;
	margin:0 0 2px 3px;
	background-image:url(../img/all.png);
	background-repeat:no-repeat;
	filter:alpha(opacity=50);
	opacity:.5;
}
.typechange:hover{
	filter:alpha(opacity=100);
	opacity:1;
}
#tc_g{background-position:-51px 0px;}
#tc_y{background-position:-69px 0px;}
#tc_s{background-position:-87px 0px;}
#tc_b{background-position:-105px 0px;}
#txt_viewurl{
	width:100%;
	height:16px;
	margin:8px 0;
	padding:0;
	font-family:'ＭＳ Ｐゴシック'
	font-size:10px;
	line-height:14px;
}
iframe{
	position:relative;
	margin-left:-2px;
}
/*----------------*/
#bookmark{
	width:100%;
	height:40px;
	margin:8px 0;
}
#bookmark a{
	margin:0;
	padding:0;
	display:block;
	float:left;
	width:20px;
	height:20px;
	overflow:hidden;
	filter:alpha(opacity=60);
	opacity:.6;
}
#bookmark a:hover{
	filter:alpha(opacity=100);
	opacity:1;
}
#bookmark img{
	position:relative;
	top:-18px;
}
#gb{left:0px;}
#tw{left:-20px;}
#hb{left:-40px;}
#yb{left:-60px;}
#de{left:-80px;}
#lc{left:-100px;}
#bz{left:-120px;}
#fb{left:-140px;}
/*----------------*/
#searchres{
	display:none;
	padding:4px 0 0 4px;
	text-align:left;
}
#searchres div{
	float:left;
	min-width:50%;
	max-width:100%;
}
#searchres a{
	padding-left:2px;
	line-height:20px;
}
.Address, .Zipcode, .Landmark, .Station {
	border-width:0 0 0 4px;
	border-style:solid;
}
.Address {border-color:#4af;}
.Zipcode {border-color:#fa4;}
.Landmark{border-color:#4a4;}
.Station {border-color:#f4a;}
.sup{
	padding:0 4px;
	color:#888;
	font-size:10px;
}
#searchres #navi{
	clear:both;
	width:100%;
	text-align:center;
}
#searchres #navi a{
	margin:0 8px;
}