@CHARSET "UTF-8";
/*首頁用*/
body { background-color:#eee; }
.wrapper { background-color:#fff; }


.header { height:155px; border-bottom:5px solid #1bbaed; }
.header a.logo {
	position:relative;
	display:block;
	float:left;
	text-indent:-9999px;
	width:820px;
	height:110px;
	background: url(../images/index/logo.jpg) no-repeat;
	margin-left:10px;
	}
.topMenu {padding: 5px 20px;}
.content p { text-indent:-9999px; }