@charset "utf-8";

/* 整體設定------------------------------------ */

body {
	background-color:#d6d6d6;
	font-size:0.8em;
	line-height: 1.5;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #069;
	text-decoration: none;
}
a:visited {
	color:#990000;
}
a:hover,
a:focus {
	color:#F90;
	text-decoration: underline;
}
a:active {
	color: #C90;
}
img {border:none;}
h1 {
	background-image: url(../img/h1_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #416b93;
	font-size: 1.6em;
	display: block;
	width: auto;
	font-family: "微軟正黑體", "新細明體", "Arial Unicode MS", Arial;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a0a0a0;
	padding: 5px 5px 5px 0;
	line-height: 1.2;
}
h1 .h1_en{
	color: #999999;
}
h2 {
	display: block;
	color: #2898AC;
	font-size: 1.4em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
}
h3 {
	font-size: 1.2em;
	color: #006699;
}
h3 {
	color: #006699;
}
h4 {
	color: #009999;
}
.back_top{
	text-align: center;
	display: block;
}
.area{
	text-align: center;
	border: 1px solid #CCCCCC;
	padding: 10px;
}
.data {
	color: #666;
}
/* 版面設定------------------------------------ */
#wrapper {
	width: 960px;
	background-color:#FFF;
	border:1px solid #666;
	padding: 10px;
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 10;
	margin-left: auto;
}
#header {
	position: relative;
	padding-bottom: 4px;
	background: url(../img/header_bg.gif) left bottom repeat-x;
}
#content {
	clear: both;
	width: 100%; /* for WinIE6,7 */
	padding: 16px 0 16px 0;
}
#content #index_news {
	float: left;
	width: 350px;
}
#content #index_primary {
	float: right;
	width: 600px;
	padding-left: 10px;
}
#content #index_cross-strait {
	background-image: url(../img/cross-strait-bg02.gif);
	background-repeat: repeat-y;
	width:auto;
	float: left;
	padding: 0px;
	margin: 0px;
	background-position: left;
}
#content #secondary {
	float: left;
	width: 210px;
}
#content #primary {
	float: right;
	width: 730px;
	padding-left: 20px;
	padding-bottom: 10px;
}
#content #primary ul {
	padding: 20px 40px 20px 40px;
	border: 10px solid #f7f7f7;
	margin: 20px;
	display: block;
}
#content #primary ol {
	padding: 20px 40px 20px 40px;
	border: 10px solid #f7f7f7;
	margin: 20px;
	display: block;
}
#content #primary li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #666666;
	line-height: 1.8;
}
#footer {
	clear: both;
	width: 100%;
	background-color: #e5e5e5;
}
#footer #footer_content {
	clear: both;
	width: 600px;
	margin: auto;
	padding: 10px;
	display: block;
}
#footer .footer_logo {
	float: left;
	display: block;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #666666;
	margin-right: 1em;
	padding-bottom: 1em;
}
#Title {
	background-color: #FFFFFF;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #525252;
	border-right-color: #c5c5c5;
	border-bottom-color: #c5c5c5;
	border-left-color: #c5c5c5;
	padding: 15px;
	color: #666666;
}
/* 右上導覽選單------------------------------------ */
#utilityNavigation {
	position: absolute;
	right: 0;
	top: 20px;
	width: auto;
}
#utilityNavigation li {
	position: absolute;
	list-style-type: none;
}
#utilityNavigation li#navSiteMap {
	right: 100px;
}
#utilityNavigation li#navContact {
	right: 10px;
}
#utilityNavigation li a {
}

/* 主要選單設定------------------------------------ */
#globalNavigation {
	height: 33px;
	background-color: #263369;
	background-image: url(../img/topmenu_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}
#globalNavigation ul {
	padding: 0px;
}
#globalNavigation li {
	float: left;
	padding-right: 2px;
	background-image: url(../img/topmenu_li_bg.gif);
	background-repeat: repeat-y;
	background-position: right top;
	list-style-type: none;
}
#globalNavigation li img {
	border:0;
}
#globalNavigation li a {
	display: block;
}
#globalNavigation li a:hover,
#globalNavigation li a:focus {
	background: #2f4978;
}

