table.calender {
	width: 100%;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	background-color: #222222;
}
table.calender th {
	padding: 6px;
	text-align: center;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
}
table.calender td {
	margin: 0;
	padding: 6px;
	width: 80px;
	height: 60px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
}
table.calender td img.event {
	margin: 3px 1px 0 0;
	padding: 0;
}
table.calender td:hover {
	background-color: #2e2e2e;
	cursor: pointer;
}
table.calender td.tdBlank {
	background-color: #0c0c0c;
	cursor: auto;
}
table.calender td.tdUpdate {
	background-color: #3d0a0a;
}
table.calender td.tdUpdate:hover {
	background-color: #5a0000;
	cursor: pointer;
}
table.calender td.tdHoliday {
	background-color: #434343;
}
table.calender td.tdHoliday:hover {
	background-color: #2e2e2e;
	cursor: pointer;
}

/*---詳細ページ-----------------------------------*/
#lightwindow_contents .dayWindow {
	color: #adadad;
	text-align: center;
	font-size: 12px;
	width: 500px;
	margin: 0 auto;
	padding: 0;
	background-color: #0c0c0c;
}

#lightwindow_contents .dayWindow p.textBody {
	line-height: 1.3;
	margin: 12px 0 10px;
	padding: 0 3px 0 0;
	text-align: left;
}
#lightwindow_contents .attentionMini p {
	color: #9c9c9c;
	font-size: 10px;
	line-height: 1.2;
	text-align: left;
}
