#MainBox .conttitle {
	height: 50px;
	width: 900px;
	background-image: url(../images/title.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
h2  {
	background-color: #FC6;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
	clear: both;
}
#LeftBox {
	float: left;
	width: 575px;
}

#RightBox {
	float: right;
	width: 300px;
}
p.catch {
	font-size: 150%;
	font-weight: bold;
	color: #F63;
	margin: 0px;
}

#LeftBox .price  th{
	background-color: #009;
	color: #FF0;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	padding-right: 10px;
}
#LeftBox .price  td{
	background-color: #009;
	color: #F36;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	font-weight: bold;
	width: 1%;
	white-space: nowrap;
}
#spec  {
	border: 1px solid #FC6;
	padding: 10px;
	background-color: #f1f1f1;
	margin-bottom: 10px;
}
#note .waku {
	border: 1px solid #F60;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 15px;
}

#note h3 {
	background-color: #FC6;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #303;
	margin-right: -20px;
	margin-left: -20px;
	font-size: 120%;
	font-weight: bold;
}

#note h3 span {
	background-color: #F60;
	font-weight: bold;
	color: #FFF;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: -10px;
	margin-left: -10px;
	margin-bottom: 10px;
}
#note p {
	margin-bottom: 20px;
}

#note h4 {
	font-weight: bold;
	color: #303;
	margin-bottom: 5px;
	font-size: 120%;
}
#note table {
	margin-bottom: 20px;
	color: #FFF;
	background-color: #2F327C;
}
#note th {
	background-color: #333;
}
#note td {
	vertical-align: top;
}

.title {
	background-color: #FC6;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}