/* 首頁NEWS區塊設定------------------------------------ */
#NEWS {
	margin: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
	background-color: #F5F5F5;
}
#NEWS ul {
	line-height: 1.2;
	width: 350px;
	margin: auto;
	padding: 0;
}
#NEWS ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bcbcbc;
	text-decoration: none;
	display: block;
	background-image: url(../img/arrow01.gif);
	background-repeat: no-repeat;
	background-position: 2em 1em;
	padding: 8px 8px 8px 30px;
}
#NEWS .NEWS_data {
	font-weight: bold;
	display: block;
	width: 6em;
	float: left;
	font-size: 0.9em;
	color: #666666;
	padding-left: 1em;
}
#NEWS .NEWS_title {
	display: block;
	padding-left: 6.5em;
}
#NEWS ul li:hover,
#NEWS ul li:focus {
	background-image: url(../img/arrow01.gif);
	background-repeat: no-repeat;
	background-position: 2em 1em;
	background-color: #E6E6E6;
}


/* 單元選單設定------------------------------------ */

#localNavigation {
	background: #F5F5F5;
}
#localNavigation ul {
	list-style-type: none;
	padding:0px;
	margin:0;
}
#localNavigation ul li {
	background-image: url(../img/arrow01.gif);
	background-repeat: no-repeat;
	background-position: 0.4em 0.6em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
#localNavigation ul li a {
	display: block;
	text-decoration: none;
	padding: 4px 0px 4px 16px;
}
#localNavigation ul li a:hover,
#localNavigation ul li a:focus {
	background: #E6E6E6;
	background-image: url(../img/arrow01.gif);
	background-repeat: no-repeat;
	background-position: 0.5em 0.6em;
	width: auto;
}
#localNavigation ul li ul {
	font-size: 90%;
	padding-left: 20px;
}
#localNavigation ul li ul li {
	background: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	width: 160px;
}
#localNavigation ul li ul li a {
	padding: 6px 0px 6px 16px;
	background-image: url(../img/arrow02.gif);
	background-repeat: no-repeat;
	background-position: 0.2em 1em;
}
#localNavigation ul li ul li a:hover,
#localNavigation ul li ul li a:focus {
	background: #E6E6E6;
	background-image: url(../img/arrow02.gif);
	background-repeat: no-repeat;
	background-position: 0.4em 1em;
	width: auto;
}
#localNavigation ul .NEWS_data {
	font-weight: bold;
	display: block;
	width: 6em;
	float: left;
	font-size: 0.9em;
	color: #666666;
}
#localNavigation ul .NEWS_title {
	display: block;
	padding-left: 5.5em;
	width: auto;
}
/* 首頁服務項目三欄設定-------------------------------- */
#index_service_item{}
#index_service_item #column{
	clear:both;
	width:100%; /* forWinIE6,7 */
}
#index_service_item #column H2{
	display: block;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 1;
	background-image: none;
}
#index_service_item #column .setion{
	background-image: url(../img/index_column_bg.gif);
	width: 200px;
	margin: 0px;
	padding: 0px;
	height: 420px;
	background-repeat: no-repeat;
	background-position: left 10px;
	float: left;
}
#index_service_item #column .setion ol{
	margin-left: 10px;
	font-family: "微軟正黑體", "新細明體", "Arial Unicode MS", Arial;
	margin-top: 0px;
}
#index_service_item #column .setion li{
	line-height: 1.5;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	width: 120px;
	font-size: 1.2em;
}
#index_service_item #column .setion #offshore-company{
	color:#594000;
}
#index_service_item #column .setion #china-investment{
	color:#012773;
}
#index_service_item #column .setion #china-investment ol ul li{
	font-size: 1.1em;
	color:#1346ab;
}

#index_service_item #column .setion #other-services{
	color:#860000;
}

/* 首頁服務差異設定------------------------------- */ 

#cross-strait {
	font-size: 1.3em;
	margin: 0px;
	padding: 0 20px 0 10px;
	font-family: "微軟正黑體", "新細明體", "Arial Unicode MS", Arial;
}
#cross-strait p.sentence {
	color: #0048c0;
	margin-left: 2em;
}
#cross-strait ul{
	color:#333333;
}
#cross-strait ul li{
	list-style-image: url(../img/icon-cross-strait.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding: 5px 0 5px 0;
}
#cross-strait ul .point{
	font-size: 1.1em;
	color:#012773;
	font-weight: bold;
}
#cross-strait ul li ul{
	margin: 0 0 10px 0;
}
#cross-strait ul li ul li{
	font-size:0.9em;
	list-style-image: none;
	list-style-type: square;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}

