* {
	margin: 0;
}
html, body {

	height: 100%;
}


.wrapper {
	width:820px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -72px/*フッターの高さを引く*/; /* the bottom margin is the negative value of the footer's height */
	border-color:#CCC;
	border-width:0 1px ;
	border-style: solid;



}
#footer, .push {
	height: 72px;/*フッターの高さを設定する*/; /* .push must be the same height as .footer */
}
/*






Sticky Footer by Ryan Fait

*/

