	@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
/* 比較好的做法是將 Body 元素的邊界與欄位間隔調整為零，以處理不同的瀏覽器預設值 */
	padding: 0;
	text-align: center;
/* 這樣會讓容器在 IE 5* 瀏覽器內置中對齊。然後，文字會在 #container 選取器中設定為靠左對齊預設值 */
	color: #000000;
	background:url(../images/bg.jpg) #FFFFFF  repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.aupart #container {
	width: 977px;
/* 使用比完整 800px 少 20px 的寬度會允許使用瀏覽器邊框並且避免水平捲軸出現 */
	margin: 0 auto;
/* 自動邊界 (搭配寬度) 會讓頁面置中對齊 */
	padding: 0;
	border: 0px solid #000000;
	text-align: left;
/* 這樣做會覆寫 Body 元素上的 text-align: center。 */
}
/*----------------------------*/
.aupart #header {
	margin: 0 0 10px 0;
	padding: 0;
}
.aupart #header h1 {
	margin: 5px 0 5px 20px;
	padding: 0;
	border: 0;
	float: left;
}
.aupart #header h1 a {
	margin: 0;
	padding: 0;
	border: 0;
	height: 76px;
	width: 178px;
	display: block;
	text-indent: -9999px;
}
.logo {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
/*------------------*/
.aupart #language {
	text-align:right;
	margin: 0 0 10px 800px;
	padding: 10px 0 0 0;
}
.aupart #language p {
	margin: 0;
	padding: 0;
	font-size: 8pt;
	color: #555555;
	text-decoration: none;
}
.aupart #language p a:link, .aupart #language p a:visited, .aupart #language p a:active {
	padding: 0 4px;
	color: #555555;
	text-decoration: none;
}
.aupart #language p a:hover {
	color: #FFFFFF;
}
/*---------------*/
.aupart #menu {
	padding: 0;
	margin: 0 0 0 310px;
	_margin: 0 0 0 290px;
	*margin: 0 0 0 280px;
}
.aupart #menu ul {
	margin: 0;
	padding: 0 0 0 32px;
	list-style: none;
	background-image: url(../images/but.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 40px;
	width: 637px;
}
.aupart #menu li {
	margin: 0;
	padding:0px 8px 0px 5px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	float: left;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #888888;
}
.aupart #menu li a {
	margin: 0;
	padding: 12px 0 0 0;
	height: 28px;
	display: inline-block;
	text-decoration: none;
}
.aupart #menu li a:link, .aupart #menu li a:visited, .aupart #menu li a:active {
	color: #FFFFFF;
}
.aupart #menu li a:hover {
	background-image: url(../images/but-on.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #FF9900;
}
/*----------------------------*/
.aupart #movie {
	margin: 0;
	padding: 0;
	height: 350px;
	/*---background-image: url(../images/flash.jpg);
--*/
	clear: both;
}
/*----------------------------*/
.aupart #left {
	float: left;
	width: 334px;
	height: 152px;
	margin: 0;
	padding: 5px 0 0 0;
	background-image: url(../images/ind-r.jpg);
	background-repeat: no-repeat;
}
.aupart #left p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.aupart #left a {
	text-decoration:none;
	color: #F90;
}
#left .word01 {
	margin: 0 auto;
	padding: 0 0;
	font-size: 12pt;
	font-weight: bold;
	width: 96%;
	border-bottom: 1px solid #fff;
}
#left .word02 {
	margin: 0 0 0 140px;
	padding: 5px 5px 0 5px;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	color:#555555;
}


/*----------------------------*/
.aupart #right {
	margin: 0 0 0 341px;
	padding: 5px 0 0 0;
	height: 152px;
	background-image: url(../images/ind-l.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.aupart #right a{
	text-decoration:none;
	color: #F90;
}
* html .aupart #right {
	margin: 0 0 0 338px;
}
.aupart #right h1 {
	margin: 0 auto;
	padding: 0 0;
	width: 96%;
	border-bottom: 1px solid #fff;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}
.aupart #right h2 {
	margin: 0;
	padding: 5px 13px 0 13px;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}
/*----------------------------*/
.aupart #footer {
	margin: 10px 0 0 0;
	padding: 10px 0 0 240px;
	border-top: 1px solid #999999;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: 60px 15px;
}
.aupart #select p {
	margin: 0;
	padding: 0 0 5px 0;
/* 這個元素的欄位間隔將會建立空間，就如同邊界一樣，但是沒有邊界收合的問題 */
	font-size: 8pt;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.aupart #select p a {
	font-size: 10pt;
}
.aupart #select p a:link, .aupart #select p a:visited, .aupart #select p a:active {
	padding: 0 4px;
	color: #333333;
	text-decoration: none;
}
.aupart #select p a:hover {
	color: #FF9900;
}
.aupart #copy p {
	margin: 0;
	padding: 0 0 0 5px;
/* 這個元素的欄位間隔將會建立空間，就如同邊界一樣，但是沒有邊界收合的問題 */
	font-size: 8pt;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.aupart #copy p a {
	font-size: 10pt;
}
.aupart #copy p a:link, .aupart #copy p a:visited, .aupart #copy p a:active {
	padding: 0 4px;
	color: #000;
	text-decoration: none;
}
.aupart #copy p a:hover {
	color: #FF0000;
}
/*--------------------------*/
.fltrt {
/* 這個類別可用來讓頁面右邊的元素浮動。浮動元素必須位於頁面上必須相鄰的元素前面。 */
	float: right;
	margin-left: 8px;
}
.fltlft {
/* 這個類別可用來讓頁面左邊的元素浮動 */
	float: left;
	margin-right: 8px;
}
.clearfloat {
/* 這個類別應該放置於 Div 或 Break 元素上，而且應該是完整包含浮動的容器關閉前的最後一個元素 */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

p span{
	color:#555555;}
	
.banner_pic{
	width:977px;
	height:350px;
}