a {
	color:#a82025;
	text-decoration:none;
	}

a:hover{
	color:#ee7a7a;
	}

.top_area{
	height: 400px;
	background:url(../img/bannerBG.jpg) no-repeat center center;
	background-size:cover;
	position: relative;
	}

.top_area::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 30%;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 100%);
	pointer-events: none;
	}

/* Tablet */
@media (max-width: 1180px) {
	.top_area{
		height: 30vw;
		min-height: 180px;
		max-height: 320px;
	}
}

/* Mobile */
@media (max-width: 640px) {
	.top_area{
		height: 42vw;
		min-height: 150px;
		max-height: 240px;
		background-position: center 40%;
	}
}

/* Small Mobile */
@media (max-width: 400px) {
	.top_area{
		height: 48vw;
		min-height: 130px;
		max-height: 200px;
	}
}

#menuBar{
	background:#eaeaea;
	}

.menuTXT{
	font-family:"微軟正黑體";
	font-size:1.2em;
	color:#900;
	}

.title-bar{
	background:#d04d52;
	}

.title-bar-title{
	font-family:"微軟正黑體";
	font-size:1.2em;
	font-weight:lighter;
	}

.mainTitle{
	font-family:"微軟正黑體";
	font-size:2.3em;
	color:#9c9c9c;
	margin:0.5em 0 1.5rem 0;
	}

.mainTitle img {
	margin:-0.2em 0.3em 0 0;
	}

.mainTitle span{
	font-family:Century;
	font-size:0.6em;
	color:#f8bb55;
	margin:-0.7em 0 0 0 ;
	}

.mainContent{
	font-family:"微軟正黑體";
	font-size:1.2em;
	}
	
.mainContent span{
	font-family:"微軟正黑體";
	font-size:1.3em;
	color:#C30;
	margin:0.5em 0;
	}

.mainContent ul{
	margin:0 0 0 2.8em;
	}

.mainContent ul li{
	margin:0 0 1em 0;
	}
	
.mainContent ul li ul li{
	font-size:0.9em;
	margin:0 0 0.4em 0;
	}

.mainContent ol li {
	margin:0 0 0 2.5em;  
	}

.content_Left p{
	margin:0 0 1.5em 0;
	}
	
.content_Left table{
	font-size:0.8em;
	text-align:center;
	}	

.content_Left{
	}
	
.content_Right{
	}

.LeftMenu{
	padding:0.5em;
	border-bottom:1px dotted #d8d8d8;
	}

.LeftMenu a{
	color:#09C;
	}
	
.LeftMenu a:hover{
	color:#0CF;
	}

.rainPlan{
	font-family:"微軟正黑體";
	color:#F33;
	padding:2em 0;
	}

/*-------------↓↓↓↓↓↓↓↓導報新聞頁面用↓↓↓↓↓↓↓↓---------------------------------*/

.news_title{
	font-family:"微軟正黑體";
	font-size:1.2em;
	color:#003;
	margin:0.5em 0;
	}

.news_date{
	color:#999;
	font-size:0.8em;
	}

.news_summary{
	font-family:"微軟正黑體";
	font-size:1em;
	}

.news_summary a{
	color:#09C;
	}

.news_summary a:hover{
	color:#0CF;
	}

.news_text{
	margin:1em 0 0 0;
	}

.early_news_area{
	margin:2em 0 0 0 ;
	color:#399;
	font-size:2em;
	}

.early_news_date{
	color:#999;
	font-size:0.4em;
	margin:0.2em 0 0 0;
	}

.early_news_title{
	font-family:"微軟正黑體";
	font-size:0.5em;
	color:#003;
	}

.early_news_line{
	border-bottom:1px dotted #d8d8d8;
	}

/*-------------↑↑↑↑↑↑↑↑導報新聞頁面用↑↑↑↑↑↑↑↑---------------------------------*/


table tr:nth-of-type(1) td:nth-of-type(1){
	color:#9A070A;
}

.blockTitle{
	font-family:"微軟正黑體";
	font-size:1.3em;
	color:#333;
	margin:0.5em 0 0 0;
	}

.blockTXT{
	font-family:"微軟正黑體";
	font-size:1em;
	text-align:center;
	margin:0.3em 0 1.1em 0;
	}

.SNG{
	background:#fff4aa;
	}

.sp1{
	background:#e4ecbd;
	}

.oldPhoto{
	background:#f5f5f5;
	}

#footer{
	font-family:"微軟正黑體";
	font-size:1.2em;
	background:url(../img/footerBG.jpg) no-repeat center top;
	padding:1em 0;
	margin:2em 0 0 0;
	}

.footerTXT{
	font-family:"微軟正黑體";
	font-size:1em;
	color:#fff;
	background:rgba(9, 69, 170, 0.4);
	margin:0.5em 0 0 0;
	padding:0.8em;
	letter-spacing:0.1em;
	}