h3>@charset "utf-8";


html {
　　		min-height: 100%; /* html要素をウィンドウサイズにフィット*/



 }



body{
	background-color:#000000;
	margin:0;	
	padding:0;
	
}

#head{
	position: fixed;
	_position: absolute; 
	
	top: 0;

	background-color:#494949;
	width:980px;
	height:190px;

	z-index: 3;

}
	


#main{
	width:100%;
	height:auto;
	background-color:#ffffff;
	background:url("../../../img/bg_k_selection.jpg") repeat;
	margin:0;
	
}




.title{
	width:100%;
	height:60px;

	text-align:center;
	margin: auto; 
}

.htable{
	top:0px;
	overflow:auto;

 /*スクロールバーを隠すIE(Internet Explorer)・Microsoft Edgeへの対応
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;*/
}

 /*Google Chrome、Safariへの対応
.contents_box::-webkit-scrollbar{
  display: none;
}*/



.atable{
	position:relative;
	top:0px;
}


.btable{
	position:relative;

	top:0px;
}




.center{
	
	border:#ffffff 1px solid;

}

.info{
	width:900px;
	height:1150px;
	border:#c1c1c1 1px solid;
/*	background-image: url(../../../img/br49.png);*/
	top:0px;	left:0px;	padding:auto;	margin:auto;
	text-align:center;

}


.text{
	width:800px;
	height:1050px;
	border:#C1C1C1 0px solid;
/*	background-image: url(../../../img/br49.png);*/
	top:50px;	left:0px;	padding:auto;	margin:auto;
	text-align:center;

}



h1{
	color:#aaaaaa;
	font-size:16px;
	text-align:center;
	margin: auto; 
}


h2{
	color:#ffffff;
	font-size:16px;
	text-align:center;
	margin: auto; 


}


h3{	color:#acacac;	font-size:40px;	font-family: serif;		text-align:center;	position:relative;	top:0;}


a.disabled{
    	pointer-events: none;
}



a{
 	 color:inherit;
 	 text-decoration: none;
}






a2{	color:#acacac;	font-size:40px;	font-family: serif;		text-align:center;	position:relative;	top:0;}





#copyright{
	
	bottom: 0;

	width:100%;
	height:auto;
	background-color:#000000;

	margin-left:auto;
	margin-right:auto;
	
	text-align:center;
}





.space{
	width:100%;
	height:10px;
}

.space1{
	width:100%;
	height:20px;

}
.space2{
	width:100%;
	height:30px;

}

.space3{
	width:100%;
	height:180px;
}







	
#foot{
	position: fixed;
	_position: absolute; 

	bottom: 0;

	width:980px;
	height:140px;
	
	background:#222222;
	border: 1px solid #494949;
	margin-left:auto;
	margin-right:auto;
	
	text-align:center;

	z-index: 3;

}




p1{	color:#ffffff;	font-size:60px;	font-family: serif;		text-align:center;
	position:relative;	bottom:0;}



p2{	color:#ffffff;	font-size:36px;	font-family: serif;		text-align:center;	position:relative;	bottom:0;}



p3{	color:#ffffff;	font-size:24px;	font-family: serif;		text-align:center;	position:relative;	bottom:0;}


p4{	color:#ffffff;	font-size:20px;	font-family: serif;		text-align:right;	position:relative;	bottom:0;}

p5{	color:#ff0000;	font-size:20px;	font-family: serif;		text-align:right;	position:relative;	bottom:0;}



#all{
	width:980px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #494949;	
	
}



