/*.... menu ...................................................*/

/* -- 更新通知 ----------------------------- */
p.wnew{margin : auto;
                border-style : dashed;
                border-color : #660008; /*#6495ed;*/
                border-width : 1px;
                background-color : #cc6e66; /*#483d8b;*/
                color : #ff9999;
                font-size : 14px;
                text-align : center;
                }

/* -- サイト説明 -------------------------- */
td.messages {width : 200px;
                           height : 400px;
                           font-size:12px;
                           color:#6a5acd;
                          /* visibility:hidden;*/
                           background-color : #99cccc;
                           }

ul.contents{list-style-type : none;
                      }

/* -- トップページ一言 --------------------- */
td.firstmsg{border-style : none;
                       position:absolute;
                       padding : 5px;
                       background-color : #ffbb99;
                       width : 450px;
                       height : 400px;
                       left : 230px;
                       color : #663333; /*#0099cc;*/
                       font-size : 14px;
                       }

/* -- リンク ----------------------------- */
p.link{color : #ca4775;/*#ff9999;*/
            font-size : 12px;
           }


/*.... menu end ................................................*/

