/****************************************/
/*			　　html管理				*/
/****************************************/
@charset "utf-8";


* {margin: 0;}

html, body {height: 100%;color:#656767;font-size:12px;}

/****************************************/
/*		　　main.css連動	    		*/
/****************************************/

.wrapper {
	width:900px;
	padding:0 15px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -155px;/*-フッターheight*/
}
#footer, .push {
color:#656767;
height: 155px;
}