@charset "utf-8";
/* CSS Document */

.price_table{
	width: 750px;
	margin: 0px auto;
	margin-bottom: 30px;
}
.price_table h2{
	font-size: 18px;
}
.price_table table{
	 width:750px;
	 border-collapse: collapse;
}
.price_table th{
	text-align: center;
	padding: 5px;
	border: none;
}

.price_table td{
	text-align: center;
	padding: 5px;
	border: 1px solid #b9b9b9;
}
.ptd1{
	background-color:#D9EEB5;
}
.ptd2{
	background-color: #eee;
}
.ptd3{
