@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: 900px;
	background-image: url(../images/bg_body.jpg);
	background-color: #282828;
	background-repeat: repeat-x;
	font-size: 12px;
}

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

/* ==========================================
	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;
	width: 960px;/*基本width*/
	position: relative;
}

/* 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;
	}
*/

h1{
}

h1 a.ga2_logo{
	background: url(/landing/images/ga2_logo.png) no-repeat;
	width: 330px;
	height: 180px;
	display: block;
	z-index: 10;
	position: relative;
	overflow:hidden;
	left: -40px;
	top:13px;
	/*margin:0 auto;*/
}

h1 img{
	width: 330px;
	height: 180px;
	display: block;
	z-index: 10;
	position: relative;
	overflow:hidden;
	left: -40px;
	top:13px;
}


/* Container
------------------------------------------*/


.contents {
	width:410px;
	height:600px;
	position:absolute;
	right:-15px;
	top:80px;
}

.bg_top_contents {
	background:url("/landing/images/register_sprite.png") 0px -82px;
	width:410px;
	height:20px;
}

.bg_middle_contents {
	background:url("/landing/images/bg_middle_contents.png") ;
	width:410px;
}

.bg_bottom_contents {
	background:url("/landing/images/register_sprite.png") 0 -111px;
	width:410px;
	height:15px;
}


/*枠*/
.bg_top {
	background:url("/landing/images/register_sprite.png") ;
	width:370px;
	height:57px;
	display:block;
	overflow:hidden;
	/*margin-left:20px;*/
	margin:0 auto;
}

.bg_middle {
	background:url("/landing/images/bg_middle.png") ;
	width:370px;
	display:block;
	margin:0 auto;
	overflow:hidden;

}

.bg_bottom {
	background:url("/landing/images/register_sprite.png") 0 -67px;
	width:370px;
	height:13px;
	display:block;
	overflow:hidden;
	margin:0 auto;
}



/*iframe*/

iframe.register {
	margin-left:16px;
}

.btn_home a{
	background: url("/landing/images/register_sprite.png") no-repeat 0 -370px;
	width: 203px;
	height: 58px;
	position: absolute;
	top: 665px;
	right: -5px;
	display: block;
	overflow:hidden;
}

	.btn_home a:hover{
		background: url("/landing/images/register_sprite.png") no-repeat 0 -312px;
		width: 203px;
		height: 58px;
		position: absolute;
		display: block;
	}

.btn_special a{
	background: url("/landing/images/1st_sp_btn.png") no-repeat 0 0px;
	width: 353px;
	height: 172px;
	position: absolute;
	top: 490px;
	left: 130px;
	display: block;
	overflow:hidden;
}

	.btn_special a:hover{
		background: url("/landing/images/1st_sp_btn.png") no-repeat 0 -172px;
		width: 353px;
		height: 172px;
		position: absolute;
		display: block;
	}
	
	

.character {
	background: url(/landing/images/character.png) no-repeat;
	width: 370px;
	height: 600px;
	position: absolute;
	top: 103px;
	left: 425px;
	z-index: 10;
}

/*登録ボタン画像*/
#btn_register a{
	background: url("/landing/images/btn_register.png") no-repeat 0 0;
	width:230px;
	height:230px;
	display:block;
	text-indent: -9999px;
}

/*ゲームレジスター代替えボタン*/
.btn_register {
	background: url("/landing/images/swf_register_big.png") no-repeat 0 0;
	width: 222px;
	height: 222px;
	position: absolute;
	display: block;
	text-indent: -9999px;
	top:29px;
	left:8px;
}

/*ゲームダウンロード代替えボタン*/
.btn_download {
	background: url("/landing/images/swf_download_big.png") no-repeat 0 0;
	width: 262px;
	height: 110px;
	position: absolute;
	display: block;
	text-indent: -9999px;
	z-index:-10;
	left:150px;
	top:130px;
}


