@charset "utf-8";
/* CSS Document */

footer {
	padding: 15px 0 30px 0;
}

footer ul{
	float: right;
	list-style-type: none;
}

footer ul li{
	border-left: #FFF solid 1px;
	font-size: 12px;
	padding: 0 10px 0 10px;
	float: left;
}

footer ul li:first-child{
	border-left: none;
}

footer ul li a{
	color: #000;
	text-decoration: none;
}