html{
	margin: 0px;
	padding: 0px;

}


body{
 font:120% "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
 color: #000000;
 margin: 0px;
 padding: 0px;
 background-color: #000000;
}

#btns{
	width: 100%;
	height: 45px;
	margin-top: 5px;
}

#btn1{
	float: left;
}

#btn2{
	float: right;
}

#btn1,#btn2{
	width: 49%;
	height: 39px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	border:#ffffff 1px solid;
	box-sizing: border-box;
}

#btn1{
	margin-right:6px;

}
	

#btn1 a:link,#btn1 a:active,#btn1 a:visited,
#btn2 a:link,#btn2 a:active,#btn2 a:visited
{
	width: 100%;
	height: 37px;
	display: block;
	text-decoration: none;
	padding-top: 6px;
	background-color: #000000;
	color: #FFFFFF;
	box-sizing: border-box;
}



#btn1 a:hover,#btn2 a:hover,#btn4 a:hover{
	background-color: #646464;
	color: #FFFFFF;
}





#btn3{

	height: 30px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	width:810px;
	margin-top:40px;
    margin-top: 39px;
    position: absolute;
	border:#ffffff 1px solid;
}

#btn3 a:link,#btn3 a:active,#btn3 a:visited
{
	width: 810px;
	height: 30px;
	display: block;
	text-decoration: none;
	padding-top: 5px;
	background-color: #000000;
	color: #FFFFFF;
}


#btn3 a:hover{
	background-color: #646464;
	color: #000000;
}




#btn4{
	float: left;
	height: 30px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	width: 350px;
	border:#ffffff 1px solid;
}


#btn4 a:link,#btn4 a:active,#btn4 a:visited
{
	width: 400px;
	height: 30px;
	display: block;
	text-decoration: none;
	padding-top: 5px;
	background-color: #000000;
	color: #FFFFFF;
}

#btn4 a:hover{
	background-color: #646464;
	color: #000000;
}