アクセサリーテンプレート同様、mi_pho_yamaテンプレのカレンダー部分のスタイルシートをチョト修正してみました(`・ω・´) 修正日:2006/3/25頃
.calender {}の中の line-height: 180%;を
200%へ
.calender td a {
display: block;
background-color: #ffffff;
background-image: url(http://blog-imgs-11.fc2.com/m/i/1/mi104c/pho_yama_calb.gif);
background-repeat: no-repeat;
background-position: center center;
color: #446020;
text-decoration: none;
}
.calender td a:link {
background-color: #ffffff;
background-image: url(http://blog-imgs-11.fc2.com/m/i/1/mi104c/pho_yama_calb.gif);
background-repeat: no-repeat;
background-position: center center;
color: #446020;
text-decoration: none;
}
.calender td a:visited {
background-color: #ffffff;
background-image: url(http://blog-imgs-11.fc2.com/m/i/1/mi104c/pho_yama_calb.gif);
background-repeat: no-repeat;
background-position: center center;
color: #446020;
text-decoration: none;
}
.calender td a:hover {
background-color: #ffffff;
color:#ADCC1C;
text-decoration:none;
}

上記の太字の各スタイルシートの{}内を、このように上書きください。そうするとこんな感じになります。わからない方は再度ダウンロードしてみてください。
..Return