@charset "utf-8";
/* CSS Document */



#rankingSign
{
	MARGIN:0px; PADDING:0px;
	BACKGROUND: url(../images/calendar/rankingSign.jpg) top center no-repeat ; width:680px; height:23px;
}

#fishingCalendar
{
	MARGIN:0px; PADDING:0px;
	width:680px;
}



.excellent
{
	background-color:#93E68A;
}

.good
{
	background-color:#A6DBFB;
}

.fair
{
	background-color:#CCEDFF;
}

.poor
{
	background-color:#E5FFFE;
}


