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

#calendar_table {
	width: 554px;
	margin-top: 5px;
	float: left;
	height: 324px;
}
#next_month {
	float: left;
	margin-top: 5px;
}
#prev_month {
	float: left;
	margin-top: 5px;
}
#calendar_table tr th{
	background-color: #999;
	color: #000;
	width: 80px;
	padding: 5px 0 4px 0;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	font-size: 0.8em;
	background-image: url(../imgs/calendar_header.gif);
	background-repeat: repeat-x;
	height: 12px;
}
#calendar_table tr td {
	background-color: #FFF;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	height: 60px;
	padding: 0;
	vertical-align: top;
	font-size: 1.5em;
	color: #000;
	width: 80px;
	margin: 0;
	border-top: none;
	border-left: none;
}
.diff_month {
	color: #999;
}
#calendar_table tr td img {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
#calendar_table tr td p {
	display:block;
	padding: 0 5px 5px 5px;
}
#calendar_table th.saturday{
	border-right: none;
}
#calendar_table td.saturday {
	border-right: none;
}
#main_container {
	background-image: url(../imgs/background4.png);
	background-repeat: no-repeat;
	height: 550px;
}
#footer {
	margin: 0;
	letter-spacing: 0.06em;
	border-top: solid #666 2px;
	position: absolute;
	top: 625px;
	width: 581px;
	padding: 0 0 0 12px;
}
