@charset "utf-8";

/**************************************
	URL       : http://getamped2.com/
	Copyright : CyberStep
	Name      : layout.css
	Ver       : 1.0
	file      : layout
**************************************/

@import "header.css";
@import "container.css";
@import "footer.css";
@import "parts.css";

/* ==========================================
	Global
========================================== */
#wrap_ga2 {
	position: absolute;
	width: 100%;
	height: 100%;
	line-height: 1.4;
	font-size: 88%;
	top: 0px;
}

/* ==========================================
	BackGround
========================================== */
/* Top */
.bg_top_ga2 { position: absolute; left: 0; top: 0; width: 100%; }
	.bg_top_ga2 * {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0; 
		display: block;
	}
	.bg_top_ga2 .bg_chara_ga2 {
		height: 856px;
		background: url(../images/bg_chara_ga2.png) center center no-repeat;
	}
	.bg_top_ga2 .bg_top_decoration_ga2 {
		height: 100px;
		background: url(../images/bg_top_decoration_ga2.png) center center no-repeat;
	}
	.bg_top_gametitle .bg_center_ga2 {
		height: 500px;
		background: url(../images/bg_center_gametitle.png) center center no-repeat;
	}
	.bg_top_ga2 .bg {
		height: 500px;
		background: url(../images/bg_top.jpg) repeat-x;
	}

/* Bottom */
.bg_bottom_ga2 { position: absolute; left: 0; width: 100%; }
	.bg_bottom_ga2 * {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0; 
		display: block;
	}
	.bg_bottom_ga2 .bg_bottom_decoration_ga2 {
		height: 80px;
		background: url(../images/bg_bottom_decoration_ga2.png) center center no-repeat;
	}
	
/* ==========================================
	Layout
========================================== */
#header,
#container,
#footer {
	position: relative;
	width: 950px;
	margin: 0 auto;
}
#header    { height: 370px; z-index: 20; }
#container { }
#footer    { top: 70px; }