/*カレンダー*/
body {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.618;
}
.calendarbody {
    background: #ffffff none repeat scroll 0 0;
    border-top: 0 none;
    text-align: center;
}
.calendarbody a {
    color: #006699;
}
.calendarbody a:hover {
    color: #999999;
}
.calendar {
    margin: 0 auto;
    text-align: center;
}
.widget-calendar table {
    margin: 0;
}
.widget-calendar caption {
	margin-top:20px;
	margin-bottom:5px;
    font-size: 12px;
    text-align: center;
}
.widget-calendar th, .widget-calendar td {
    font-size: 11px;
    padding: 0.4em;
    text-align: center;
}
.widget-calendar th { font-weight:normal;}
.widget-calendar table th,.widget-calendar table td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #EEE;
    border-image: none;
    border-style: solid;
    border-width: 0 1px 1px 0;
    overflow-wrap: break-word;
    padding: 0.5em;
    vertical-align: top;
}
.widget-calendar table {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-collapse: collapse;
    border-color: #EEE;
    border-image: none;
    border-style: solid;
    border-width: 1px 0 0 1px;
	margin:0 auto;
}

