@import url(https://www.setagaya-joho.com/mt/mt-static/themes-base/blog.css);
@import url(https://www.setagaya-joho.com/mt/mt-static/addons/Community.pack/themes/tristan-blue/screen.css);

table.monthlyCalendar {
   border-collapse: collapse;
   margin: 0 20px 0.5em 20px;
   width: 90%;
   border: 1px solid #aaa; } 

table.monthlyCalendar th {
   border: 1px solid #ddd;
   color: #666;
   background-color: #bea4a7;
   text-align: center; } 

table.monthlyCalendar td {
   border: 1px solid #ddd; } 

table.monthlyCalendar tbody th.listDay, table.monthlyCalendar tbody th.listWeek {
   background-color: #fff;
   padding: 0 10px;
   width: 1em;
   font-weight: normal; } 

table.monthlyCalendar tr.Sunday th, table.monthlyCalendar tr.Sunday td{
   background-color: #ffe5e5; }

table.monthlyCalendar tr.Saturday td, table.monthlyCalendar tr.Saturday th {
   background-color: #e5e5ff; }

table.monthlyCalendar tr.Sunday th{
   color: red; } 

table.monthlyCalendar tr.Saturday th {
   color: blue; } 

table.monthlyCalendar ul {
   margin-top:0.2em;
   margin-bottom:0.2em; } 






/*Ajax Calendar*/
#calendar {
    margin: 5px 0 10px;
    color: #444444;
    margin-top: 15px;
}
.calendarhead {
    padding-bottom: 5px;
    font-size: 9px;
    letter-spacing: 0.2em;
}
#calendar table {
    padding: 0;
    border-collapse: collapse;
}
#calendar th {
    padding-bottom: 3px;
    text-align: center;
    font-size: 10px;
    width: 23px;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
text-align:left;
}
#calendar td {
    padding: 2px 0;
    text-align: center;
    font-size: 11px;
    line-height: 120%;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
text-align:left;
}
.today { /*本日のスタイル*/
    display: block;
    /*border: 1px solid #444444;*/
    /*font-weight: bold;*/
    color:#339900;
    text-decoration: underline;
}
.sunday, /*日曜祝日のスタイル*/
.holiday,
.holiday a:link,
.holiday a:visited {
    color: #ff6600;
}
.saturday, /*土曜日のスタイル*/
.saturday a:link,
.saturday a:visited {
    color: #006699;
}

