@charset "UTF-8";
/* CSS Document */
/*フッターを下に付ける*/
#main {
	display: block;
	overflow: auto;
	min-height: 100%;
	height: 100%;
	padding-bottom: 130px;
}
#wrap {}
body > #wrap {}
#footer {}
#graybar {
	margin-top: -60px;
	position: fixed;
	bottom: 20px;
}
.blank {
	display: block;
	height: 200px;
	width: 900px;
}