﻿@charset "utf-8";
/* CSS Document */
@import url("reset.css");
/* shadow */
#Taiwan_link{ position:absolute; margin:26px 0 0 -22px; }
#Taiwan_link a{ display:block; background:url(../img/left_logo.gif) top; width:22px; height:61px;}
#Taiwan_link a:hover{ background:url(../img/left_logo_over.gif) top; }
/* shadow */
/* structure 網頁架構 */
body {
	background:#f5f5f5 url(../img/bg_body.gif) repeat-x 0px 0px;
	text-align:center;
	/* 字體設定 */
	font-family:Arial, "新細明體";
	font-size:12px;
	color:#323232;
	line-height:1.7em;
}
#wrapper {
	background:url(../img/bg_wrapper.gif) repeat-y 0px 0px;
	text-align:left;
	width:778px;
	margin:0px auto;
	padding:0px 0px;
}

table {
	width:100%;
}

a {
	color:#323232;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
/* header 版頭 */
#header {
	background:url(../img/bg_header.gif) repeat-x 0px bottom;
	height:100px;
	width:100%;
}
/*#header td{
	border:solid 1px #f00;
}*/
#header .head, #header .bottom {
	background-image:url(../img/bg_header.gif);
	background-position:0px 0px;
	width:16px;
}
#header .bottom {
	background-position:right 0px;
}
#header .logo {
	width:193px;
}
#header .btn_office {
	width:166px;
}
#header .btn_office a {
	background:url(../img/login_bt.gif) no-repeat 0px 0px;
	display:block;
	height:100px;
	text-indent:-9999px;
	overflow:hidden;
}
#header .btn_office a:hover {
	background:url(../img/login_bt_over.gif) no-repeat 0px 0px;
}

/* nav 導覽列 */
#nav {
	width:auto;
}
#nav a {
	display:block;
	height:100px;
	text-indent:-9999px;
	overflow:hidden;
}
#nav .item_1 a{
	background:url(../img/top_menu_cn_01.gif) no-repeat 0px 0px;
	width:81px;
}
#nav .item_1 a:hover, #nav .item_1 .select {
	background:url(../img/top_menu_cn_over_01.gif) no-repeat 0px 0px;
}
#nav .item_2 a{
	background:url(../img/top_menu_cn_02.gif) no-repeat 0px 0px;
	width:81px;
}
#nav .item_2 a:hover, #nav .item_2 .select {
	background:url(../img/top_menu_cn_over_02.gif) no-repeat 0px 0px;
}
#nav .item_3 a{
	background:url(../img/top_menu_cn_over_03.gif) no-repeat 0px 0px;
	width:81px;
}
#nav .item_3 a:hover, #nav .item_3 .select {
	background:url(../img/top_menu_cn_over_03.gif) no-repeat 0px 0px;
}

<!--
a:hover {  color:#DD0000; text-decoration: none}
body {  font-size: 10pt; color: #000000}
td {  font-size: 10pt; color: #695050}
input {  font-size: 9pt; color: #442266}
textarea {  font-size: 10pt; color: #000000}
select {  font-size: 9pt; color: #444444}

.h { line-height: 13pt}
.t0 {  font-size: 10pt; color: #000000}
.t1 {  font-size: 10pt; color: #330099}
.t2 {  font-size: 10pt; color: #33445F; line-height: 14pt}
.t3 {  font-size: 11pt; color: #CC0044}
.t4 {  font-size: 10pt; color: #AA2200}
.t5 {  font-size: 9pt; color: #646464; line-height: 13pt}
.t6 {  font-size: 9pt; color: #000000; line-height: 13pt}
.t7 {  font-family: "Verdana"; font-weight: bold; text-decoration: underline}


-->