@charset "utf-8";
body {
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/top_back.png);
}
#container  {
	width: 1000px;
	text-align: left;
	background-repeat: no-repeat;
	margin-left: -500px;
	position: absolute;
	left: 50%;
	background-image: url(../images/t_back.jpg);
	background-position: center top;
	overflow: hidden;
	height: 900px;
}
#moreinfo {
	position: absolute;
	left: 50%;
	top: 150px;
	margin-left: -175px;
}
#glowingLayout2 {
	position: relative;
	z-index: 100;
	height: 76px;
	width: 660px;
	top: 300px;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-left: 0px;
	top: 420px;
}

#glowingLayout {
	position: relative;
	z-index: 100;
	height: 180px;
	width: 680px;
	top: 300px;
	background-image: url(../images/count_back.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-left: 0px;
	top: 380px;
}
#specialbanner {
	height: 65px;
	width: 365px;
	margin-left: 110px;
	position: relative;
	top: 480px;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	padding-left: 10px;
}
#specialbanner a{
	display: block;
	height: 50px;
	width: 350px;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/banner.png);
	text-indent: -9999px;
		-moz-box-shadow: 0px 0px 5px #000;
-webkit-box-shadow: 0px 0px 5px #000;
	
}
#container #specialbanner a:hover {
	background-image: url(../images/banner_o.png);
}

#footer {
	width: 550px;
	position: relative;
	top: 600px;
	overflow: hidden;
	margin-left: 150px;
}


#footer_left {
	float: left;
	width: 250px;
	height: 50px;
}
.ninja_onebutton {
	padding-top: 15px;
	float: left;
}

#footer_right {
	color: #FFF;
	text-align: right;
	font-size: 12px;
	margin: 0px;
	float: right;
	height: 35px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
//#glowingLayout { width: 240px; height: 45px; }
