#footer {
	font-size:13px;
	line-height:1.5em;
	font-family:Microsoft JhengHei;
	margin:0;
	padding:0;
	color:#666;
}
#footer a:hover {
	text-decoration:none;
}
.footer-mk {
	font-size:1.1em;
	padding:0 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:1px #999 solid;
	letter-spacing:1px;
}
#footer ul {
	margin-left:-48px;
	font-weight:bold;
}
#footer ul li {
	list-style-type: none;
	display:inline;
	background:url(icon-footer-link.png) left no-repeat;
	padding-left:12px;
	margin-left:6px;
}
#footer ul li:hover {
	margin-left:8px;
	padding-left:10px;
	transition:all .2s ease-in;
}
#TopDecLine {
	background:url(bg-footer.png) repeat-x top;
	height:10px;
}