@charset "utf-8";
/* top css*/

	html, body {
		overflow: hidden;
		width: 100%;
		height: 100%;
	}
	body.base #container {
		height: 100%;
		margin-bottom: 0;
	}
	#footer {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 10;
		width: 960px;
		height: 25px;
		padding: 0 10px;
		background: #022a7e;
	}
	#bg-main {
		position: relative;
		z-index: 1;
		width: 740px;
		height: 100%;
	}
	#bg-main li {
		position: absolute;
		bottom: 0;
		left: 0;
	}