

/* --------------------------- 活動花絮 --------------------------------*/


#work {
	width:288px;
	float:left;
	position:relative;
}
#work h4 {
	height:50px;
	}
#work_content {
	width: 288px;
	height: 76px;
	margin: 5px 0 10px 0;
	}
#work_content a {
	cursor:pointer;
	color:#666;
	}	
#work_content div {	
	width: 252px;
	height: 76px;
	padding: 0 18px;
}
#work_content div img {
	float: left;
	width:115px;
	height:70px;
	border:3px solid #7e8281;
}
#work_content div p {
	float: left;
	width:120px;
	margin: 0px 0 0 6px;
	line-height:18px;
}
#work_content div {
	top: 0;
	left: 0;
}
#work span.more {
	float:right;		
}
#work span.more a {
	background: url(more_icon.jpg) no-repeat left center;
	padding: 0 0 0 10px;
	color:#C00;
}
#work span.more a:hover {
	text-decoration:underline;
}	

#work .prev_work {
	background:url(pic_prev.png) no-repeat center center;
	width: 13px;
	height: 21px;
	position: absolute;
	top:84px;
	left: 0px;
	text-indent: -9999px;
	z-index: 100;
	}
#work .next_work {
	background:url(pic_next.png) no-repeat center center;
	width: 13px;
	height: 21px;
	position: absolute;
	top:84px;
	right: 0px;
	text-indent: -9999px;
	z-index: 100;
	}
	



/* --------------------------- 社會公益 --------------------------------*/

#welfare {
	width: 408px;
	position: relative;
}
#welfare h4 {
	height:40px;
	}
#welfare_content {
	width: 408px;
	height: 76px;
	margin: 8px 0 10px 0;
	}
#welfare_content a {
	cursor:pointer;
	color:#666;
	}	
#welfare_content div {	
	width: 370px;
	height: 76px;
	padding: 0 19px;
}
#welfare_content div img {
	float: left;
	width:111px;
	height:76px;
	margin: 0 6px;
}

#welfare_content div {
	top: 0;
	left: 0;
}

#welfare .prev_welfare {
	background:url(arrow_left.png) no-repeat center center;
	width: 16px;
	height: 15px;
	position: absolute;
	top:80px;
	left: 0px;
	text-indent: -9999px;
	z-index: 100;
	}
#welfare .next_welfare {
	background:url(arrow_right.png) no-repeat center center;
	width: 16px;
	height: 15px;
	position: absolute;
	top:80px;
	right: 0px;
	text-indent: -9999px;
	z-index: 100;
	}