@charset "utf-8";
* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */
	line-height: 40px;
}
.footer, .push {
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/
