@charset "utf-8";

/**************************************
	URL       : http://www.getampec2.com/
	Copyright : CyberStep
	Name      : layout.css
	Ver       : 1.0
	file      : layout,home,about-index,
**************************************/

/* ==========================================
	Game_Install_object
========================================== */
#Game_Install_object {
	position: absolute;
	z-index: 40;
	top: 50px;
	left: 0px;
	background: url(../images/bg_box.jpg);
}
	#Game_Install_object object {
		width: 200px;
		height: 30px;
		padding: 5px;
		margin-top: 10px;
		margin-left: 10px;
		margin-right: 10px;
		background-color: #444;
	}
	#Game_Install_object embed {
		width: 200px;
		height: 50px;
		padding: 5px;
		margin-top: 10px;
		margin-left: 10px;
		_margin-right: 10px;
		background-color: #444;
	}
	#Game_Install_object #install_msg {
		margin: 5px 0px;
		font-size: 100%; /* 12px */
		text-align: center;
	}

#firefox_plugin {
	position: absolute;
	top: -200px;
	z-index: 42;
}
#firefox_plugin_show {
	position: absolute;
	top: 0px;
	z-index: 42;
}
