/* ---------------------------------
   calendar
   カレンダー
------------------------------------ */
#calendar table#yotei {
  margin-left : auto;
  margin-right : auto;
  padding : 10px;
  background : none;
}

#calendar table#yotei td {
  border : none;
}

#calendar table#yotei img {
  border : solid black 2px;
}

#calendar div#navigation {
  float : left;
  font-size : small;
  text-indent : 0em;
  margin-left : 0em;
}

#calendar p#click_here {
  margin-left : 20px;
}

#calendar p#click_here img {
  border : solid black 1px;
}

