@charset "big5";
/* CSS Document */

body {
	background-image:url(../images/main_bg.jpg);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#333333;
	margin: 0px;
	padding: 0px;
}
#wrapper{
	width:1001px; margin:0 auto;
}

#content_left{
	padding-right:24px;
	width:240px;
	}
#content_center{
	background:#f3f3e7;
	width:468px;
	}
#content_right{
	padding-left:24px;
	width:242px;
	}
/*searchbar*/

/*行事曆*/
.calendar{
	width:220px;
	height:auto;
	padding:25px 10px 20px 10px;
	}
#Dating{
	color: #F00333;
	font-weight: bold;
	text-decoration: underline;
	}
	
#Dating	a {
	color: #F00333;text-decoration: none;
}
#Dating a:hover {
	color: #900;text-decoration: none;
}
.today{
	color:#FFF;
	background:#900;
	font-weight:bold;
	}

/*最新消息*/
#whatsnews{
	text-align: left;
	margin-bottom: 20px;
	margin-top: 10px;
	width: 240px;
	padding-top: 5px;
	}
#whatsnews #newsbox{
	width: 100%;
	padding: 5px;
	}
#whatsnews #title{
	font-family:Arial, Helvetica, sans-serif;
	color:#ec661a;
	float:left;
	font-weight: bold;
	padding-right: 5px;
	}
#whatsnews #title a {
	color: #F60;
	text-decoration: none;
}

#whatsnews #title a:link {
	color:#F60; 
	text-decoration: none;
}
#whatsnews #title a:visited {
	color: #F60;
	text-decoration: none;
}

#whatsnews #title a:hover {
	color: #F00;
	text-decoration: none;
}

#whatsnews #title a:active {
	color: #F00;
	text-decoration: none;
}

#whatsnews #date{
	font-family:Arial, Helvetica, sans-serif;
	color:#01628f;
	float:left;
	}
#whatsnews #content{
	font-family:Arial, Helvetica, sans-serif;
	width:220px;
	line-height:20px;
	color:#363636;
	float:left;
	padding-top: 5px;
	}
#whatsnews #content a {
	color: #333;
	text-decoration: none;
}

#whatsnews #content a:link {
	color:#333; 
	text-decoration: none;
}
#whatsnews #content a:visited {
	color: #333;
	text-decoration: none;
}

#whatsnews #content a:hover {
	color: #000;
	text-decoration: none;
}

#whatsnews #content a:active {
	color: #000;
	text-decoration: none;
}
#whatsnews #line{
	width:100%;
	height:3px;
	border-top: 1px dotted #b8b8b8;
	margin:0 auto;
	float: left;
	}

/*facebook*/
#facebook{
	width:240px;
	height:auto;
	padding:10px;
	float: left;
	margin-bottom: 20px;
	}
/*路線圖縮圖*/
#route_imagezone{
	width:auto;
	padding-left:8px;
	padding-right:8px;
	float: left;
	}
#route_imagezone .box{
	width:40px;
	margin:4px;
	border:#000 solid 1px;
	float: left;
	}
/*影像藝廊*/
.image_zone{
	background:#e0e0e0;
	width:200px;
	height:200px;
	padding: 4px;
	margin: 0px auto;
	margin-top:30px;
	margin-bottom:60px;
	}
.image_zone .image_box{
	width:42px;
	height:42px;
	margin:4px;
	float: left;
	/*border: 1px solid #000;*/
	opacity: 1;
	filter: Alpha(Opacity=100);
}

.image_zone .image_box a img {
	border: 1px solid #999;
	opacity: 1;
	filter: Alpha(Opacity=100);
}
.image_zone .image_box  a:hover img{
    border: 1px solid #000000;
	opacity: .6;
	filter: Alpha(Opacity=60);
}

/*footer*/
#footer{
	height:100px;
	width:100%;
	background-color:#009099;
	background-repeat:repeat-x;
	float:left;
	margin-top: 20px;
	}

#copyright{
	width:980px;
	color:#FFF;
	font-size:12px;
	text-align:left;
	margin:0px auto;
	padding:10px 10px 10px 10px;
}
#copyright a {
	color: #FFF;
	text-decoration:none;
}

#copyright a:hover {
	color: #FC0;
	text-decoration:none;
}

#copyright a:active {
	color: #FC0;
}


.text1{
	color:#900;
	}
.text2{
	color:#fc9041;
	}

#navi a {
	color: #900;
	text-decoration:none;
}

#navi a:link {
	color:#900; 
}
#navi a:visited {
	color: #900;
}

#navit a:hover {
	color: # 900;
}

#navi a:active {
	color: #900;
}

/*繼續閱讀*/
.reading	a {
	color: #09009;text-decoration: none;
}
.reading a:hover {
	color:#09009; text-decoration:underline;
}
