﻿/** BASIC */

html, body {
	height: 100%;
}
img{border:0px;}
html {
	scrollbar-face-color: #aaaeb3;
	scrollbar-highlight-color: #ffffff; 
	scrollbar-shadow-color: #ffffff; 
	scrollbar-3dlight-color: #ffffff; 
	scrollbar-arrow-color:  #ffffff; 
	scrollbar-track-color: #ffffff; 
	scrollbar-darkshadow-color: #ffffff; 
	overflow-x:hidden;
}


body {
	font-family: "LiHei Pro", Helvetica, "新細明體", Arial;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	text-align: left;
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(../images/homepage01.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 20px;
	letter-spacing: 1px;
}

.in{ display:none;}
a:hover .in{ display:block;}

p, ol, ul {
	margin-top: 0px;
	text-align: left;
}
hr {
	margin-top: 10px;
	margin-bottom: 10px;
}
h2 {
	font-size: 15px;
	color: #FF9900;
	margin-bottom: 10px;
}

h3 {
	font-size: 13px;
	color: #FF6600;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
}
h3 span {
	color: #000000;
}

input {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	color: #30AAD2;
}
input.order  {
	cursor: pointer;
}



a:link {
	color: #30aad2;
	text-decoration: none;
}
a:visited {
	color: #30AAD2;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}


/** WRAPPER */

#wrapper {
	width: 980px;
	height: 100%;
	min-height: 100%;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/** HEADER */

#header {
	height: 150px;
	text-align:right;
	background-repeat: no-repeat;
	background-position: center left;
}
#header .logo {
	background-image: url(../images/logo.gif);
	height: 70px;
	width: 315px;
	float: left;
	cursor: pointer;
	padding-top: 30px;
	background-repeat: no-repeat;
	background-position: center left;
}
#header .TopMenu .Menu{
	height: 45px;
	width: 600px;
	float: right;
	text-align: right;
	color: #CCCCCC;
}
#header .TopMenu .Menu select {
	border: 1px solid #CCCCCC;
	color: #30AAD2;
}



html>body #wrapper {
	height: auto;
}

#Banner {
	height: 326px;
	width: 980px;
	/*border: 1px solid #CCCCCC;*/
	background-color: #FFFFFF;
	margin-bottom: 20px;
	margin-top: 25px;
}

/** CONTENT */
#content

 {

}
#location {
	margin-bottom: 20px;
	color: #999999;
}


#left {
	float: left;
	width: 640px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #EFEFEF;
	padding-right: 0px;
}
#left ul {
	padding-left: 15px;
}
#left li {
	list-style-image: url(../images/left_li.gif);
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 10px;
}
#left_main #main li {
	color: #333333;
	list-style-image: none;
	list-style-type: decimal;
	margin-left: 10px;
	margin-top: 10px;
}


#left #date {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	padding-right: 5px;
}
#left p {
	text-indent: 26px;
}
#left .text {
	float: left;
	width: 530px;
}

#left a {
	font-family: Arial, Helvetica, sans-serif;
}
#left span {
	color: #FF6600;
}

#left .hr {
	clear: both;
	padding-top: 5px;
}

#left  .img {
	float: right;
	border: 2px solid #CCCCCC;
	height: 90px;
	width: 90px;
	margin-bottom: 5px;
}
/** CONTENT OHTER */
#left_main {
	float: left;
	width: 100%;
	padding-right: 10px;
}
#left_main ul {
	padding-left: 15px;
}
#left_main li {
	list-style-image: url(../images/left_li.gif);
	font-size: 13px;
	color: #000000;
	padding-bottom: 10px;
}
#left_main ol {
}

#left_main #date {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	padding-right: 5px;
}
#left_main p {
	text-indent: 26px;
}
#left_main .text {
	float: left;
	width: 870px;
}

#left_main a {
	font-family: Arial, Helvetica, sans-serif;
}
#left_main .hr {
	clear: both;
	padding-top: 5px;
}

#left_main  .img {
	float: right;
	border: 2px solid #CCCCCC;
	height: 90px;
	width: 90px;
	margin-bottom: 5px;
}
#left_main span {
	color: #FF6600;
	font-size: 15px;
}
div  .PageTittle {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	text-indent: 25px;
	background-image: url(../images/PageTittle_Icon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #000000;
	padding-bottom: 10px;
	letter-spacing: 3px;
	/*text-shadow: 0px -1px 0px #374683;*/
}
div.PageTittle span {
	color: #FF6600;
}


#right {
	float: right;
	width: 300px;
	padding-left: 10px;
	display: table-column-group;
	margin-right: 20px;
}
#right .banner {
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}

