.monthbox{
	width:auto;
	height:auto;
	margin-top:2px;
	margin-bottom: 0px;
	float:left;
}
.monthtitle{
	width:232px;
	height:16px;
	background-color:#D9E5F2;
	font-size:13px;
	color:#404040;
	text-align:center;
	font-weight:bold;
	margin-bottom: 1px;
	padding-top: 4px;
}
/*料金*/
table.price {
	width:709px;
	height:auto;
	background-color: #CCCCCC;
	font-size: 13px;
}

/*カレンダー*/
table.month {
	width:auto;
	height:auto;
	background-color: #CCCCCC;
	font-size: 13px;
}

td.day {
	width:30px;	
	height:auto;
	color: #404040;
	line-height:16px;
	text-align: center;
}
td.daybox{
	width:30px;	
	height:auto;
	color: #404040;
	line-height:16px;
	text-align: center;
	background-color: #FFFFFF;
}
td.sat {
	width:30px;	
	height:auto;
	color: #000099;
	line-height:16px;
	text-align:center;
	background-color: #99CCFF;
	padding:3px 0 3px 0;
}
td.sun {
	width:30px;	
	height:auto;
	color: #990000;
	line-height:16px;
	text-align:center;
	background-color: #FFCCCC;
	padding:3px 0 3px 0;
}

td.week {
	width:30px;	
	height:auto;
	color: #404040;
	line-height:16px;
	text-align:center;
	background-color: #EAEAEA;
	padding:3px 0 3px 0;
}
