BODY{
    background-color: lightgreen;
    color: darkgreen; 
    font-size: 14px;
    font-weight: nomal;
    line-height: 150%;
    font-family: "ＭＳ Ｐゴシック",sans-serif;
}

TABLE{
    background-color: lightgreen;
    color: darkgreen; 
    font-size: 12px;
    font-weight: nomal;
    line-height: 150%;
    font-family: "ＭＳ Ｐゴシック",sans-serif;
}

TABLE.static{
    background-color: lightgreen;
    color: darkgreen; 
    font-size: 12px;
    font-weight: nomal;
    line-height: 150%;
    font-family: "ＭＳ Ｐゴシック",sans-serif;
    style: static;
    cellspacing: 0;
    cellpadding: 0;
    border-width: 1;
    border: 1px,solid;
    border-collapse collapse;
    
}

A{text-decoration:none}
A:link{color: blue}
A:visited {color: darkcyan}
A:hover{color: white; text-decoration:underline;}

A.amenu{
    text-decoration:none;
    color: darkgreen; 
    font-size: 12px;
    font-weight: bold;
    line-height: 110%;
}

/* 上段メニュー */
A.amenu:link {color: darkgreen}
A.amenu:visited {color: darkgreen}
A.amenu:hover{
    color: white;
    text-decoration:underline;
}

/* 左記事一覧 */
DIV.lmenu {
    margin: 0;
    color: darkgreen; 
    font-size: 12px;
    font-weight: nomal;
    line-height: 150%;
    font-family: "ＭＳ Ｐゴシック",sans-serif;
}

/* リンクコメント */
DIV.lcoment {
    margin: 0;
    color: darkgreen; 
    font-size: 12px;
    font-weight: nomal;
    line-height: 120%;
    font-family: "ＭＳ Ｐゴシック",sans-serif;
}

/* 右記事テーブル */
TABLE.rtable {
    border: 1;
    cellspacing: 0;
    cellpadding: 2;
    border-collapse: collaspe;
    border: solid 1px solidgreen;
}

DIV.message {
    width: 80%;
    margin: 10px;
    padding: 10px;
    background-color: cornflowerblue;
    border-style: dotted;
    border-width: medium;
}

DIV.virus {
    font-size: 12px;
    width: 50%;
    margin: 5px;
    padding: 5px;
    background-color: cornflowerblue;
    border-style: dotted;
    border-width: medium;
}

DIV.info {
    font-size: 12px;
    width: 80%;
    margin: 5px;
    padding: 5px;
    background-color: cornflowerblue;
    border-style: dotted;
    border-width: medium;
}

font.fsize {
    line-height: 150%;
}

P.white {
    color: white;
}

