@charset "utf-8";
@import "./common.css";

/* コメントを入れたらUTF-8化ヲ忘れずに */

/* override *************************************************************/
html {
	height:auto;
}
body {
	height:auto;
}

#bodycontainer {
	height:auto;
}

#footer {
	width:100%;
	margin:0;
	padding:27px 0;
	position:absolute;
	bottom:0;
}
/************************************************************************/

