@charset "UTF-8";

.newsdata {
	font-size:11px;
}
table.price{
	margin: 0 0 10px 0;
	width: 100%;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
}
.price th{
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	color:#FFF;
	background-color:#C44;
	padding:0.3em 1em;
	text-align:center;
	font-size: 75%;
}
.price td{
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	padding:0.3em 1em;
	font-size: 75%;
	line-height: 1.5;
}
.subh{
	background-color:#ECB2B2;
	text-align:center;
}
.caution {
	font-size:10px;
	margin: 0 0 20px 0;
}

img.right {
	float:right;
	margin-botom:10px;
}

.price .price_price{
	width:150px;
}