@charset "big5";

/* 基本樣式
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	font-size: 75%;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.4;
	color: #333333;
	text-align: center;
	background: #617F90 url(../images/bg_test1.png) left top repeat-x;
}
a {
	color: #056532;
}
a:visited {
	color: #056532;
}
a:hover {
	color: #67A161;
}
img {
	border: none;
	vertical-align: top;
}
#wrapper {
	width: 755px;
	margin: 0 auto;
	text-align: left;
	padding-left: 10px;
	background: url(../images/trans.gif) left top repeat-y;
}

/* LOGO與導覽列
---------------------------------------------*/
#logo {
	position: relative;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#topNav {
	position: relative;
	width: 735px;
	height: 20px;
	list-style-type: none;
	background: #333333 url(../images/top_nav_h20_bg.gif) left top repeat-x;
}
#topNav li {
	float: left;
	width: 110px;
}
#topNav li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/: 20px;
	padding-top: 20px;
	background-image: url(../images/top_nav_h20.gif);
	color: #FFFFFF;
}

/*  背景圖位置
---------------------------------------------*/
	
	/* offMouse時位置 */
	#nav01 a { background-position:  0     0; }
	#nav02 a { background-position: -110px 0; }
	#nav03 a { background-position: -220px 0; }
	#nav04 a { background-position: -330px 0; }
	#nav05 a { background-position: -440px 0; }
	#nav06 a { background-position: -550px 0; }
	#nav07 a { background-position: -660px 0; }

	/* onMouse時位置 */
	#nav01 a:hover { background-position:  0     -20px; }
	#nav02 a:hover { background-position: -110px -20px; }
	#nav03 a:hover { background-position: -220px -20px; }
	#nav04 a:hover { background-position: -330px -20px; }
	#nav05 a:hover { background-position: -440px -20px; }
	#nav06 a:hover { background-position: -550px -20px; }
	#nav07 a:hover { background-position: -660px -20px; }


/* 二欄式的主內容區塊
---------------------------------------------*/
#content {
	overflow: auto !important;
	overflow /**/ hidden;
	width: 735px;
	background: #FFFFFF url(../images/content_bg.gif) left top repeat-y;
	padding-bottom: 30px;
}
#about {
	float: left;
	width: 488px;
}
#newsRelease {
	float: left;
	width: 246px;
	padding-left: 1px;
}
#footer {
	clear: both;

}

/* 本文區塊
---------------------------------------------*/
#about h3, #newsRelease h3 {
	color: #FFFFFF;
	background: #008236 url(../images/title_bg.gif) left top repeat-x;
}
#about .section {
	margin: 16px 18px 0 18px;
	border-bottom: 1px solid #cccccc;
}
#about .section p {
	margin: 10px 0;
}
#about .section .link {
	background: url(../images/arrow.gif) left center no-repeat;
	padding-left: 14px;
}
#newsRelease dl {
	margin: 16px 18px 0 18px;
}
#newsRelease dl dt {
	font-size: 90%;
	color: #666666;
	margin-top: 10px;
}