@charset "utf-8";
/* CSS Document */

#left {
	float: left;
	width: 185px;
	padding-left: 44px;
	padding-right: 30px;
	padding-top: 7px;
}
#left .left_btn {
    box-shadow: 0 0 0 1px white, 0 0 0 2px #bbd784;
    background: #bbd784;
    border-radius: 30px;
    text-align: center;
    padding: 3px 0px;
}

#left p {
	padding-top: 2px;
	padding-bottom: 2px;
}







#right {
	float: left;
	width: 741px;
	padding: 0px;
}
#news {
	width: 336px;
	float: left;
	padding-right: 27px;
	padding-bottom: 10px;
	height: 210px;
	font: 15px Verdana, "新細明體", "標楷體", "微軟正黑體";
}
#right #news p {
	line-height: 20px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #bdbdbd;
	padding-top: 3px;
}
#right #news p a {
	color: #333;
}
#right #news p a:hover{
	color: #F30;
}
#right #news span {
	font-weight: bold;
	color: #638723;
	font-size: 13px;
}


#activities {
	width: 336px;
	float: left;
	padding-bottom: 10px;
}
#activities .a_cont {
	padding-left: 5px;
	padding-top: 15px;
}

#activities .album {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
#activities .album a {
	color: #c27000;
}
#activities .album a:hover {
	color: #039;
}
#activities .album a:hover img {
	border: 1px solid #039;
}
#activities .album img {
	border: 1px solid #ffe347;
}
#activities .album span {
	display: block;
	font-size: 0.8em;
	padding-top: 5px;
	text-align: center;
}
#links {
}
#links .left {
	float: left;
	height: 89px;
	width: 181px;
}
#links .cont {
	float: left;
	height: 64px;
	width: 494px;
	padding-top: 25px;
	background: url(../images/link_bg.png) repeat-x;
}
#links .cont img {
	padding-left: 0px;
	padding-right: 2px;
}

#links .right {
	background: url(../images/link_bg_R.png) no-repeat;
	float: left;
	height: 89px;
	width: 24px;
}
