@charset "EUC-JP";

/*　カレンダー　*/

body {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	width:220px;
	position:relative;
	background:#ffffff;
}

#caldate {
}
#caldate p.prev{
	position:absolute;
	left:0px;
	top:0px;
}
#caldate p.next{
	position:absolute;
	right:0px;
	top:0px;
}
#caldate p.now{
	font-size:25px;
	font-weight:bold;
	color:#666666;
	margin:0px;
	padding:0px;
	text-align:center;
}
#caldate p.now strong{
	font-size:14px;
}

#cal{
	margin:0px;
	padding:0px;
}

#regular-holiday{
	text-align: right;
	margin-bottom: 5px;
}

/*　日時　*/

table#day {
	background: #FFFFFF;
	color: #4E4B43;
	border-collapse:collapse;
	width:220px;
	margin:0 auto;
}

table#day th {
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	border: 1px solid #CCC;
	line-height:2;
}

table#day td {
	font-size: 10px;
	text-align: center;
	border: 1px solid #CCC;
	line-height:2;
}
table#day th.sun {
	background:#FFCDCA;
	color:#ff0000;
}
table#day th.sat {
	background:#BDEAFF;
	color:#0000ff;
}
table#day .rest {
	background:#FFEAEA;
	color:#ff0000;
}
table#day .sun {
	background:#ffffff;
	color:#333333;
}
table#day .sat {
	background:#ffffff;
	color:#333333;
}
table#day span.sun,
table#day span.sat {
	display:block;
}

/*　年月　*/

table#month {
	background: #F6F6F6;
	margin: 0px 0px 5px;
	padding: 0px;
}

table#month td {
	padding: 1px 2px;
	color: #333;
}

table#month td a:link {
 color:#FFFFFF;
}

table#month td a:active {
 color:#0000FF;
}

table#month td a:visited {
 color:#990066;
}

table#month td a:hover {
 color:#FF0000;
}
