@charset "UTF-8";

/*
en_US
*/

@import "/css/eng/header.css";
@import "/css/eng/footer.css";
@import "/css/eng/common/common.css";
@import "/css/eng/common/help.css";
@import "/css/eng/common/ad.css";

/* -----------------------------------------------
liquid layout
----------------------------------------------- */

#container {
	text-align: left;
	margin: 0 auto -268px auto;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-width: 1000px;
	min-height: 100%;
}
#header {
	width: 100%;
}
#contents {
	clear: both;
	margin-bottom: 80px;
	width: 100%;
	min-height: 1px;
}
#cover {
	clear: both;
	height: 268px;
}
#footer {
	vertical-align: bottom;
	width: 100%;
	height: 268px;
	min-width: 1000px;
	clear:both;
}
