@charset "utf-8";
#contents #side, aside {
	display: none;
}

#contents #main {
	background:url(images/bg.png) repeat-y;
	width:950px;
	height:1760px;
	margin:0 auto;
}

#main h1{
	margin: 24px auto 10px;
	text-align:center;
	background:url(images/bar.png) center 166px no-repeat;
}

#main h2{
	text-align:center;
	margin: 0 auto 22px;
}

#cakelist ul{
	overflow:hidden;
	width:930px;
	margin: 0 auto;
}

#cakelist ul li{
	float:left;
	width:310px;
	text-align:center;
	padding-bottom: 16px;
}

