@charset "UTF-8";

.price_cont{
	overflow: hidden; /* ボックスからはみ出た部分を表示しない */
	width: 703px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	background-image: url(../img/bac_img.jpg);
	background-repeat: repeat;
}

.price_cont table{
	background-color: #C0B783;
	width: 468px;
	margin:35px auto 0px auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #82784C;
	border-bottom-color: #82784C;
}

.price_cont table td,.price_cont th{
	padding:0px;
	padding-left:5px;
	padding-right:5px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #82784C;
	border-left-color: #82784C;
}
.price_cont table th{
	font-weight:bold;
}

.price_cont td{
	height: 35px;
}
.ryoukin{
	background-color: #DAD5B4;
	text-align: center;
}
.ryoukin01{
	width:150px;
	background-color: #DAD5B4;
	text-align: center;
}
.ryoukin02{
	width:150px;
	background-color: #D2CBA2;
	text-align: center;
}
.ryoukin_w{
	background-color: #FFFFFF;
	text-align: center;
}
.ryoukin_type{
	text-align: center;
}
.price_box{
	width: 468px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bac_img.jpg);
	background-repeat: repeat;
}
.price_box p{
	margin-top: 15px;
	margin-bottom: 15px;
	background-image: url(../img/bac_img.jpg);
	background-repeat: repeat;
}
.ryoukin_kubun{
	width: 100px;
	text-align: center;
	background-color: #C0B783;
}
.ryoukin_price{
	width: 150px;
	text-align: center;
}
.ryoukin_price_w{
	background-color: #FFFFFF;
	text-align: center;
}
.ryoukin_naiyou{
	width: 220px;
	text-align: center;
}

.ryoukin_kubun01{
	width: 100px;
	text-align: center;
	background-color: #DAD5B4;
}
.price_right{
	overflow: hidden; /* これがポイント */
	width: 703px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../img/bac_img.jpg);
	background-repeat: repeat;
}


.price_right img{
	float: right;
}

