@charset "utf-8";
/*===============上面這是清除css原預設格式===============*/
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,img
{
	margin:0;
	padding: 0;
}
li {list-style-type:none;}

#top_banner{
	background-image:url(../images/map/banner.jpg);
	background-repeat: no-repeat;
	height:228px;
	width:970px;
}


.pic_area{
	width:300px;
	height:110px;
	margin:10px 18px 15px 15px !important;
	margin:10px 15px 15px 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E4E4E4;
	border-bottom-color: #E4E4E4;
	padding:0 15px 15px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #999999;
	text-decoration: none;
	float:left;
}
.pic_area a{color:#FF9900; text-decoration:underline;}
.pic_area a:hover{color:#993300; text-decoration:underline;}
.pic_area img{width:283px; height:26px; margin-bottom:15px;}



