/*日記関係*/ dt{background-color: #ccffff; color: black; text-align:center; margin-top: 1em; padding-left: 0.5em; font-weight: bold;} dd {margin-top: 0.5em;} * { margin : 0 ; padding : 0 ; } /*リンク関係*/ a:link {/*リンクされた文字の色*/ color:#0099ff;/*文字の色:青*/ font-style:normal; text-decoration:none; } a:visited {/*訪問後の色*/ color:#934C7B; text-decoration:none; } a:active {/*クリック中の色*/ text-decoration:none;/* なし */ } a:hover {/*カーソルを合わせたときの色*/ color:#ff0000;/*文字の色:赤*/ font-style:normal; text-decoration:none } #topaa a:link {/*カーソルを合わせたときの色*/ color:#ffffff;/*文字の色:赤*/ font-style:normal; text-decoration:none } #topaa a:visited {/*カーソルを合わせたときの色*/ color:#ffffff;/*文字の色:赤*/ font-style:normal; text-decoration:none } #topaa a:active {/*クリック中の色*/ text-decoration:none;/* なし */ } #topaa a:hover {/*カーソルを合わせたときの色*/ color:yellow;/*文字の色:赤*/ font-style:normal; text-decoration:none } /* レイアウトの設定*/ body{ width : 100% ;BACKGROUND-IMAGE:url(http://onenight-dream.hp.infoseek.co.jp/clover_bg2_02.jpg ); } #my_body { position :absolute ; } #my_body { margin: 0; width : 1020px ; } /* ヘッダーの設定*/ #head{WIDTH:800px; HEIGHT:200px; margin-left: 130px; BACKGROUND-IMAGE:url(http://imouto-love.sakura.ne.jp/title002.jpg)} /* 左側の設定*/ #left{ float : left ; width : 240px ;overflow:visible; background-color:#FFAC99} /* 右側の設定*/ #right { float : left ; width :730px ;margin-left:250;background-color:#FFFFFF; overflow:visible;} /* フッターの設定*/ #foot{ position:relative; width:100%; height:50px; background-color:#CCFFCC; clear:both; }