



/*　カレンダー
──────────────────────────────────*/
p.cal {
	text-align:center;
	margin:0px auto;
}
table.cal {
	width: 696px;
	background-color: #999999;
	border: 0;
	color: #666666;
	margin:0px auto;
	text-align: center;
	font-weight:bold;
}

table.cal tr th{
	width:116px;
	padding: 10px;
	background-color: #dddddd;
	font-size:100%;
	font-weight:bold;
}

table.cal tr th{
	background-color: #dddddd;

}
table.cal trth.sat{
	color:#23a3da;
}
table.cal tr th.sun{
	color: #ff0000;
}


table.cal td{

	background-color: #ffffff;
	padding: 10px;
	font-size:100%;
}

table.cal td.sun,table.cal td.sun a{									/*　　日曜・祝日の設定　　*/
	color: #ff0000;
	background-color: #ffeeee;

}
table.cal td.sat,table.cal td.sat a{									/*　　土曜の設定　　*/
	color:#23a3da;
	background-color: #eeeeff;

}
table.cal td.book,table.cal td.book a{									/*　　空白の部分設定　　*/
	background-color: #eeeeee;

}






