#footer {
	width: 100%;
	height: 69px;
	background: #2b2b2e;
	margin: -69px 0 0;
	position:relative;
	z-index: 20;
}
#footer .holder {
	padding: 25px 20px 0;
	overflow: hidden;
	margin:0 auto;
	max-width: 1240px;
}
.footer-logo {
	float: left;
	text-indent:-9999px;
	overflow: hidden;
	background:url(../images/footer-logo_2.png) no-repeat;
	width:167px;
	height:18px;
}
.footer-logo a {
	display:block;
	height: 100%;
}
.copyright {
	float: right;
	font-size: 16px;
	line-height: 20px;
	color: #99999c;
	font-style: normal;
}
.soccial {
	margin:0;
	padding:0;
	list-style:none;
	overflow: hidden;
	text-align: center;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
}
.soccial li {
	font-size: 13px;
	line-height: 16px;
	letter-spacing: normal;
	display:inline-block;
	vertical-align: top;
	padding: 0 5px;
}
*+html .soccial li {
	display:inline;
}
.soccial img {
	vertical-align: top;
}
