@charset "utf-8";

dl.newslist dt{
float:left;
clear:left;
width:9em;
}
dl.newslist dd{
margin:0 0 4px 0;
padding:0 0 3px 9.5em;
border-bottom:1px dotted #cccccc;
}

div.cal table{
/*width:500px;*/
border:1px solid #999999;
text-align:center;
}
div.cal table tr th{
border-right:1px solid #999999;
}
div.cal table tr td{
text-align:center;
border-bottom:1px solid #999999;
}
div.cal table th.saturday{
color:#0000FF;
}
div.cal table th.holiday{
color:#FF0000;
}
div.cal table td.saturday{
background-color:#F0F0FC;
}
div.cal table td.holiday{
background-color:#FCF0F0;
}
div.cal p{
margin: 10px auto 0 auto;
text-align:center;
}
div.cal ul.navi{
clear:both;
margin:10px auto;
text-align:center;
}
div.cal ul.navi li{
display:inline;
margin: 0px 10px;
background:none;
}

