@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/link/banner.jpg);
	background-repeat: no-repeat;
	height:228px;
	width:970px;
}
.logo{
	margin:25px 0 15px 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color:#D1D1D1;
	padding-bottom:10px;
	width:680px;
}
.logo img{margin:0 20px 0 5px; float:left;}
.logo p{color:#884D20; font-size:15px; font-weight:bold; padding-top:15px;}
.logo a{color:#666666; font-size:13px; text-decoration:underline; padding-top:10px;}
.logo a:hover{color:#CCCCCC;}