@charset "utf-8";
a:link    {
	color : #336699;
	text-decoration : none;
}
a:visited {
	color : #336699;
	text-decoration : none;
}
a:hover   {
	color : #669900;
	text-decoration : underline;
}
a:active  {
	color : #336699;
	text-decoration : underline;
}
body {
    margin: 0;
    padding: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(http://www.sasakihouse.co.jp/blog/img/back.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
.calendar {
 text-align: center;
margin-bottom: 20px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
line-height: 12px;
width: 165px;
}
.calendarhead {
    font-size: 10px;
}
.calendar table {
width: 165px;
 padding: 0px;
margin-bottom: 20px;
    
}
.calendar th {
 font-size:9px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
.calendar td {
 font-size:11px;
    line-height: 120%;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

.today {
    display: block;
    border: 1px solid #444444;
}
.holiday {
    color: #e50003;
}
.saturday {
    color: #0000ff;
}

