@charset "UTF-8";
#mainBox {
	background-image: url(/cafe/home/img/bg.jpg);
	background-repeat: no-repeat;
	height: 460px;
	width: 960px;
	background-position: center top;
}
#mainBox h2,
#mainBox h3 {
	text-align: center;
}
#mainBox h2 {
	padding-top: 18px;
}
#mainBox ul {
	padding-left: 18px;
	padding-top: 14px;
}
#mainBox ul li {
	float: left;
	padding-left: 4px;
}
#box1 {
	marign-top: 30px;
	margin-top: 20px;
}
#box1 p {
	text-align: right;
	padding-right: 25px;
	margin-top: 10px;
}
#box2 {
	clear: both;
	margin-top: 50px;
}

