#MainBox .conttitle {
	background-image: url(images/title.gif);
}
#LeftBox {
	float: left;
	width: 600px;
}

#RightBox {
	float: right;
	width: 250px;
}

#RightBox dl {
	margin: 0px;
	padding: 0px;
}
#RightBox li  , #LeftBox li{
	list-style-image: url(../common/images/icon_red.gif);
	margin-bottom: 5px;
	margin-left: 25px;
}
#RightBox .waku {
	background-color: #FFECC4;
	border: 1px solid #FC6;
	padding: 5px;
	margin-bottom: 15px;
}
#RightBox ul {
	margin-bottom: 15px;
}


#RightBox dt {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#RightBox dd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 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;
}
h3  {
	background-color: #FC6;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#LeftBox h4 {
	font-size: 150%;
	font-weight: bold;
	color: #F63;
	margin-bottom: 10px;
}
#LeftBox h4 span {
	color: #F00;
	margin-left: 15px;
	font-weight: bold;
	font-style: italic;
}
#LeftBox h4 em {
	color: #FFF;
	background-color: #009;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	padding: 5px;
	display: block;
	width: 120px;
	text-align: center;
	margin-bottom: 10px;
}
