/* 主な年間行事のスタイルシート */


.month {
  font-size: 12pt;
  font-weight:bold;
  color:#4869B2;
}
td.nenkan_title {
  width: 165px;
  text-align: left;
  font-size: 12pt;
  vertical-align: top;
  padding:3px 3px 3px 10px ; /* 上、右、下、左の余白 */
}
.nenkan_exp {
  vertical-align: top;
  text-align: left;
  font-size: 9pt;
  padding:3px 3px 3px 3px ; /* 上、右、下、左の余白 */
  color:#666666;
}
.nenkan_img {
  vertical-align: bottom;
  text-align: center;
  padding:0px 0px 25px 0px ; /* 上、右、下、左の余白 */
}


/* ===================================================================================== */
/* 幼稚園の１日スタイルシート */

.daylife1 {
  font-weight:bold;
  text-align: center;
  font-size: 11pt;
  color:#4869B2;
  vertical-align: top;
  width: 60px;
  padding:3px 3px 3px 3px ; /* 上、右、下、左の余白 */
}
.daylife2 {
  vertical-align: top;
  text-align: center;
  font-size: 10pt;
  width: 80px;
  padding:3px 3px 3px 3px ; /* 上、右、下、左の余白 */
}
.daylife3 {
  vertical-align: top;
  font-size: 10pt;
  padding:3px 3px 3px 3px ; /* 上、右、下、左の余白 */
}
img.baloon {
  margin: 30px 3px 3px 3px ; /* 上、右、下、左の余白 */
}
img.chuou {
  margin: 0px 5px 0px 5px ; /* 上、右、下、左の余白 */
}