/*テーブル全体*/
.tblstyle{
	color:#666666;
	font-size:10pt;
	text-align:center;
	background-color:#E13022;
}

.daywidth{
	width:22px;
}

/*月表示部分*/
.month{
	background-color:#000000;
	background-color:#ffffff;
}

/*曜日表示部分*/
.weekstyle1{
	background-color:#ffffff;
}

/*空白部分*/
.weekstyle2{
	height:18px;
	background-color:#ffffff;
}

/*平日設定*/
.daystyle{
	height:18px;
	background-color:#ffffff;
}

/*土曜設定*/
.satstyle{
	height:18px;
	color:#000000;
	background-color:#ffffff;

}

/*日曜設定*/
.sunstyle{
	height:18px;
	background-color:#ffffff;
}

/*祝日設定*/
.holystyle{
	height:18px;
	background-color:#FFD6D6;
}
