@charset "Shift_JIS";
/* -------------------------------------------------------------------
	Calendar CSS
	
	カレンダー用CSS

------------------------------------------------------------------- */

div.wrap_calendar{
	float:left;
	margin:0 10px 5px 0;
}
div.wrap_calendar p.closed{
	text-align:right;
}
div.wrap_calendar p.closed span{
	color:#ff6699;
}


div#calendar{
	width:178px;
	padding:5px 0;	
	margin:0 0 5px 0;
	background:#ffffff;
	border: 1px solid #999999;	
}

table.calendar {
	cellspacing: 0px;
	cell-padding: 0px;
	margin:0 0 0 5px;
	border-collapse: collapse;
	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 { fonr-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 {} 
table.calendar	th.weekday, 
table.calendar	th.saturday { font-weight: normal;}
table.calendar	td.today { background-color:#ff6699; color:white; }

table.calendar	td.lastMonth, 
table.calendar	td.nextMonth{}
