@charset "Big5";
/* ==========================================================================
  footer
========================================================================== */
footer {
	border-top: 1px #fff solid;
	background: rgba(165,160,146,1);
	background: -webkit-linear-gradient(top, rgba(220,217,208,1) 0%, rgba(165,160,146,1) 100%);
	background: linear-gradient(to bottom, rgba(220,217,208,1) 0%, rgba(165,160,146,1) 100%);
}
footer ul {
	margin: auto;
	padding: 18px 30px 0;
	width: 910px;
	height: 68px;
	font-size: 12px;
	color: #575550;
	line-height: 18px;
	text-align: center;
}