@charset "utf-8";
/* CSS Document */
*{
	font-size:13px;
}
body{
	margin:0px;
	background-color: #EFD6D6;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}
a:link {
	font-size: 13px;
	text-decoration: none;
	color:#FFFFFF;
}
a:hover{
	font-size: 15px;
	text-decoration: underline;
	color: #FFFF00;
}
a:active{
	font-size: 13px;
	text-decoration: none;
	color: #FFFF00;
}
a:visited{
	font-size: 13px;
	text-decoration: none;
	color: #DFAFAF;
}


.mbody {
	width:860px;
	min-height:700px;
	background-image:url(images/main.jpg);
	background-repeat:no-repeat;
}
.banner {
	width:860px;
	height:170px;
}
.left_side {
	float:left;
	width:360px;
	height:370px;/* 470px */
}
.right_side {
	float:left;
	width:500px;
}
.content {
	width:500px;
}
.mContent {
	letter-spacing:1px;
	line-height:25px;
}
	.mContent p {
		text-indent:25px;
	}
	.mContent a{
		color:#C06262;
	}
	.mContent a:visited{
		color: #C06262;
	}
	
	.record a{
		font-size: 13px;
		text-decoration: none;
		color:#333;
	}
	
	

.title{
	padding-bottom:15px;
}
.footer{
	margin-left:360px;
	width:500px;
	text-align:center;
	color:#52051B;
	line-height:20px;
	margin-top:15px;
}
	.footer a{
		color:#C06262;
	}
	.footer a:visited{
		color: #C06262;
	}
.copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#C06262;
}

/* 活動相簿 */
.album_preview_list {
	width:500px;
	margin:auto;
}
.album_preview_img {
	float:left;
	width:94px;
	text-align:center;
	margin:2px;
}

/* 最新消息列表 */
.news_area {
	width:500px;
	font-size:13px;
}
.news_list {
	background-image:url(news/images/bg.gif);
	background-repeat:repeat-x;
	line-height:25px;
	height:25px;
}
	.news_list_subject {
		width:400px;
		float:left;
	}
	.news_list_date {
		width:100px;
		float:left;
		text-align:right;
	}
/* 最新消息列表(含圖) */
.news_row {
	clear:both;
	width:100%;
	margin-bottom:10px;
}
.news_img {
	font-size:0;
	float:left;
	margin-right:5px;
	border: 1px solid #999999;
}
.news_block {
	float:left;
}
.news_topic {
	font-size: 20px;
	line-height: 25px;
	color: #CC0000;
	font-weight: bold;
}
.news_summary {
	font-size:13px;
}

/* 活動花絮區塊 */
.album_box {
	width:500px;
	font-size:13px;
}
.album_top {
}
.album_middle {
	background-image:url(album/images/middle.jpg);/* middle 區塊背景 */
	background-repeat:repeat-y;
	height:106px;
	padding-left:10px;
	padding-right:10px;
}
	.album_item {
		background-image:url(album/images/bg.jpg);
		background-repeat:repeat-x;
		line-height:25px;
		height:25px;
	}
.album_bottom {
}

/* 最新消息區塊 */
.news_box {
	width:500px;
	font-size:13px;
}
.news_top {
}
.news_middle {
	background-image:url(news/images/middle.gif);/* middle 區塊背景 */
	background-repeat:repeat-y;
	padding-left:10px;
	padding-right:10px;
	height:150px;
}
	.news_item {
		background-image:url(news/images/bg.gif);
		background-repeat:repeat-x;
		line-height:25px;
		height:25px;
	}
		.news_subject {
			width:400px;
			float:left;
		}
			.news_subject a:link{
				color:#000000;
			}
			.news_subject a:hover{
				color:#FFFFFF;
				text-decoration: none;
			}
			.news_subject a:visited{
				font-size: 13px;
				text-decoration: none;
				color: #000000;
			}
		.news_date {
			width:80px;
			float:left;
			text-align:right;
		}
.news_bottom {
}
/* 分頁 */
.mark {color: #FF0000}
.pager_links { 
	font-size:13px;
	text-align:center;
	clear:both;
}
.pager_links a{ 
	color:#333333; 
	padding:1px 4px 1px 4px; 
	margin:2px;
	font-size:13px;
}
.pager_links a:hover{
	text-decoration:none;
	color:#3399ff;
	background:#f2f2f2;
	border:1px solid #3399ff;
	padding:1px 4px 1px 4px;
	margin:2px;
	font-size:13px;
}
.current_page{
	font-weight: bold;
	padding:1px 4px 1px 4px;
	font-size:13px;
}