#right .epaper {
	margin-left: 5px;
	margin-bottom: 10px;
	background-color: #F3F3F3;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #333333;
	margin-right: 5px;
	vertical-align: middle;
	letter-spacing: 0px;
}

#right .DACimg {
	width: 315px;
	height: auto;
	/*background-image: url(../images/index_DACimg.jpg);*/
}
#right .word {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	padding-left: 8px;
}
#right .btn_left {
	background-image: url(../images/btn_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 20px;
	float: left;
	width: 140px;
	margin-left: 0px;
	margin-bottom: 5px;
}
#right .btn_right {
	background-image: url(../images/btn_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	width: 160px;
	text-indent: 20px;
	margin-bottom: 5px;
}
#right hr {
	clear: both;
}


/** FOOTER */

#footer {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	clear: both;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}

#footer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#footer li {
	display: inline;
	padding-left: 20px;
}

#footer p {
	text-align: center;
	font-size: 11px;
}
#footer a {
	padding-right: 5px;
	padding-left: 5px;
}


/*********************************************  TOPSTART  ***************************************************/
div.gototop1 {
	width:99%;
	height:0px;
	z-index:1;
	position: relative;
}
div.gototop2 {
	width:32px;
	height:31px;
	z-index:1;
	right: 0px;
	position: absolute;
	background-image: url(../images/gototop.gif);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
div.more {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}
div.Staff {
	background-image: url(../images/staff.jpg);
	background-repeat: no-repeat;
	height: 473px;
	width: 625px;
	margin-right: auto;
	margin-left: auto;
}
div.Staffbtn  {
	width: 290px;
	margin-right: auto;
	margin-left: auto;
	cursor: pointer;
	background-image: url(../images/staff_linkbt.jpg);
	background-repeat: no-repeat;
	height: 20px;
	margin-top: 20px;
}
#download {
	background-image: url(../images/download.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: auto;
	width: 160px;
	text-indent: 25px;
	margin-top: 10px;
}
#BookReservationList {
	width: 100%;
}
#BookReservationList .BookReservationList_Info span {
	color: #FF6600;
}
div.BookReservationList_Photo {
	float: left;
	height: 150px;
	width: 180px;
	cursor: pointer;
}
div.BookReservationList_Info {
	float: right;
	width: 750px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	height: auto;
	text-align: left;
	vertical-align: middle;
}
div.BookReservationList_Photo   img {
	height: 150px;
	width: 180px;
}


div.BookReservation {
	float: left;
	width: 500px;
}
div.BookReservation .title {
	color: #FF6600;
	margin-bottom: 10px;
}
div.BookReservation .word {
	color: #000000;
}
div.BookReservation_photo {
	width: 420px;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 20px;
}
div.BookReservation_photo img {
	padding: 5px;
	border: 1px solid #CCCCCC;
}
div.BookReservation .back {
	width: auto;
	height: 30px;
	background-image: url(../images/back_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	line-height: 30px;
	vertical-align: middle;
	margin-top: 20px;
}
#TrafficInfo_Map {
	background-image: url(../images/Map.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 298px;
	width: 500px;
	float: right;
}
#TrafficInfo_Text {
	float: left;
	width: 455px;
	text-align: left;
	line-height: 30px;
}
#TrafficInfo_Text span {
	color: #FF6600;
}
#LinkLeft {
	float: left;
	width: 480px;
	margin-top: 10px;
}
#LinkLRight {
	float: right;
	width: 480px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 10px;
	margin-top: 10px;
}

#LinkPhoto {
	height: 100px;
	width: 200px;
	float: left;
}
#LinkText {
	float: right;
	width: 275px;
	height: 100px;
	letter-spacing: 0px;
	line-height: 24px;
}
div.Function {
	margin-bottom: 15px;
	text-align: right;
}
#button {
	cursor: pointer;
}
#Blog {
	background-image: url(../images/Blog.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 90px;
	width: 420px;
	margin-top: 10px;
	margin-bottom: 20px;
	cursor: pointer;
}
#SiteMap {
	margin-left: 20px;
}

#SiteMap #unit {
	width: 240px;
	float: left;
	height: 200px;
}
#SiteMap #unit li {
	line-height: 10px;
}
div.left_text {
	float: left;
	width: 550px;
}
div.rigth_text {
	float: right;
	width: 420px;
}
div.order {
	float: left;
	background-image: url(../images/icon_epaper.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	background-color: #333333;
	padding-right: 10px;
	border: 1px solid #CCCCCC;
}
div.browse {
	background-image: url(../images/back_icon2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float: right;
	padding-left: 20px;
	padding-right: 10px;
	background-color: #333333;
}
div.textscope {
	padding-left: 2em;
}

