
#sofaset {
	background: url(../images/sofaset644x618x50_mini.jpg) no-repeat;
	width: 644px;
	height: 618px;
	animation: parapara 2.3s steps(47) forwards;
	animation-delay: 1.5s;
}

@keyframes parapara {
	to {
	background-position: 0 -29046px;
	}
}

#typography {
	width: 648px;
	height: 618px;
	background:url(../images/typography01.png) no-repeat;
}

