@charset "utf-8";

body {
	background: none;
}
#wrap {
	background: none;
}
#page {
	background: none;
}
#contents {
	display: talbe !important;
}
#contents h2 {
	float: left;
}
html>/**/body #contents {
}
#contents #main {
	padding-top: 100px;
	display: table-cell;
	float: none !important;
	vertical-align: top;
	overflow: visible !important;
	zoom: 1;
}
#contents #sub {
	padding-left: 25px;
	display: table-cell;
	float: none !important;
	vertical-align: top;
	zoom: 1;
}
#footer {
	height: 1%;
	clear: both !important;
}

