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

/*price  table
----------------------------------------------------- */

table.cost {
	border-collapse:collapse;
	width:600px;
	margin-left:1px;
	text-align:left; }
	
table.cost td.item {
	font-weight:bold;
	font-size:12px;
	color:#006699}
	
table.cost td.summary {
	font-size:14px;
	font-weight:bold;
	text-align:right;}	
	
	
table.cost caption {
	color:#68872e;
	background-image:url(../images/ico-circle.gif)3px 8px no-repeat;}

table.cost th {
	padding:8px;
	text-align:center;
	border:#666 1px solid;
	white-space:nowrap;
	background:#dfedb9;
	color:#68872e;}

table.cost a {
	color:#000;
	text-decoration:none;}

table.cost a:hover {
	color:#ec6800;
	text-decoration:underline;}


table.cost td {
	white-space:nowrap;}

table.cost tr.gray td {
	background:#f3f3f3;}

table.cost tr.noline td {
	border-bottom:none;}
	
table.cost tr td.noline {
	border-bottom:none;}

table.cost tr td.line {
	border-bottom:#666 1px solid;}
	
table.cost td {
	padding:5px;
	background:#fff;
	line-height:1.4;
	border-left:#666 1px solid;
	border-right:#666 1px solid;
	border-bottom:#666 1px solid;}

table.fee th {
	background-color:#f3d8ab;
	color:#ba842a;}
	
