/******************************************/ /*ブラウザ初期化*/ * { margin: 0px; padding: 0px; font-style: normal; font-weight: normal; font-size : 100%; } /******************************************/ /*全体設定*/ body{ margin:0px; /*全体の余白*/ text-align:center; /*センタリングIEバグ回避用*/ background-color:#33c; /*全体の背景色*/ } img{ border:none;} /******************************************/ #header{ text-align:center; /*文字を右配置*/ font-size:2.5em; /*タイトル文字の大きさ*/ padding-top:20px; /*文字上側の余白*/ color:#fff; font-weight: normal; /*文字の太さ*/ } a:link {color: #fff;text-decoration: none;} a:visited {color: #fff;text-decoration: none;} a:active {color: #fff;text-decoration: none;} a:hover {color: #bbf;text-decoration: none;} /******************************************/ /*フッダー*/ #foot{ font-size: 0.8em; /*文字の大きさ*/ text-align:right; /*文字を右配置*/ padding-top:5px; /*文字上側の余白*/ margin-right:30px; /*文字右側の余白*/ font-weight: normal; /*文字の太さ*/ z-index: 0; } /******************************************/ #mobile{ text-align:left; /*文字を右配置*/ color: #33c; font-size: 1px; /*文字の大きさ*/ } #mobile a:link {color: #33c;text-decoration: none;} #mobile a:visited {color: #33c;text-decoration: none;} #mobile a:active {color: #33c;text-decoration: none;} #mobile a:hover {color: #33c;text-decoration: none;}