@charset "utf-8";
/* CSS Document */
* {
	font-size:13px;
}
body {
	margin-top:0;
	margin-left:0;
	margin-bottom:15px;
}
a:link {
	font-size: 13px;
	text-decoration: none;
	color:#764C24;
}
a:visited{
	font-size: 13px;
	text-decoration: none;
	color: #F97C00;
}
a:active{
	font-size: 13px;
	text-decoration: none;
	color: #744D24;
}
a:hover{
	font-size: 13px;
	text-decoration: underline;
	color:#7F0419;
}
/**/

.left_side {
	float:left;
	width:370px;
	height:750px;
	background-image:url(images/main_r1_c1.jpg);
	background-repeat:no-repeat;
}
.right_side {
	float:left;
	width:630px;
}
	/* 選單 */
	.menu_bar {
		height:95px;
		background-image:url(images/main_r1_c3.jpg);
	}
	/* 主要內容 */
	.content {
		width:630px;
	}
	.mContent {
		padding-left:20px;
		padding-right:10px;
	}
	.section {
		text-indent:25px;
		line-height:25px;
		padding-bottom:10px;
	}
	.gotop {
		text-align:right;
		padding:5px;
	}
	.line {
		float:left;
		width:10px;
		text-align:right;
	}
	.footer {
		font-size:13px;
		color: #F38407;
		clear:both;
		text-align:center;
	}
.style1 {
	font-size: 11px;
	color: #666666;
}
.style2 {
	font-size: 13px;
	line-height: 25px;
	color: #333333;
}
.style3 {
	font-size: 13px;
	line-height: 25px;
	color: #660066;
}
.style4 {
	font-size: 12px;
	line-height: 15px;
	color: #979393;
}
.style5 {
	font-size: 13px;
	color: #676767;
	line-height: 18px;
}
.style6 {
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}
.style7 {
	font-size: 16px;
	font-weight: bold;
	color: #0066CC;
}
.style8 {
	font-size: 12px;
	line-height: 16px;
	color: #006699;
}
.style9 {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.style10 {
	font-size: 16px;
	font-weight: bold;
	color: #CE6537;
}
.style11 {
	font-size: 12px;
	color: #FFFFFF;
}
.style12 {
	font-size: 13px;
	color: #CC0000;
}
.style13 {
	font-size: 13px;
	line-height: 20px;
	color: #003399;
}
.style14 {
	font-size: 12px
}
.style15 {
	font-size: 12;
}


/* 活動相簿 */
.album_preview_list {
	width:600px;
	margin:auto;
}
.album_preview_img {
	float:left;
	width:100px;
	text-align:center;
	margin:8px;
}
/* 活動花絮區塊 */
.album_box {
	width:630px;
	font-size:13px;
}
.album_top {
	text-align:right;
	background-image:url(album/images/album_r1_c1.jpg);
	background-repeat:no-repeat;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	height:35px;
}
.album_middle {
	background-image:url(album/images/album_r3_c1.jpg);
	background-repeat:repeat-y;
	padding-left:5px;
	padding-right:5px;
	height:90px;
}
.album_bottom {
	background-image:url(album/images/album_r4_c1.jpg);
	background-repeat:no-repeat;
	height:20px;
}


/* 分頁 */
.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;
}

