.marginleft20 {
	margin-left: 20px;
}
/* 価格表スタイル */
.pricelist td{
	padding:3px;
}
.pricelist{
	border-top: solid 1px #666666;
	border-left: solid 1px #666666;
	/*border-collapse: collapse;*/
	/*padding: 3px;*/
}
.pricelist_first {
	background-color: #b0e0e6;
	width: 80px;
	text-align: center;
	border-bottom: solid 1px #666666; 
	border-right: solid 1px #666666;
}
.pricelist_first2 {
	background-color: #b0e0e6;
	text-align: center;
	border-bottom: solid 1px #666666;
	height: 20px;
}
.pricelist_second {
	background-color: #eee8aa;
	text-align: center;
	border-bottom: solid 1px #666666;
}
.pricelist_third {
	background-color: #ffffff;
	text-align: center;
	border-bottom: solid 1px #666666;
}
.border_right {
	border-right: solid 1px #666666;
}


.pricelist_bg {
	background-color: #b0e0e6;
	border-bottom: solid 1px #666666; 
	border-right: solid 1px #666666;
}
.pricelist_bg2 {
	background-color: #ffffff;
	border-bottom: solid 1px #666666; 
	border-right: solid 1px #666666;
}
.pricelist_second2 {
	background-color: #ebebeb;
	border-bottom: solid 1px #666666;
	border-right: solid 1px #666666;
}

/* 価格表フォントスタイル */
.price_first {
	color: #a0522d;
	font-weight: bold;
	font-size: 12pt;
}
.price_second {
	color: #000000;
	font-size: 8pt;

}
.price_third {
	color: #a0522d;
	font-weight: bold;
	font-size: 9pt;
}
.price_fourth {
	color: #000000;
	font-weight: bold;
	font-size: 12pt;
}
