カレンダ-のデザインを変更した
/*■■ カレンダー05 ■■*/
#calendar table {/*全体*/
color:#999999 ;/*文字色*/
}
#calendar table caption a{/* <<と>> */
color:#666666;/*文字色*/
text-decoration: none; /* リンク文字の下線消す */
}
#calendar table caption{/*月*/
color:#666666;/*文字色*/
border-bottom: 1px #666666 dotted;/*線の太さ 色 線種*/
padding: 3px 15px 5px;
}
#calendar table th{/*曜日*/
color:#666666;/*文字色*/
}
#calendar table td{/*日にち*/
border-right: 1px #666666 solid;/*線の太さ 色 線種*/
border-bottom: 1px #666666 solid;/*線の太さ 色 線種*/
}
#calendar table td a{/*記事のある日*/
color:#666666;/*文字色*/
background-color:#e0e0e0; /* セルの背景色 */
text-decoration: none; /* リンク文字の下線消す */
display:block;
}
#calendar table td a:hover{/*マウスオーバー*/
color: #ffffff;/*文字色*/
background-color: #666666; /* セルの背景色 */
}
#calendar table .sun {/*日曜*/
color:#ff0000;/*文字色*/
}
#calendar table .sat{/*土曜*/
color:#0000ff;/*文字色*/
}
#calendar table {/*全体*/
color:#999999 ;/*文字色*/
}
#calendar table caption a{/* <<と>> */
color:#666666;/*文字色*/
text-decoration: none; /* リンク文字の下線消す */
}
#calendar table caption{/*月*/
color:#666666;/*文字色*/
border-bottom: 1px #666666 dotted;/*線の太さ 色 線種*/
padding: 3px 15px 5px;
}
#calendar table th{/*曜日*/
color:#666666;/*文字色*/
}
#calendar table td{/*日にち*/
border-right: 1px #666666 solid;/*線の太さ 色 線種*/
border-bottom: 1px #666666 solid;/*線の太さ 色 線種*/
}
#calendar table td a{/*記事のある日*/
color:#666666;/*文字色*/
background-color:#e0e0e0; /* セルの背景色 */
text-decoration: none; /* リンク文字の下線消す */
display:block;
}
#calendar table td a:hover{/*マウスオーバー*/
color: #ffffff;/*文字色*/
background-color: #666666; /* セルの背景色 */
}
#calendar table .sun {/*日曜*/
color:#ff0000;/*文字色*/
}
#calendar table .sat{/*土曜*/
color:#0000ff;/*文字色*/
}
このぺージのトップへ戻るボタンつけました
http://ameblo.jp/wazameba/entry-10840219997.html
http://ameblo.jp/akiko-illust/theme5-10035179858.html#main
http://ameblo.jp/akiko-illust/theme5-10035179858.html#main

