
/* CSS ベーススタイル用 */


	

html, body {
  height: 100%;
	font-size:1em;
	color:#efefef;
}
body {
  display: flex;
}

div#wrapper{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	
	}
div#wrapper{
	position:relative;
	}
	
	h1{
	color:#efefef;
	}

a:link, a:visited{
	color:#D13D94;
	text-decoration:none;
	}

a:hover, a:focus{
	color:#CADA2A;
	text-decroation:underline;
	}

div#warning{
	color:#ffff00;
	}

div#enters img{
	margin:0;
	padding:0;
	display:inline;
	}

div#enters a{
	width:225px;
	height:60px;
	display:inline-block;
	margin-top:10px;
	padding:0;
	background:#ffff00;
	}

div#enters a#enter:hover,
div#enters a#leave:hover{
	background-position:0 -60px;
	}

div#enters a#enter{
	background:url(../img/but_enter.png) top left no-repeat;
	background-position:0 0;
	}

div#enters a#leave{
	background:url(../img/but_leave.png) top left no-repeat;
	background-position:0 0;
	}
	

/**no japva seetinngs**/
div#splash{
	margin:0 auto;
	width:100%;
	height:100%;

	display:table;
	text-align:center;
	border-left:1px solid #ccc;
	background:#000;
	
	}

div#loader{
	display:none;
	}

 div#logo{
	width:800px;
	height:408px;
	position:absolute;
	margin-left:-400px;
	left:50%;
	z-index:100;

	}

h1{	
	width:100%;
	margin:0 auto;
	padding:1px 0;
	font-size:.6em;
	font-weight:normal;	
	text-align:center;
	white-space:nowrap;
	border-bottom:1px solid #FFEBF2;
	}

div#strips div{
	width:100%;	
	overflow:hidden;

	}

div#strip1{
	height:100px;
	background:#AD0066;	
	}

div#strip3,
div#strip6{
	height:5px;

	}

div#strip2,
div#strip4,
div#strip7{
	height:50px;
	background:#D13D94;
	}

div#strip5{
	height:150px;

	}


div#strip1{
	background:url(../img/strip1.jpg) repeat-x;
	}
div#strip2{
	background:url(../img/strip2.jpg) repeat-x;
	}

div#strip3,
div#strip6{
	background:url(../img/strip3.gif) repeat-x;
	}

div#strip4{
	background:url(../img/strip4.gif) repeat-x;
	}

div#strip5{
	background:url(../img/strip5.jpg) repeat-x;
	}

div#strip7{
	background:url(../img/strip7.jpg) repeat-x;
	border-bottom:1px solid #FFEBF2;
	}


div#sub_data{
text-align:center;
padding:5px 0;
border-top:2px solid #ffff00;
	}
/* footer styles */
footer{
	width:100%;
	margin:0 auto;
	padding:5px 0 0;
	text-align:center;
	border-top:3px solid #ffff00;
	clear:both;
	}

div#footer_body{
	width:980px;
	margin:0 auto;
	padding:5px 0;
	
	}

div#footer_body p{
	text-align:center;
	}
	
div#footer_body ul{
	margin:5px 0 5px;
	}
div#footer_body li{
	color:#ccc;
	font-size:12px;
	display:inline;	
	}

footer p{
	color:#aaa;
	font-size:12px;
	}
