#calendar
{
 width : 100%;
 height : 1300px;
 background-image: url("../images/calendar.jpg");
 background-size: cover;
 float: left;
 text-align:center;
}

.area_suzuta
{
  background: rgb(244,198,178);
}

.area_jidou
{
  background: rgb(255,255,128);
}

.area_isahaya
{
  background: rgb(206,230,193);
}

.area_other
{
  background: rgb(255,255,255);
}

