@charset "UTF-8";

@import url("main.css");

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

 schedule CSS file
 
 Color Cordination
 Key Color: 

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

table.price
{
	width: 640px;
}
table.price .even
{
	background: #f5edf0;
}
table.price .division,
table.price .perweek,
table.price .permonth
{
	text-align: center;
}
table.price .price
{
	text-align: right;
}
#contents .entry .notes
{
	background: #fff2b0;
	padding: 10px;
}
#contents .entry .amount
{
	color: #d12548;
	font-size: 116%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
