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

.calender-head {
	background-image: url(../images/calender-bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 790px;
	height: 35px;
	padding: 5px 10px 5px 0px;
	text-align: right;
}


table {
     border-collapse: collapse;
     border:1px solid #c9caca;
     border-spacing: 0;
     emty-cells: show;
}
th {
     border: 1px solid #c9caca;
     text-align:center;
}
td {
     border:1px solid #c9caca;
     padding:3px;
}

.color-sat {
	color:#0000FF;
}
.color-hol {
	color:#FF0000;
}
.teikyubi {
	background-color: #b79052;
}
.ushinohi {
	background-color: #b70000;
	color: #FFFFFF;
}

.cal01 {
	width:182px;
	float:left;
	margin-right: 9px;
}
.cal02 {
	width:182px;
	float:left;
	margin-right: 9px;
}
.cal03 {
	width:182px;
	float:left;
}