@charset "utf-8";
body  {
	background: #ffffff;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #707070;	font-size:13px;	
	font-family: "Times New Roman", Times, serif;
    
  }






a {
	text-decoration:none;
	color:#006699;
}
a:hover {
	text-decoration:underline;
}
/* 除去 link outline */
li , a {
  noFocusLine:expression(this.onFocus=this.blur());
} 

#container {width:100%; margin-left:auto; margin-left:auto;}
#menu {
width:980px; margin-left:auto; margin-left:auto;  text-align:left;
FONT-SIZE: 11px;

}

.smt_btm {
FONT-SIZE: 11px;
}

#addressInput{
FONT-SIZE: 11px;
}
#bz_type{
FONT-SIZE: 11px;
}
#sub_item {
FONT-SIZE: 11px;
}
.f11 {
FONT-SIZE: 11px;
}

#H_icon_ck {
FONT-SIZE: 11px;
margin-bottom: 6px ;
}
#S_icon_ck {
FONT-SIZE: 11px;
margin-bottom: 6px ;
}



#map {
	
 width:62%;
    margin-left:15%;   // 左+2%
	
	padding: 10px 1px 10px 10px;

   overflow: hidden;  height:460px; margin-top:0 
}


#sidebar_r {
	position: absolute;
	width: 20%;
	top: 30px;
	right: 10px;
	padding: 0px 16px 10px 3px;
	border-left: 1px dotted #cccccc;

 overflow: auto; 
height: 460px; 
font-size: 12px; 
color: #000; 
text-align:left;"

}

#sidebar {
	position: absolute;
	width: 13%;
	top: 30px;
	left: 6px;
	padding: 0px 3px 10px 6px;

overflow: auto; 
height: 460px;
 font-size: 12px;
 color: #000; 
text-align:left;
}



/* 腳底 */
.foot {
clear: both; 	position: 
  width:100%;   z-index:1000;

   BORDER: #c0c0c0 1px solid;
background:#c0c0c0;
   text-align: center;

}

.foot a {
	color:#126CB1;
	text-decoration:none;
	border-bottom:dotted 2px orange;
        margin-left:3px; 
        margin-right:3px; 
    font-size: 8pt;
	}

.foot a:hover {
	color:#fff;
	}
.foot p{ margin-top:1px; margin-bottom:1px;     font-size: 8pt;}
