*フッターが常に画面下に密着するCSSです [#a9c981ee] *footerを画面下に固定 [#t4457606] フッターが常に画面下に密着するCSSです [#a9c981ee] **CSS [#c02a821a] html {~ height: 100%;~ }~ body {~ height: 100%;~ }~ ~* html div#container {~ height: 100%;~ div#container {~ margin: 0px auto;~ position: relative;~ min-height: 100%;~ }~ body > #container {~ height: auto;~ }~ div#contents {~ padding-bottom: 30px;~ }~ #footer {~ position: absolute;~ bottom: 0;~ height: 30px;~ width: 100%;~ }~