﻿/*基本樣式*/
body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	background: #000000;
	margin: 0px;
	padding: 0px;
}
a {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
form {
	padding: 0px;
	margin: 0px;
}
/*排版*/
#Banner {
	width: 100%;
	background: url(design/banner-bg.jpg) repeat-x top;
	position: absolute;
	z-index: 1;
}
#Title {
	width: 100%;
	position: absolute;
	z-index: 3;
	top: 75px;
}
#Main-bg {
	width: 100%;
	top: 210px;
	background: url(design/body-bg.gif) repeat-y left;
	position: absolute;
	z-index: 2;
}
#Main {
	width: 1000px;
}
#Menu {
	float: left;
	display: block;
	width: 215px;
}
#Content {
	float: left;
	display: block;
	width: 780px;
}
/*Flash替代*/
#Banner h1, #Title h2 {
	padding: 0px;
	margin: 0px;
	line-height: 0px;
	font-size: 0px;
	visibility: hidden;
}
/*左區塊*/
#Menu-list {
	width: 190px;
	padding: 5px 5px 80px 5px;
	margin: 40px 0px 20px 13px;
	background: #3F6A9F url(design/menu-bg.jpg) no-repeat left bottom;
	border-top: 2px solid #4F81BD;
	border-bottom: 2px solid #3D6291;
	border-left: 2px solid #4F81BD;
}
#Menu-list dl {
	padding: 0px;
	margin: 0px;
}
#Menu-list dl dt {
	font-size: 15px;
	font-weight: bold;
	color: #6699CC;
	line-height: 25px;
	height: 25px;
	padding-left: 5px;
	margin: 5px 0px;
	display: block;
	background: url(icon/menu-icon1.gif) no-repeat;
}
#Menu-list dl dt a {
	height: 25px;
	display: block;
	color: #6699CC;
}
#Menu-list dl dt a:hover {
	color: #99CCFF;
}
#Menu-list dl dt.menu_current {
	color: #FFFFFF;
	padding-left: 5px;
	background: url(icon/menu-icon2.gif) no-repeat;
}
#Menu-list dl dt.menu_current a {
	height: 25px;
	display: block;
	color: #FFFFFF;
}
#Menu-list dl dt.menu_current a:hover {
	position: relative;
	left: 2px;
}
#Menu-list dl dd {
	font-size: 13px;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	line-height: 25px;
	background: url(icon/menu-line.gif) repeat-x bottom;
}
#Menu-list dl dd a {
	color: #99CCFF;
	padding-left: 15px;
	display: block;
	background: url(icon/menu-icon3.gif) no-repeat 3px 10px;
}
#Menu-list dl dd a:hover {
	color: #FFFFFF;
	position: relative;
	left: 2px;
	background: url(icon/menu-icon4.gif) no-repeat 3px 10px;
}
#Menu-list dl dd.menu_current a {
	color: #FFFFFF;
	background: url(icon/menu-icon4.gif) no-repeat 3px 10px;
}
#Menu-list dl dd.menu_current a:hover {
	position: relative;
	left: 2px;
}
#Menu-icon {
	margin: 20px;
}
#Menu-icon a {
	padding: 0px;
	margin: 0px;
	height: 65px;
	width: 180px;
	display: block;
	line-height: 200px;
	overflow: hidden;
}
#Menu-icon a.menu_btn1 {
	background: url(design/menu-btn1.jpg);
}
#Menu-icon a.menu_btn2 {
	background: url(design/menu-btn2.jpg);
}
/*右區塊上-索引標籤*/
#Content-top {
	height: 20px;
	width: 100%;
	padding: 0px;
	text-align: right;
	background: url(design/content-top.gif) repeat-x bottom;
}
#Content-top h6 {
	font: 11px;
	color: #FF9933;
	padding: 0px;
	margin: 0px 5px;
	display: inline;
	line-height: 20px;
}
#Content-top h6 a {
	color: #E36C09;
}
#Content-top h6 a:hover {
	color: #CC3333;
}
#Content-title {
	height: 30px;
	width: 100%;
	background: #FFFFFF url(icon/title2-bg.jpg) no-repeat;
}
#Content-title h2 {
	padding: 5px 0px 0px 20px;
	margin: 0px;
	font-size: 18px;
	font-weight: lighter;
}
/*右區塊中-主內文*/
#Content-center {
	padding: 15px 15px 15px 35px;
	background: #FFFFFF;
	font-size: 12px;
}
#Content-center p, #Content-center ul, #Content-center ol, #Content-center table {
	margin-top: 8px;
	margin-bottom: 8px;
}
#Content-center table table {
	margin-top: 0px;
	margin-bottom: 0px;
}
#Content-center table ul, #Content-center table ol {
	margin-top: 0px;
	margin-bottom: 5px;
}
#Content-center h3 {
	font-size: 15px;
	color: #0054A5;
	padding: 0px 0px 0px 20px;
	margin: 5px 0px;
	height: 20px;
	background: url(icon/title1-head.gif) no-repeat left center;
}
#Content-center h3 strong {
	padding-right: 30px;
	background: url(icon/title1-tail.gif) no-repeat right center;
}
#Content-center h4 {
	font-size: 13px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 5px 0px;
	color: #FF6600;
}
#Content-center h5 {
	color: #FFFFFF;
	text-align: center;
	line-height: 24px;
	padding: 0px;
	margin: 0px;
	height: 24px;
	background: url(icon/title3-bg1.gif) repeat-x;
	clear: both;
}
/*下區塊-宣告區*/
#Copyright {
	clear: both;
	padding: 10px 5px 15px 0px;
	margin-left: 215px;
	background: #000000 url(design/copyright-bg.jpg) no-repeat right top;
}
#Copyright h4, #Copyright h5 {
	padding: 0px;
	margin: 0px;
	line-height: 20px;
}
#Copyright h4 {
	font-size: 11px;
	color: #333333;
}
#Copyright h4 a {
	color: #555555;
}
#Copyright h4 a:hover {
	color: #999999;
}
#Copyright h5 {
	font-size: 10px;
	color: #375B85;
}
#Copyright h5 a {
	color: #4F81BD;
}
#Copyright h5 a:hover {
	text-decoration: underline;
}
#Copyright h6 {
	height: 0px;
	display: inline;
	line-height: 0px;
	overflow: hidden;
	visibility: hidden;
	padding: 0px;
	margin: 0px;
}
#Copyright h6 a {
	color: #000000;
}

/*搜尋列自動關聯選單*/
.suggestionsBox {
    position: absolute;
	z-index: 20;
	top: 165px;
    left: 254px;
    margin: 0px;
    width: 268px;
    color: #fff;
	background-color: #3E7FC8;
	border: 4px solid #3E7FC8;
}

.suggestionList {
    margin: 0px;
    padding: 0px;
	line-height: 18px;
	list-style: none;
}

.suggestionList li {
    margin: 0px;
    padding: 0px 5px;
    cursor: pointer;
}

.suggestionList li:hover {
    background-color: #659CD8;
}