@charset "utf-8";

/**************************************
	URL       : http://www.getamped2.com/
	Copyright : CyberStep
	Name      : landing
	Ver       : 1.0
	file      : landing/index.php
**************************************/

/* Index ------------------------------------

	Landing	
					
------------------------------------------ */

/* ==========================================
	Landing	
========================================== */
html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	background-image: url(../images/bg_body.jpg);
	background-color: #424242;
	background-repeat: repeat-x;
	font-size: 13px;
}

/* ==========================================
	Wrapper
========================================== */
#wrapper {
	width: 100%;
	height: 100%;
	background: url(../images/bg_wrapper.jpg) no-repeat center top;
}

/* ==========================================
	Game_Install_object
========================================== */
#Game_Install_object {
}

#Game_Install_object #install_msg {
}


/* ==========================================
	Firefox_plugin
========================================== */
#firefox_plugin {
}

#firefox_plugin #firefox_plugin_download {
}

/* ==========================================
	Container
========================================== */
#container {
	margin: 0px auto;
}

/* Header
------------------------------------------*/
#container header {
	position: relative;
	z-index: 100;
}
#container header h1 {
	margin: 0px auto;
	padding-top: 10px;
	padding-left: 30px;
	width: 351px;
	height: 130px;
}
	#container header h1 a {
		display: block;
	}

/* Section
------------------------------------------*/
#container section {
	position: relative;
	z-index: 50;
}

/* Lead */
#container #lead {
	width: 611px;
	height: 493px;
	margin: 0px auto;
	margin-top: -70px;
}
	#container #lead img {
		display: block;
	}

/* Register */
#container #register {
	width: 338px;
	height: 305px;
	margin: 0px auto;
	margin-top: -120px;
	padding-left: 30px;
}
	#container #register a {
		display: block;
	}
	#container #register .sign_up_btn {
		position: relative;
		top: 0px;
	}

	#container #register .select_sign_up_btn {
		top: -100px;
	}

/* Blurb */
#container #blurb {
	width: 237px;
	height: 168px;
	margin: 0px auto;
	margin-top: -200px;
	padding-left: 600px;
}
	#container #blurb img {
		display: block;
	}

/* Nav */
#container #nav_topic {
	position: relative;
	margin: 0px auto;
	width: 453px;
}
#container #nav_topic ul {
	background: url(../images/sprite_contents.png) no-repeat;
}
	#container #nav_topic li {
		float: left;
		display: inline;
	}
		#container #nav_topic li a {
			display: block;
			height: 89px;
			text-indent: -9999px;
		}
		#container #nav_topic li#screenshot a { width: 155px; }
		#container #nav_topic li#movie a      { width: 144px; }
		#container #nav_topic li#manga a      { width: 154px; }
		
		#container #nav_topic li a:hover {
			background-image: url(../images/sprite_contents_on.png);
			background-repeat: no-repeat;
		}
		#container #nav_topic li#screenshot a:hover { background-position:    0px 0px; }
		#container #nav_topic li#movie a:hover      { background-position: -155px 0px; }
		#container #nav_topic li#manga a:hover      { background-position: -299px 0px; }

/* Member Site */
#container #membersite {
	width: 170px;
	height: 135px;
	margin: 0px auto;
	margin-top: -90px;
	padding-left: 760px;
}

/* campaign */
#container #campaign {
	position: relative;
	width: 0px;
	height: 0px;
	margin: 0px auto;
}
	#container #campaign a {
		position: absolute;
		float: left;
		display: inline;
		width: 293px;
		height: 264px;
		margin-left: -520px;
		margin-top: -188px;
	}
	#container #campaign img {
		width: 293px;
		height: 300px;
	}

/* UI
------------------------------------------*/
.ui-widget-overlay {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: #000;
}
.ui-dialog {
	position: fixed;
	border: #000 solid 10px;
}
.ui-dialog .ui-dialog-titlebar {
	background-color:#000;
	color: #fff;
	font-size: 123.1%;
	font-weight: bold;
}

/* clearfix hack */
.ui-dialog .ui-dialog-titlebar:after {
	clear: both;
	height: 0.1px;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0px;
	display: block;
	content: ".";
}
	.ui-dialog .ui-dialog-titlebar { zoom: 1; /* for IE */ }

	/* Hides from IE-mac */
	* html .ui-dialog .ui-dialog-titlebar { height: 1%; }
	.ui-dialog .ui-dialog-titlebar { display: block; }
	
.ui-dialog .ui-dialog-title {
	float: left;
	display: inline;
	padding: 0.5em;
}
.ui-dialog .ui-dialog-titlebar-close {
	float: right;
	display: inline;
	width: 25px;
	height: 25px;
	background: url(../images/btn_close_dialog.png) no-repeat;
	text-indent: -9999px;
}
	
.ui-dialog .ui-dialog-content {
	background-color: #fff;
}

/* Background Image */
.bgimg {
	position: relative;
	width: 950px;
	height: 850px;
	margin: -850px auto 0px;
	z-index: 0;
}
.select_bgimg {
	z-index: 1002;
}
.vall {
	position: absolute;
	top: 100px;
	left: -600px;
}
.select_vall {
	left: -500px;
}
.noboru {
	position: absolute;
	top: 100px;
	right: -400px;
}
.select_noboru {
	right: -300px;
}

/* Footer
------------------------------------------*/
#container footer {
	position: relative;
	z-index: 50;
	width: 950px;
	margin: 10px auto;
}
#container footer li {
	vertical-align: middle;
	padding: 0em 1em;
}
#container footer #copyright {
	color: #d5d5d5;
	font-size: 85%;
}
