@charset "UTF-8";

/*	entranceCSS
	
		■コンテンツ設定
----------------------------------------------------------------------------------------------------------------------------------*/


/*	コンテンツ設定（各コンテンツ上書き）
----------------------------------------------------------------------------------------------------------------------------------*/

body {
background-color:#0a1410;
background-image:none;
}

.logo {
width:415px;
height:151px;
margin:100px auto 0 auto;
}

.text {
width:421px;
height:92px;
margin:95px auto 0 auto;
}

/* ボタン */

a.btn {
display:block;
background-image:url(../Images/btn_enter.jpg);
width:319px;
height:83px;
background-position:top;
background-repeat:no-repeat;
text-indent:-9999px;
margin:40px auto 100px auto;
}

a.btn:hover {
background-position:bottom;
}