@charset "Shift_JIS";
/* -------------------------------------------------------------------
	Calendar CSS

	カレンダー用CSS

------------------------------------------------------------------- */
/*
div.wrap_calendar{
	float:left;
	margin:0 10px 5px 0;
}
*/
div.wrap_calendar p.closed{
	text-align:center;
	margin-bottom:10px;
}
div.wrap_calendar p.closed span{
	color:#ff6699;
}


div#calendar{
	width:195px;
	padding:5px 0;
	margin:0 0 5px 0;
	background:#ffffff;
	border: 1px solid #999999;
	margin:0 0 5px 0;
}

table.calendar {
	cellspacing: 0px;
	cell-padding: 0px;
	border-collapse:separate;
	font-size:12px;
}

table.calendar	td,
table.calendar	th { text-align: center; padding:0 1px; border:1px solid white; border-left-width:9px;}
table.calendar	th { font-weight: bold; padding-bottom:5px;}
table.calendar	th.holyday	{ color: red;}
table.calendar	th.weekday	{ color: black;}
table.calendar	th.saturday	{ color: blue;}

table.calendar	th a{ color:#ff3366; text-decoration:none; margin:0 5px; padding:5px;}
table.calendar	th a:visited{ color:#ff3366; text-decoration:none;}
table.calendar	th a:active{ color:#ff99cc; text-decoration:none;}
table.calendar	th a:hover{ color:#ff6699; text-decoration:none;}

table.calendar	td.holyday { background-color:#ff6699; color:white;}
table.calendar	th.weekday,
table.calendar	th.saturday { font-weight: normal;}
table.calendar	td.today {}

table.calendar	td.lastMonth,
table.calendar	td.nextMonth{}

div.title{
	text-align:center;
	font-weight:bold;
	width:100%;
	margin-bottom:5px;
}