@charset "utf-8";
.logo {
	text-align: center;
}
.main {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-style: normal;
	text-align: left;
}
.container {
	background-color: #fff5eb;
	text-align: left;
	width: 760px;
	padding: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffb4a0;
	border-right-color: #ffb4a0;
	border-bottom-color: #ffb4a0;
	border-left-color: #ffb4a0;
	margin: auto;
}
.sbox {
	margin: auto;
	text-align: center;
	width: 800px;
}
