*{
	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:#c00;
}
img{
	border:none;
}
h1,h2{
	display:none;
}
input{
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
/*----------------*/
#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:288px;
	margin-left:-144px;
	padding:2px 3px 0 2px;
	font-size:12px;
	background-image:url(../img/opa090_ffffff.png);
	color:#000;
	border:1px solid #000;
	-webkit-border-top-right-radius:11px;
	-webkit-border-bottom-right-radius:11px;
	-moz-border-radius-topright:11px;
	-moz-border-radius-bottomright:11px;
	text-align:center;
	z-index:100;
}
.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;
}
#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:306px;
	height:18px;
	margin:4px 0;
	padding:0;
	font-family:Arial;
	font-size:10px;
	line-height:14px;
}
iframe{
	position:relative;
	margin-left:-2px;
}
/*----------------*/
#bookmark{
	float:right;
	width:160px;
	margin:4px 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{
	height:20px;
}
#searchres a{
	padding-left:4px;
	border-left:4px solid #ddd;
}
#searchres a:hover, #searchres a.cur{
	color:#c00;
	border-left:4px solid #c00;
}
.address{
	padding:0 2px;
	color:#888;
	font-size:10px;
}
.genre{
	padding:1px;
	background:#494;
	color:#fff;
	font-size:10px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.genre25{background:#e49;}
.genre26,.genre27,.genre28,.genre29,.genre30{background:#e94;}
.genre80{background:#49e;}
#searchres #navi{
	clear:both;
	width:100%;
	text-align:center;
}
#searchres #navi a{
	margin:0 8px;
}
