@charset "utf-8";
/*
	ThunderTiger- All Rights Reserved.
	ThunderTiger 形象網站 CSS Style(writed by ThunderTiger/Carol13 carol13@thundertiger.com)
	2008.9
*/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif,新細明體;
	text-align:center;
	margin: 0px auto;
	background:url(../images/welcomePageBG2.jpg) repeat-x bottom;
	padding-bottom: 8px;
}
.all {
	width: 940px;
	margin: 0px auto;
	height: 345px;
}
.flashDiv {
	padding-top: 9px;
	background:url(../images/welcomePageBG.gif) repeat-x top;
	width: 100%;
}
.enterBtn {
	background:url(../images/BtnBg1.jpg) no-repeat bottom;
	width: 104px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	top: 370px;
	padding: 3px 10px 13px 10px;
	margin-left: 650px;
	margin-top: -85px;
	position: absolute;
}
.enterBtn a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
.enterBtn a:hover {
	color: #00FFFF;
	padding-top: 8px;
}
.language {
	top: 290px;
	padding: 3px 0px 13px 10px;
	margin-left: 640px;
	position: absolute;
	font-size: 13px;
}
.language a {
	padding: 0px 10px;
	color:#0066FF;
	text-decoration: none;
}
.language a:hover {
	color:#000;
}

.ePaper {
	top: 315px;
	width: 172px;
	padding: 13px 0px 13px 35px;
	margin-left: 670px;
	position: absolute;
	font-size: 13px;
	color: #00518f;
	font-weight: bold;
	text-align: left;
	background: url(../images/ePaper_Bg.gif) no-repeat top left;
}
.ePaper a {
	color: #00518f;
	text-decoration: none;
}
.ePaper a:hover {
	color:#000;
}


.internationalWebsite {
	background:url(../images/internationalWebsite.gif) no-repeat;
	height: 50px;
	margin-left: 30px;
	margin-bottom: 50px;
}
.content {
	margin: 0px 0px 40px 60px;
}
.content th {
	width: 200px;
	text-align:left;
	padding: 10px 10px 10px 5px;
}
.content td {
	width: 200px;
	text-align:left;
	border-left: 1px dashed #ccc;
	background: url(../images/sep.gif) no-repeat top left;
	padding-top: 6px;
	padding-bottom: 20px;
	vertical-align:top;
}
.content h1 {
	font-size: 13px;
	margin: 0px 0px 10px 0px;
}
.content h1 a {
	color:#676869;
	text-decoration:none;
	display: block;
	width: 100%;
	padding: 5px 5px 5px 10px;
	background:url(../images/bg.gif) repeat-y left;
}
.content h1 a:hover {
	color:#000;
	text-decoration:none;
	background: #e8effa url(../images/arrow2.gif) no-repeat left;
}
.content td ul {
	list-style:none;
	margin: 0px;
	font-size: 13px;
	padding: 0px;
}
.content td ul li {
	color: #676869;
	padding: 0px;
	margin: 0px;
}
.content td ul li a {
	color: #676869;
	text-decoration:none;
	background: url(../images/arrow1.gif) no-repeat left;
	padding: 2px 0px 5px 10px;
	display: block;
	width: 100%;
}
.content td ul li a:hover {
	background: #e8effa url(../images/arrow2.gif) no-repeat left;
	color:#0066FF;
	
}
.content .noLink a:hover {
	cursor: default;
	background: #fff url(../images/arrow1.gif) no-repeat left;
	color: #676869;
}






/*頁尾版權*/
.copyright {
	background: #bbb;
	width: 100%;
}
.copyright span {
	background: #ddd;
	width: 940px;
	padding: 10px;
	color:#717171;
	font-size: 12px;
	display: block;
	margin: auto;
}
