@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/about/banner.jpg);
	background-repeat: no-repeat;
	height:228px;
	width:970px;
}


.txtarea{margin:20px auto 0 auto; width:680px; clear:both;}
.txtarea .title{height:32px; margin-bottom:5px;}
.txtarea .txt{
	color:#6b706d;
	font-size:13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 22px;
}
.txtarea .txt li{
	background-image:url(../images/about/icon_2.jpg);
	background-repeat:no-repeat;
	background-position: 7px 9px;
	padding:0 0 0 15px !important;
	padding:0 0 0 4px;
	margin-bottom:5px;
}
.txtarea .txt img{margin:30px 25px 10px 5px; float:left;}
.txtarea .top{
	float:right;
	width:35px;
	height:64px;
	background-image: url(../images/about/go_top.gif);
	background-repeat: no-repeat;
}
.txtarea .top a{
    display: block;
	height: 0px !important;
    height /**/:62px; /* IE 5/Win hack */ 
	padding: 64px 0 0 0;
	overflow: hidden;
}