﻿@charset "utf-8";
/* CSS Document */
/*== 整體設定 =======================================*/

img{
	border:none;
}
a{
	text-decoration:none;
}
/*===================================================*/
#mainContent{/*陰影與白底*/
	width:951px;
	margin:0 auto;
	background:url(../images/mainBg-1.gif) repeat-y;
}
#pageHeader{
	width:94%;
}
#pageHeader p{/*右上方連結*/
	padding-top:20px;
	padding-bottom:0;
	text-align:right;
	color:#587892;
}
#pageHeader p a{
	color:#666666;
}
#pageHeader p a:hover{
	color:#FF3300;
}
#titleBanner{
	width:900px;
	margin:0 auto;
}
#mainContentEnd{/*頁面下方陰影與白底*/
	width:951px;
	height:15px;
	margin:0 auto;
	background:url(../images/mainBg-bottom.gif) repeat-y;
}
#moeLogo{
	width:540px;
	position:relative;
	float:left;
	left:20px;
}
/* 三欄區塊樣式=========================================*/
#contents{
	width:896px;
	margin:0 auto;
	margin-top:10px;
	text-align:left;
	background:url(../images/contentBg.gif) repeat;
	/*background:url(../images/barBg-0.gif) repeat-x;*/
}
#contentLeft{
	float:left;
	width:180px;
	margin:0 10px 10px 0;
	text-align:center;
}
#contentLeft img{
	margin:0;
}
/*中間主要內容樣式 Start ------------------------------------*/
#contentCenter{
	float:left;
	width:519px;
	margin:0 0 10px 0;
	border:#8BC5CB solid 1px;
	background:#FFFFFF;
	padding:20px;
}
#contentCenter p{
	color:#333333;
	line-height:1.5em;
}
#contentCenter a{
	color:#666600;
}
#contentCenter a:hover{
	border-bottom:dotted 2px #A4B000;
}
/*中間主要內容樣式 End ------------------------------------*/
#contentRight{
	float:left;
	width:135px;
	margin:0 0 10px 10px;
	text-align:center;
}
#navigator{/*位置標示列*/
	color:#385E00;
	background:url(../images/barBg-3.gif);
	padding:3px;
}
#navigator a{
	color:#CC3300;
}
/*
#navigator a:hover{
	background:#FFE8D0;
}
*/
/* ===================================================*/
/* menu 樣式==========================================*/
ul.mainMenu{
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	cursor: default;
	width: 896px;
}
ul.mainMenu li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 112px;
	float: left;
}
ul.mainMenu a{
	display: block;
	cursor: pointer;
	/*background-color: #F0F8E5;*/
	background:url(../images/subMenuBg1.gif) repeat-x;
	padding:5px;
	color:#666666;
	text-align: center;
}
ul.mainMenu a:hover, ul.mainMenu a:focus{   /*滑鼠指標滑過時的背景顏色,成為焦點時的背景顏色*/
	/*background-color:#FFECA2;*/
	background:url(../images/subMenuBg2.gif) repeat-x;
	color:#333333;
	font-weight:bolder;
}
/* ===================================================*/
/* subMenu 樣式==========================================*/
#contentLeft fieldset{
	margin:10px auto;
	padding:10px 5px;
	background:#FFFFFF;
}
#contentLeft legend{
	margin-bottom:10px;
	font-size:1.25em;
	font-family:"微軟正黑體", "新細明體", "細明體";
}
ul.subMenu{
	margin: 0 auto;
	padding-left: 20px;
	list-style-image:url(../images/arrow-li.gif);
	cursor: default;
	text-align:left;
	width: 145px;
}
ul.subMenu li{
	/*list-style-type: none;*/
	/*text-align: center;*/
	text-align:left;
	cursor: pointer;
	background:url(../images/menuSubBg.gif) repeat-x;
	margin:0;
	height:25px;
	/*float: left;*/
}
ul.subMenu a{
	display: block;
	/*border:dotted 1px #999999;*/
	cursor: pointer;
	/*background-color:#FFFFCC;*/
	color:#666666;
	padding:5px 0 0 10px;
}
ul.subMenu a:hover, ul.subMenu a:focus{   /*滑鼠指標滑過時的背景顏色,成為焦點時的背景顏色*/
	/*background-color:#F2FF97;*/
	color:#333333;
	font-weight:bolder;
}
/*====================================================*/
/*　版權宣告區 =========================================*/
address{
	padding-top:10px;
	background:#FFFFFF;
}
address p{
	font-style:normal;
	text-align:left;
	padding-left:160px;
	color:#666666;
	margin:0;
}
address img{
	float:left;
	padding-left:30px;
}
address a{
	color:#2F7A99;
}
/*====================================================*/
.clearfloat { /* 這個類別應該放置於 Div 或 Break 元素上，而且應該是完整包含浮動的容器關閉前的最後一個元素 */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	margin:0;
	padding:0;
}
.dotLine1{
	width:94%;
	margin:0 auto;
	height:6px;
	background:url(../images/dotLine-1.gif) repeat-x;
	background-color:#FFFFFF;
}
.dotLine2{
	width:94%;
	margin:0 auto;
	height:6px;
	background:url(../images/dotLine-2.gif) repeat-x;
	background-color:#FFFFFF;
}
.moreBtn{
	margin:5px 0;
	text-align:right;
}
/*====================================================*/
/* 標題樣式 H1~H6 ====================================================*/
h2{
	font-family:"微軟正黑體", "新細明體", "細明體";
	font-weight:bolder;
	font-size:1.325em;
	background:url(../images/docHead-01-700.gif) no-repeat;
	/*color:#FFFFFF;*/
	padding-top:5px;
	padding-left:35px;
	/*border-bottom:solid 4px #33CCFF;*/
	text-align:left;
	margin:5px auto;
	height:28px;
}
h2 span{
	color:#666666;
	font-size:.875em;
}
h3{
	/*background:url(../images/arrow-brown.gif) no-repeat;*/
	background:url(../images/barBg-5.gif) repeat;
	/*color:#666600;*/
	color:#663300;
	font-size:1.25em;
	line-height:1.25em;
	padding:5px;
	margin:0;
}
.h3comm{
	color:#6a6a6a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:84%;
	text-align:right;
	margin:0;
	padding:0;
	background:url(../images/searchbg2.gif) top left repeat-x;
}
/*== list ===============================================*/
#contentCenter ul{
	list-style-image:url(../images/arrow-brown.gif);
}
#contentCenter li{
	line-height:1.5em;
}
/*====================================================*/
.relatetitle{
	background:url(../images/downloadTitleBg.gif) center left no-repeat;
	color:#ffffff;
	padding:2px 0 0 10px;
	margin:0;
}
#attach { /* 相關檔案下載 */
	margin:5px;
	color:#0099CC;
	text-align:left;
}
#attach p{
	background:url(../images/dlBtn.gif) no-repeat;
	color:#0099CC;
	padding-left:50px;
	display:block;
	margin:2px;
}
#attach a{
	color:#0099CC;
	line-height:1.75em;
}
#forwardlink{/*回上頁等等*/
	text-align:center;
	margin:5px;
	color:#333300;
	background:url(../images/backbg.jpg) top center no-repeat;
	padding-top:8px;
	font-size:84%;
}
.smallBtn{ /*頁面裡的功能按鈕*/
	text-align:right;
	margin:5px;
	padding:5px;
	/*border-top:solid 4px #33CCFF;*/
	background:url(../images/docHead-2.gif) no-repeat;
}
.point
{
	font-size: 10px;
	color: #990000;
}