div#calender 
{ 
    font-family: 'MS Gothic'; 
} 
div#calender table 
{ 
    width: 80%; 
} 
/*投稿のない日*/ 
div#calender td, div#calender th 
{ 
    width: 7px; 
    text-align: center; 
    border: outset 1px; 
    background: #FFFFFF; 
} 
/*ヘッダと投稿のある日*/ 
div#calender td a, div#calender th span 
{ 
    color: orange; 
    display: orange; 
    width: 80%; 
    height: 100%; 
    background: #EEE383; 
} 
div#calender td a:hover 
{ 
    background: #DED373; 
    text-decoration: none; 
} 
div#calender td a.calender_href 
{ 
    color: #0000FF; 
}