@charset "utf-8";
/* css for all pages */
/* Body */
body {
	background: #305791;
	padding: 0px 2.5%;
	margin:0px auto 0px auto;	
	color: #444444;
	text-align: center;	
}

/* 排版表格, 兩欄三欄共用 */
#Layout {
	border-collapse:collapse;
	width: 100%;
	text-align:left;
	margin:0px auto 0px auto;
	background-color: #F8F8F8;
	border-left: 2px solid #66CCCC;
	border-right: 2px solid #66CCCC;
}
#Layout td {
	vertical-align: top;
	padding-bottom: 30px;
}
#Layout td.Left {
	background:  url(../images/left_bg.gif);
	width: 166px;
	
	
}
#Layout td.Center {
	padding-top: 18px;
	padding-right: 20px;
	padding-left: 20px;
}
#Layout td.Right {
	width: 180px;
	padding-top: 0px;
	text-align: center;
}

/* 網站標題 */
#WebTitle {
	height: 124px;
	background: #62C2C1 url(../images/webtitle_bg.jpg) no-repeat;	
	text-align: left;

	margin:0px;
	border-left: 2px solid #6CC;
	border-right: 2px solid #6CC;}
	html>body #WebTitle{ margin:0px -2px 0px -1px;}
	*+html>body #WebTitle{ margin:0px;}
	
#WebTitle .CTitle {
	font: bold 26px "標楷體";
	color: #000;
	padding-top: 10px;
	padding-left: 10px;
}
#WebTitle .ETitle {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #006699;
	padding-left: 10px;
}
#WebTitle .LTitle {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #006699;
	padding-left: 10px;
}

/* 導覽列 */
#TopLink {
	font-size: 11px;
	position: absolute;
	top: 0px;
	width: 95%;
	margin:0px auto 0px auto;
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#TopLink a {
	background: url(../images/bullet_toplink.gif) no-repeat 0px 4px;
	margin-right: 7px;
	padding-left: 10px;
	text-decoration: none;
	color: #D8E9F1;
}
#TopLink a:hover {
}

/* 選單 */
#Menu {
	background: url(../images/menu_bg.jpg) no-repeat left top;
	padding-top: 20px;
	margin-left: 5px;
	width: auto;
	height:640px;
	min-height:640px;
	margin: 0px;
	filter: Alpha(Opacity=90);
	opacity:0.9;}
	html>body #Menu{height:auto;}

#Menu a.Menu1 {
	display: block;
	font-size: 13px;
	line-height: 25px;
	margin-right:33px;
	text-decoration: none;
	color: #021D69;
	padding-bottom: 1px;
	text-align: left;
	background-image: url(../images/bullet3.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 20px;
	border-bottom: 1px dotted #76CFE2;
}
#Menu a.Menu1:hover {
	color: #990000;	
	
}
/* 次選單 */
/* 次選單 */
#SubMenu {
	font-size: 12px;
	text-align: left;
	line-height: 25px;
	margin-right:35px;
	margin-bottom:5px;
}
#SubMenu a.Menu2 {
	display: block;
	text-decoration: underline;
	color: #663399;
	margin-left: 20px;
}
#SubMenu a.Menu2:hover {
	color: #990000;
}

/* 單元頁標題 */
#PageTitle {
	font-size: 22px;
	font-family: "標楷體";
	letter-spacing: 0.1em;
	padding-bottom: 2px;
	margin-bottom: 0px;
	border-bottom: 1px solid #339999;
	color: #006699;
	background: url(../images/pagetitle%20_bg.gif) no-repeat 3px 0px;
	padding-left: 20px;
	font-weight: bold;
}

/* 瀏覽路徑 */
#Path {
	font-size: 12px;
	margin-top: 5px;
	margin-left: 22px;
	color: #329898;
}

/* 分頁 */
#Page {
	font-size: 12px;
	margin-bottom: 8px;
	margin-left: 20px;
	text-align: right;
	color: #408080;
}
#Page select {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
}
#Page img {
	border: none;
}
#Page .Number {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-right: 3px;
	padding-left: 3px;
	color: #996600;
}
/* 頁尾資訊 */
#Bottom {
	font-size: 12px;
	line-height: 15px;
	text-align:right;
	padding-right:10px;
	padding-top:3px;
	font-family: Arial, Helvetica, sans-serif;
	color: #A3C0D1;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #66CCCC;
}
#Bottom a {
	color: #FFFFFF;
	padding-bottom: 2px;
	letter-spacing: 1px;
}
#Bottom p {
	margin-top: 1px;
	margin-bottom: 3px;
}



/* 連結共用 */
a {
	color: #006699;
	text-decoration: underline;
}
a:hover {
	color: #CC6600;
	text-decoration: none;
}

/* 更多,詳細內容 */
a.More {
	font-size: 12px;
	color: #666666;
	background: url(../images/bullet_more.gif) no-repeat left 3px;
	float: right;
	padding-left: 12px;	
}
a.More:hover {
	border: 1px solid #6098CC;
	background: url(../images/bullet_more_hover.gif) no-repeat 3px 3px;
	color: #CC6600;
	text-decoration: none;
}

/* Accesskey */
.Accesskey {
	filter: Alpha(Opacity=10);
	opacity:0.1;
	font-size: 10px;
	position: absolute;
}
