@charset "utf-8";

.price{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:14px;
	line-height:22px;
	color:#333333;
	margin:10px auto;
	width:580px;
}

.price a{
	text-decoration:underline;
	color:#333333;
}
.price a:hover{
	text-decoration:none;
	color:#333333;
}

.price td{
	border:#CCCCCC dotted 1px;
	padding:5px 10px;
}

.price th{
	border:#CCCCCC solid 1px;
	background-color:#669933;
	color:#FFFFFF;
	padding:5px 10px;
	font-weight:100;
}

.price-topic{
	background-color:#f1f1f1;
	width:85px;
}

.massage{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:14px;
	color:#5d433f;
	line-height:22px;
	padding:10px 30px;
}
