/* CSS Document */

/*-- 価格表 ------------------------------------------------------------------------*/
table.priceTBL {
	width:100%;
	margin-bottom:20px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
}
table.priceTBL th,
table.priceTBL td {
	padding:5px 10px 5px 15px;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
table.priceTBL th.typeNo ,
table.priceTBL th.PrdName {
	background-color: #eee;
	font-weight: bold;
	text-align: left;
}
table.priceTBL th.price {
	background-color: #eee;
	font-weight: bold;
	text-align:right;
}
table.priceTBL td.typeNo,
table.priceTBL td.PrdName {
	text-align: left;
}
table.priceTBL td.price {
	text-align:right;
}
table.priceTBL td.compName {
	text-align:center;
}
