html {
    background: #ffffff;
}

body{
  width:100%; /*ページ全体の幅は100%と指定する*/	
  text-align:center; /*ページ全体を中央揃えにする*/
  padding:50px 0;
}

a {
    color: #000000;
    font-weight: bold;
    text-decoration:none;
}
