p.infomation {
	width: 890px;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	padding: 5px 0px 5px 0px;
	background-color: #666666;
	margin: 0px auto 0px auto;
}
p.holiday {
	width: 890px;
	font-size: 18px;
	font-weight: normal;
	color: #CC0000;
	text-align: left;
	padding: 5px 0px 5px 0px;
	margin: 0px auto 0px auto;
}


table#price {
	width: 900px;
	border: none;
	text-align: center;
	margin: 0px auto;
}
table#price tr.line01 {
	background-color: #c6ceb9;
}
table#price tr.line02 {
	background-color: #cdc7b9;
}
table#price tr.line03 {
	background-color: #e6e6ce;
}


table#price th {
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	color: #353535;
	padding: 5px 5px 5px 5px;
	
}
table#price td {
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	color: #353535;
	padding: 5px 5px 5px 5px;
}
table#price td span {
	float: right;
	font-weight: normal;
	font-size: 14px;
	color: #353535;
	padding: 5px 5px 5px 5px;
}
div.horizon {
	width: 900px;
	height: 20px;
	border-bottom: 1px dashed #CDCDCD;
	margin: 0px 0px 20px 0px;
	text-indent: -5000px;
	text-align: left;
}


