@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 1px;
}
div#container {
	margin: 0px auto;
	width: 650px;
}
div#container h1 {
	font-size: 11px;
	line-height: 1em;
	font-weight: bold;
	color: #fff;
	background: #f00;
	margin: 0px;
	padding: 5px;
}
div#container p#header {
	margin-bottom: 50px;
}
div#container ul#sad {
	background: #FFF8D9;
	padding: 10px 20px;
	margin: 0px 20px;
	border: 2px solid #fc0;
}
div#container ul#sad li {
	background: url(../images/kids_09.png) no-repeat left center;
	list-style: none;
	padding: 5px 30px;
	color: #FF9900;
	font-weight: bold;
}
div#container table.table01 {
	background: #FFF8D9;
	border-top: 2px solid #fc0;
	border-right: 2px solid #fc0;
	width: 610px;
	margin: 0px 20px 30px;
}
div#container table.table01 th {
	background: #FFD966;
	width: 170px;
	color: #fff;
	text-align: left;
	padding: 10px;
	border-bottom: 2px solid #fc0;
	border-left: 2px solid #fc0;
}
div#container table.table01 td {
	border-left: 2px solid #fc0;
	border-bottom: 2px solid #fc0;
	margin: 0px;
	padding: 10px;
}
div#container table.table01 td strong {
	color: #f00;
}
div#container table.table01 td.price {
	color: #f00;
	text-align: right;
	font-weight: bold;
}
div#container table.table02 {
	background: #FFF8D9;
	border-top: 2px solid #fc0;
	border-right: 2px solid #fc0;
	width: 610px;
	margin: 0px 20px 30px;
}
div#container table.table02 td {
	border-left: 2px solid #fc0;
	border-bottom: 2px solid #fc0;
	margin: 0px;
	padding: 10px;
	vertical-align: top;
}
div#container table.table02 td p span {
	font-size: 11px;
}
div#container table.table02 td p.table03 {
	background: #fff;
	border: 1px dotted #fc0;
	padding: 5px;
}
div#container table.table02 ul {
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 20px;
}
div#container table.table02 ul li {
	font-size: 12px;
}
div#container td p#qr01 {
	background: #fff;
	padding: 10px;
	border: 1px dotted #fc0;
	float: left;
	margin-left: 10px;
}
div#container td p#qr02 {
	float: left;
	padding-left: 20px;
}
div#container p#footer {
	color: #999;
	background: #eee;
	margin: 0px;
	padding: 3px;
	font-size: 11px;
}
div#container p#midashi01 {
	font-size: 24px;
	font-weight: bold;
	color: #3A9AEE;
	text-align: center;
	border: 4px double #3A9AEE;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

