td.menu{/*メニュー題字背景*/
 background-image:url("menu.gif");
 font-weight: 600;
 color: #4f4f4f;
 text-align: center;
}
td.font{/*メニューフォント*/
 text-align: center;
 font-size: 9pt;
 font-weight: 600;
}
A:link{/*リンク*/
 color: #4f4f4f;
}
A:visited{/*訪問済みリンク*/
 color: #696969;
}
A:active{/*訪問中リンク*/
 color: gray;
}
A:hover{/*カーソルのせたリンク*/
 background-color: #cfcfcf;
}
A{/*リンク系*/
 text-decoration: none;
}
body{/*全体的に*/
 font-size: small;
 background-color: rgb(235,235,235);
 line-height: 20pt;
 margin: 20px 10px 0px 20px;
}
table.menu2{/*メニュー上部簡易1*/
 font-weight: lighter;
 text-align: center;
 padding: 1px;
 background-color: #dcdcdc;
 font-size: 10pt;
}
td.menu2{/*メニュー上部簡易2*/
 background-color: f5f5f5;
}
table{/*テーブル基本設定*/
 font-size: 12pt;
 line-height: 16pt;
}
td.main{/*日記用設定*/
 font-size: 13pt;
 line-height: 20pt;
}
p.midasi{/*日記見出し*/
 color: purple;
 font-weight: bold;
}
td.link{/*リンク用テーブル*/
 border-style: none none none dotted;
 border-color: gray;
 border-width: 1px;
 font-size:11pt;
}
td.link2{/*リンク用テーブル2*/
 border-style: none none dotted dotted;
 border-color: gray;
 border-width: 1px;
}