@charset "utf-8";
/* CSS Document */



/* カレンダ
---------------------------------------- */

.month {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:1.2em;
}

.calender {
	margin-bottom:20px;
	border:1px #666666 solid;
}

.calender tr.dayoftheweek {
}

.calender tr.dayoftheweek td {
	text-align:center;
}

.calender td {
	background-color:#383c26;
	text-align:left;
	padding:5px;
}

.calender td.offday {
	background-color:#333333;
	color:#666666;
}

.saturday {
	color:#00ccff;
}

.sunday {
	color:#ff0000;
}

span.offday {
	color:#543434;
}

span.day {
	float:left;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	width:30%;
	height: 40px;
}

span.status {
	float:right;
	display:block;
	line-height:20px;
	width:65%;
	height: 40px;
	text-align:center;
}

span.reserved {
	font-size:18px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
