@charset "UTF-8";

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

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

 temporary CSS file
 2008.3.12
 
 Color Cordination
 Key Color: 

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

div.container
{
	width: 540px;
	margin: 0 auto 20px;
	padding: 0 0 30px;
	background: url(../img/common/bg_seperator_large.gif) no-repeat center bottom;
}
#entry
{
	width: 580px;
}
	
div.container h3
{
	margin: 0 0 10px;
	color: #333;
	font-size: 150%;
	font-weight: bold;
}
div.container h3 a
{
	padding: 2px 76px 2px 0;
	background: url(../img/blog/btn_all_read_out.gif) no-repeat right center;
}
div.container h3 a:hover
{
	background: url(../img/blog/btn_all_read_over.gif) no-repeat right center;
}
div.container p
{
	margin: 0 0 10px;
	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
{
	
}
table.price th.period
{
	width: 25%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
table.price th.type
{
	
}
table.price th.age
{
	
}
table.price th.sanitary
{
	font-size: 84%;
}
table.price td.amount
{
	/*width: 16%;*/
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}
table.price td.unit
{
	
}
table.price td.notes
{
	width: 40%;
	font-size: 92%;
}
table.price td.penalty
{
	color: #c00;
	text-align: center;
}

/* ----- special day ----- */

table.special tr.vHeader th
{
	color: #c00;
}
table.special td.amount
{
	
}
table.special th.special
{
	width: 80%;
}
table.endBeginning tr.vHeader th
{
	color: #c00;
}
table.endBeginning td.amount
{
	width: 21.3%;
}



.entryBody p
{
	line-height: 180%;
	margin: 0 0 2em;
}
.entryBody p a.openwin
{
	padding-left: 12px;
	background: url(../img/pack/ico_new_window.gif) no-repeat left center;
}
span.mt-enclosure img
{
	border: 1px solid #ccc;
}

table.circular
{
	width: 540px;
	margin: 0 auto 20px;
}
table.circular td.prev
{
	width: 45%;
}
table.circular td a
{
	display: block;
}
table.circular td.prev a
{
	background: url(../img/common/arrow_l.gif) no-repeat left center;
	padding-left: 15px;
}
table.circular td.list
{
	width: 9%;
	text-align: center;
}
table.circular td.list a
{
	background: url(../img/common/arrow_u.gif) no-repeat left center;
	padding-left: 15px;
}
table.circular td.next
{
	width: 45%;
	text-align: right;
}
table.circular td.next a
{
	background: url(../img/common/arrow_r.gif) no-repeat right center;
	padding-right: 15px;
}

ul.notes
{
	width: 520px;
	margin: 0 auto 30px;
	padding: 10px;
	background: #ff9;
}