/* 基本 */

body {
    margin: 0px auto;
    width:170px;
    height: 153px;
    text-align: center;
    background-image: url("http://www.teacaddy.net/img/bg2.gif");
}

a {
    text-decoration: underline;
}
a:link {
    color: #c12f2f;
}
a:visited {
    color: #d96c00;
}
a:active {}
a:hover {}

/* カレンダー */
#calendar {
    line-height: 140%;
    color: #666666;
    font-family: 'Lucida Sans Unicode' , 'Trebuchet MS', Verdana, Arial, sans-serif;
    font-size: 8pt;
    padding: 0px;
    text-align: center;
    margin: 0px 0px 10px 5px ;
    width:160px;
}

/* カレンダーテーブルタグ */
#calendar table {
    padding: 0px;
    border-collapse: collapse;
    border: 0px;
    width: 100%;
}

/* カレンダータイトルタグ */
#calendar caption {
    color: #000000;
    font-family: 'Lucida Sans Unicode' , 'Trebuchet MS', 'MS UI Gothic' ,Verdana, Arial, sans-serif;
    font-size: 8pt;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .3em;
}

#calendar th {
    text-align: center;
    font-weight: normal;
}

#calendar td {
    text-align: center;
}

#calendar .today {
 background : #ccffff;
} 

