@charset "UTF-8";
body {
    margin: 0;
    padding: 0;
font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
}
.calendar {
    color: #444444;
    text-align: center;
}
.calendarhead {
padding: 6px 0px 4px 0px;
    font-size: 12px;
    letter-spacing: .2em;
font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
border-width : 1px 1px 3px 1px;
border-style : solid;
border-color : #D10000;
text-align: center;
}
.calendar table {
    width : 180px ;
    padding: 0;
    border-collapse: collapse;
}
.calendar th {
    padding-top: 5px;
    font-size:12px;
    width : 20px ;
}
.calendar td {
    padding: 1px;
    font-size:12px;
    line-height: 120%;
font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;

}
.calendar td a{
  display:block;
  background:#D10000;
  color: #fff; 
text-decoration: none;
}
.today {
    display: block;
    border: 1px solid #444444;
}
.holiday {
    color: #e50003;
}
.saturday {
    color: #0000ff;
}
