@charset "UTF-8";

@import url("common.css");
@import url("structure.css");

/* ======================================

 temporary CSS file
 2008.3.12
 
 Color Cordination
 Key Color: 

======================================= */

div.container
{
	width: 580px;
	margin: 0 0 20px;
	padding: 0 0 30px;
	background: url(../img/common/bg_seperator_large.gif) no-repeat center bottom;
}
div.container h3
{
	margin: 0 0 10px;
	color: #333;
	font-size: 150%;
	font-weight: bold;
}
div.container p
{
	font-size: 116%;
}
div.container ul.notes
{
	margin: 10px;
	padding: 5px;
	background: #ff9;
}
div.container ul.supplement li
{
	text-indent: -1em;
	margin-left: 1em;
}

table.price
{
	width: 580px;
	margin: 0 auto 10px;
}
table.price th,
table.price td
{
	padding: 3px 5px;
	background: #fff8ec;
	border: 1px solid #ccc;
}
table.price tr.vHeader th
{
	text-align: center;
}
table.price th
{
	background: #ffefc0;
	font-weight: bold;
}
table.price th.hHeader
{
	width: 23%;
}
table.price td.amount
{
	font-size: 116%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}
table.price td.specialAmount
{
	color: #c00;
	font-size: 92%;
}
table.price td.unit
{
	width: 12%;
}
table.price td.notes
{
	width: 40%;
	font-size: 92%;
}
table.price td.penalty
{
	color: #c00;
	text-align: center;
}