@charset "utf-8";

/* **********************************
	calender.
********************************** */
.month
{
	text-align:center;
	font-weight:bold;
}

.table0
{
	width:180px;
	margin:0px auto;
}

.table0 td
{
	text-align:center;
}

.week
{
	font-weight:bold;

}

.sat
{
	color:#6699CC;
}

.sun
{
	color:#FF6699;
}


.today
{
	background-color:#FFEACC;
}
