@charset "utf-8";

img{
	border:0;
}

.clear{
	clear:both;
	margin:0;
	padding:0;
	height:0;
	line-height:0;
	font-size:0;
}
#footerArea{
	width:100%;
	float:right;
}


#footer{
	margin:0;
	padding:0;
	font-size:90%;
}

#footer-t{
	width:100%;
	border-bottom:solid 1px #d9cfbb;
}

#footer-t-body{
	width:980px;
	margin:0 auto;
	padding:4px 0;
}

#footer-cont{
	width:960px;
	margin:0 auto;
	min-height:100px;
	height:auto !important;
	height:100px;
}

#officialAccount{
	background:url(../images/arrow_account.png) left no-repeat;
	min-height:16px;
	height:auto !important;
	height:16px;
	display:inline-block;
	padding:10px 0 0 20px;
	margin:0 20px 0 0;
	font-weight:bold;
	color:#494949;
}

#footer-note{
	font-size:80%;
	color:#2f2f2f;
}

#footer-body{
	width:100%;
	border-top:solid 1px #fff;
	border-bottom:solid 1px #fff;
	background:url(../images/bg_footer.png);/*site color*/
}

#footer-badge{
	background:url(../images/btn_follow.png) left no-repeat;
	width:175px;
	margin-top:-6px;
	height:35px !important;
}
#footer-badge-text{
	font-size:1px;
	color:white;
	padding:30px 90px 2px 50px;
}

#footer-ul{
	margin:15px 0 0 5px;
	padding:0;
	list-style:none;
	color:#513a02;
	width:670px;
	float:left;
}

#footer-ul li{
	float:left;
	background:url(../images/arrow_ft_menu.png) no-repeat left;
	padding:0 0 0 5px;
	margin:0 25px 0 0;
}

#footer-copy{
	line-height:1.6;
	width:260px;
	padding:0 0 0 10px;
	margin:-10px 0 0 0;
	float:left;
	border-left:solid 1px #513a02;
}

#footer-copy span{
	font-size:90%;
}

/* link color */
#officialAccount a{text-decoration:none;color:#494949;}
#officialAccount a:hover{text-decoration:underline;color:#494949;}
#footer-note a{text-decoration:none;color:#2f2f2f;}
#footer-note a:hover{text-decoration:underline;color:#2f2f2f;}
#footer-ul a{text-decoration:none;color:#513a02;}
#footer-ul a:hover{text-decoration:underline;color:#513a02;}
#footer-copy a{text-decoration:none;color:#017e8c;}
#footer-copy a:hover{text-decoration:underline;color:#017e8c;}


