@charset "shift_jis";
/* CSS Document */

html, body {
    height: 100%;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%; /* ie用に設定 */
    margin: 0 auto -70px; 
    /* class="footer"と同じ高さ(100px)の負の値を入力 */
}

.footer,
.push {
    height: 70px;
}

.copyright {
	font-size: 12px;
	width: 150px;
	padding: 5px;

}
