@charset "utf-8";
body {
	background-image: url(../images/me/index_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin:0px;
	padding:0px;
}

/* 頁尾區塊 */
.footer{
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer_text {
	font-size: 12px;
	line-height:17px;
	color:#666666;
	text-align:left;
}
.footer_text a:link { color:#707063; }
.footer_text a:visited { color:#707063; }
.footer_text a:hover { color:#707063; }
.footer_text a:active { color:#707063; }

/* 頁尾版權宣告 */
.footer_copyright{
	font-size: 11px;
	line-height: 17px;
	color: #707063;
	text-align:right;
}
.footer_copyright a:link { color: #707063; }
.footer_copyright a:visited { color: #707063; }
.footer_copyright a:hover {	color: #ff0000; }
.footer_copyright a:active { color: #707063; }
