@charset "utf-8";
@import url("common.css");
footer {
	width: 960px;
	height: 120px;
	margin: 0 auto;
	border-top: 5px solid #fc6884;
	position: absolute;
	bottom: 0;
}
footer p {
	text-align: center;
}
footer p img {
	height: 70px
}

