画像を使わず線だけのカレンダー(ピンク)
/* カレンダーピンク
ここから------------------------------------------- */
#calendar table{
border :1px solid #ffbbb9
}
DIV#calendar{
border :1px solid #ffbbb9;
BACKGROUND-COLOR: #ffffff
}
#calendar CAPTION {
text-align : center;
padding-top:3px;
HEIGHT: 20px
;BACKGROUND-COLOR: #ffe0df
;border :1px solid #ffbbb9;
}
#calendar th {
font-size: 10px;
width: 19px;
height: 19px;
text-align : center;
border-top :1px solid #ffbbb9;border-right :1px solid #ffbbb9;border-bottom :3px double #ffbbb9border-keft :1px solid #ffbbb9;
}
#calendar td {
font-size: 11px;
width: 19px;
height: 19px;
text-align : center;
border :1px solid #ffbbb9;
}
#calendar td a {
font-size: 11px;
width: 19px;
height: 19px;
text-align : center;
display : block;
BACKGROUND-COLOR: #ffecec;
border :1px dashed #ffbbb9;
}
ここまで--------------------------------------- */
| 固定リンク


