/* １月分の枠 */
.calendar_box_waku {
	margin:0;
	width:215pxpx;
	float:left;
}

/* 月送り */
.tx_cent {
	margin:-15px 0 5px;
	text-align:center;
	font-size:10px;
	float:right;
}

/* 月 */
.icon_point01 {
	background:#205b1e;
	text-align:left;
	color:#FFF;
	line-height:1.8;
	font-weight:bold;
	text-indent:10px;
	padding:2px 0 0;
}

/* カレンダー本体 */
table.sheet_calendar {
	margin-bottom:10px;
	width:215px;
	border:1px solid #CCC;
	border-collapse:collapse;
}

/* 曜日のセル */
table.sheet_calendar th,
table.sheet_calendar td {
	width:14%;
	border:1px solid #CCC;
	text-align:center;
	padding:5px 0;
}
table.sheet_calendar th {
	background:#e6e6e1;
	font-weight:bold;
}

/* 土日 */
.sat{
	color:#4d87f2;
}
.sun{
	color:#dd2857;
}




/* --------------------------
h4#calender_h4{
	margin-bottom:5px;
}
table.calendar{
	margin-bottom:10px;
	width:215px;
	border:1px solid #CCC;
	border-collapse:collapse;
}
	table.calendar caption{
		background:#205b1e;
		text-align:left;
		color:#FFF;
		line-height:1.8;
		font-weight:bold;
		text-indent:10px;
	}
	table.calendar th,table.calendar td{
		border:1px solid #CCC;
		text-align:center;
		padding:5px 0;
	}
	table.calendar th{
		background:#e6e6e1;
		font-weight:bold;
	}
	table.calendar td{
	}
	.sat{
		color:#4d87f2;
	}
	.sun{
		color:#dd2857;
	}
	table.calendar td.rest{
		background:#f3e9a0;
	}
-------------------------- */