@charset "utf-8";
/* CSS Document */

.calendarbody {
font-size: 11px;
text-align: center;
/*background-color: #CCCCCC;*/
background-color: #EFEFEF;
}
.calendarbody a { color:#666666; }
.calendarbody a:hover { color:#999999; }
.calendar {
margin: 0px auto 0px auto;
width:160px;
text-align: center;
}
.widget-calendar table {
width: 155px;
}
.widget-calendar caption {
text-align: center;
padding:0px 0 10px 0;
font-size:14px;
background-image: url(<$MTStaticWebPath$>img/dot_line.gif);
background-repeat: no-repeat;
background-position: left bottom;
}
.widget-calendar th {
text-align: center;
font-size:12px;
}


