/* CSS Document */

table#price{
	font-weight: bold;
	width:95%;
	border:0px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin:10px auto 15px auto;
	border:1px solid #ff93c6;
}
table#price th{
	border:1px solid #ff93c6;
	background-color:#ffd0e6;
	color:#804713;
	font-size:11px;
	height:28px;
}
table#price td{
	height:28px;
	background-color:#fffbec;
	padding-left:5px;
	border:1px solid #ff93c6;
	font-size:12px;
	text-align:center;
}
table#price td.price10{
	color:#009af9;
}
table#price td.price12{
	color:#00ad21;
}
table#price td.price17{
	color:#ed1e79;
}
table#price td.price_other{
	color:#804713;
}
.caution{
	margin:0 10px 15px 10px;
	font-size:12px;
	color:#666;
}



.line{
	background-image: url(../images/common/line.png);
	background-repeat: repeat-x;
	height: 5px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
