/* master.css by kazu home *//* index.html *//* ボディ指定 */body { background-image : url(#CCCC66);       background-repeat : repeat;       background-attachment : fixed;       margin-top : 1px;       text-align : center; }/* ボディ指定 *//* リンク指定 */A:link { color : #00ffff; text-decoration : none; }             /* 最初の色 */A:visited { color : #00ff00;  text-decoration : none; }      /* クリックした後の色 */A:active { color : #00dd00; text-decoration : none; }      /* クリックしたときの色の色 */A:hover { color : #ff0000; text-decoration : underline; }/* カーソルを合わせたときの色とアンダーラインをつける指定 *//* リンク指定 *//* 最終更新日の文字などの設定 */.modefied { font-weight : bold;                /* フォントの太さ */                font-style : italic;                 /* フォントのスタイル (normal,italic) italicで斜体*/                font-size : 13px;                  /* フォントの大きさ （数字が大きいほど大きい）*/                font-family :  "ＭＳ 明朝";     /* フォント指定 ("MS　明朝","MS　ゴシック",他)*/                color : #00ffff;                     /* 色の指定 */                line-height : 15px;              /* フォントの位置 */                text-align : right; }              /* 水平の位置（left,center,right) *//* 最終更新日の文字などの設定 *//* 現在日時の文字などの設定 */.today { color : #228b22 ;                     /* 色の指定 */       