@charset "UTF-8";
*{
	margin : 0;
	padding : 0;
}
body {
	font-size : 1em;
	font-family : 'OSAKA', verdana, 'trebuchet ms', sans-serif;
	color : #333333; 
}

a {
	color : #009C6F;
    text-decoration : underline;
	}

a:link {
	color : #009C6F;
	text-decoration : underline;
	}

a:visited {
	color : #009C6F;
	text-decoration : underline;
	}

a:active {
	color : #009C6F;
	text-decoration : underline;
	}

a:hover {
	color : #009C6F;
    text-decoration : underline;
	}

#calendar {
	padding : 0px 0px 0px 15px;
	line-height : 150%;
	font-weight : normal;
	color : #666666;
	text-align : right;	
}


#calendar table{
	width : 182px;
}

#calendar table caption{
	line-height : 150%;
	font-weight : bold;
	color : #666666;
	text-align : center;
	font-size : 10px;
	margin-bottom : 4px;	
}

#calendar th{
	color : #999966;
	font-size : 9px;
}

#calendar td{
	font-size : 9px;
}


.today {
	font-weight : bold;
}
.holiday {

}
.saturday {

}

