html{
	margin: 0px;
	padding: 0px;

}


body{
 color: #000000;
 margin: 0px;
 padding: 0px;
 background-color: #000000;
}

#frm {
  margin-top:60px;
}

#btns{
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	padding: 10px;
}

#btns a {
  display:inline-block;
  margin:0 10px 0 0;
  padding:0 10px;
  font-size:14px;
  line-height:40px;
  color:#fff;
	border: solid 2px #5f94bb;
  text-decoration:none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
	background: #5f94bb;
}

#btns a:hover {
	background:none;
}


.yokoku #btns a:nth-of-type(1),
.tokuho #btns a:nth-of-type(2),
.gaisen #btns a:nth-of-type(3){
	background: none;
	pointer-events: none;
}
