/* カレンダ部 */

table.calendar{

	margin-top: 5px;
	margin-bottom: 5px;

	border-top: 1px;
	border-bottom: 1px;
	
	border-top-style: dotted;
	border-bottom-style: dotted;
	
	border-color: #6F6FC8;
	
	font-family: Century Gothic;
	
}

td.cal_title{
	font-size: 12px;
	font-weight: bold;
}
tr.cal_week{
	font-size: 9px;
	text-align: center;
}
tr.cal_days{
	font-size: 11px;
	text-align: center;
}
td.cal_wday{
	color: #000000;
}
td.cal_satd{
	color: #0000ff;
}
td.cal_holi{
	color: #ff0000;
}

div.today{
	font-weight: bold;
	color: #ffffff;
	background-color: #6F6FC8;
}

