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: #FFFFFF;
}

#btns{
 width: 700px;
 height: 50px;
margin-top:5px;
}

.btn2{
 float: left;
 width: 222px;
 height: 48px;
 text-align: center;
 color: #FFFFFF;
 font-weight: bold;
 background-color: #000000;
 margin-left: 10px;
}

.btn{
 float: left;
 width: 144px;
 height: 48px;
 text-align: center;
 color: #FFFFFF;
 font-weight: bold;
 background-color: #000000;
 margin-left: 10px;
}


.btn a:link,.btn a:active,.btn a:visited
{
 width: 144px;
 height: 40px;
 display: block;
 text-decoration: none;
 padding-top: 10px;
 background-color: #000000;
 color: #FFFFFF;
}

.btn a:hover{
 background-color: #DC0000;
 color: #FFFFFF;

}

.btn2 a:link,.btn2 a:active,.btn2 a:visited
{
 width: 222px;
 height: 40px;
 display: block;
 text-decoration: none;
 padding-top: 10px;
 background-color: #000000;
 color: #FFFFFF;
}

.btn2 a:hover{
 background-color: #DC0000;
 color: #FFFFFF;

}