@charset "shift_jis";

/* =========================================================
▼ フッターを一番下に
　 （コンテンツの量に関係なく、フッターを画面の最下部に）
========================================================= */

html, body {
	height: 100%;
}

#wrapper {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%; /* IE6用 */
}


#main {
	padding-bottom: 22px; /* フッターの高さ（合計）を入力 */
}

#footer {
	position: absolute;
	bottom: 0;
}
