/* CSS Document  */
body {
    margin: 10px 0px 20px 10px;
    background-color: #FFFFFF;
    text-align: left;
}
p {  /* 日付＋タイトルのデザイン */
    margin: 1;
    font-size: 14px;
　　height: 20px;
    width: 560px;
    height:20px;
　　border-bottom-width: 1px;
　　border-bottom-style: dotted;
　　border-bottom-color: #000;

}

a {  /* リンクされた文字 */
    text-decoration: underline;
}

a:link {  /* 未訪問のリンク */
    color: #336699;
}

a:visited {  /* 訪問後のリンク */
    color: #CC3366;
}

a:hover {  /* マウスをのせたとき */
    color: #666666;
}
a:active {   /* クリック中 */
    color: #FF9900;
}