/*ゲームレジスターグレイボタン*/
.btn_register_gray {
	background: url("/landing/images/swf_register_big_gray.png") no-repeat 0 0;
	width: 315px;
	height: 222px;
	position: absolute;
	display: block;
	text-indent: -9999px;
	top:29px;
	left:0px;
}

/*ゲームダウンロードグレイボタン*/
.btn_download_gray {
	background: url("/landing/images/swf_download_big_gray.png") no-repeat 0 0;
	width: 262px;
	height: 110px;
	position: absolute;
	display: block;
	text-indent: -9999px;
	z-index:-10;
	left:150px;
	top:130px;
}


.landing_banner a{
	background: url(/landing/images/landing_banner.png) no-repeat 0 0;
	width: 225px;
	height: 170px;
	position: absolute;
	top: 72px;
	left: 325px;
	display: block;
	overflow:hidden;
}

	.landing_banner a:hover{
		background: url(/landing/images/landing_banner.png) no-repeat 0 0;
		width: 225px;
		height: 170px;
		position: absolute;
		top: 70px;
		left: 325px;
		display: block;
	}

.movie_posi {
	position: absolute;
	top: 100px;
	z-index: 0;
}

.register_posi {
    position: absolute;
    top: 385px;
    left: 357px;
    z-index: 30;}


.movieflash_posi {
    top: 180px;
    left: 120px;
    position: absolute;
    z-index: 0;
}


#share {
	position: absolute;
	top: 33px;
	right: -10px;
	width:165px;
	text-align:right;
}

#share ul li {
	padding: 0 3px 0 0;
}

#wretch, #youtube, #plurk, {
}

#facebook {
	background:url("/images/icon_facebook.png") 0 0;	
	width: 35px;
	height: 35px;
	display:block;
	text-indent:9999px;
	overflow:hidden;
}

#facebook:hover {
	background:url("/images/icon_facebook.png") 0 35px;	
	width: 35px;
	height: 35px;
	display:block;
	text-indent:9999px;
	overflow:hidden;
}

#youtube {
	background:url("/images/icon_youtube.png") 0 0;	
	width: 35px;
	height: 35px;
	display:block;
	text-indent:9999px;
	overflow:hidden;
}

#youtube:hover {
	background:url("/images/icon_youtube.png") 0 35px;	
	width: 35px;
	height: 35px;
	display:block;
	text-indent:9999px;
	overflow:hidden;
}

/* #wretch {
	background:url("/images/icon_wretch.png") 0 0;	
	width: 35px;
	height: 35px;
	display:block;
	text-indent:9999px;
	overflow:hidden;
}

#wretch:hover {
	background:url("/images/icon_wretch.png") 0 35px;	
	width: 35px;
	height: 35px;
	display:block;
	text-indent:9999px;
	overflow:hidden;
} */

/* #plurk {
	background:url("/images/icon_plurk.png") 0 0;	
	width: 35px;
	height: 35px;
	display:block;
	text-indent:9999px;
	overflow:hidden;
}

#plurk:hover {
	background:url("/images/icon_plurk.png") 0 35px;	
	width: 35px;
	height: 35px;
	display:block;
	text-indent:9999px;
	overflow:hidden;
} */





/*flashの点線消し用*/
embed{
	outline:none;
	}

/*flashクリック時の点線消し用*/
object {
	outline:none;
}

/*画像の点線消し用*/
a:focus {
	outline:none;
	}

/* ==========================================
	Footer
========================================== */
#footer {
	 margin: 620px auto 0px;

	
}	
#footer.friends {
		margin: 560px auto 0;
}
/*#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: -175px;
	}
	#container #campaign img {
		width: 293px;
		height: 264px;
	}
*/
/* 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;
}

/* friends
------------------------------------------*/
#friends {
	display: block;
	background: url(/images/friends/img_friends.png);
	width: 347px;
	height: 56px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	position: relative;
	top: 485px;
	left: -40px;
}


/* 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%;
}