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;
  text-decoration:none;
  border:solid 2px #00f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#btns a:hover {
	background:#e50012;
	border: solid 2px #e50012;
}


.yokoku #btns a:nth-of-type(1),
.tokuho #btns a:nth-of-type(2) {
	background:#e50012;
	border: solid 2px #e50012;
}
