/*---------カレンダーヘッダ---------*/

.cal_head{
	color: #000000;
	font-weight: bold;
	font-family: 'Arial'
}

/*---------カレンダー簡易---------*/

table#calendar th {
	color: #000000;
	font-weight: bold;
	font-family: 'Arial'
	}	
	
table#calendar tr {
	color: #000000;
	font-weight: normal;
	font-family: 'Arial'
	}

/*---------カレンダー詳細---------*/

table#calendar2 {
#	border-collapse: separate;
	table-layout:fixed; 
	}
table#calendar2 th {
	padding: 1px;
	border: solid 1px #CCC;
	text-align: center;
	vertical-align: top;
	color: #000000;
	font-weight: bold;
	font-family: 'Arial'
	}	
table#calendar2 td {
	width: 93px;
	padding: 1px;
	border: solid 1px #CCC;
	vertical-align: top;
	color: #000000;
	font-weight: normal;
	font-family: 'Arial'
	}
