body{
  background-color : black;
  color : #daeded;
  line-height : 150%;
  letter-spacing : 0.1em;
  font-size : 80%;
  background-image : url(image/welcome.jpg);
  background-repeat : no-repeat;
  background-attachment : fixed;
  font-family: Meiryo, sans-serif;
}

a{
  color : teal;
  text-decoration : none;
}
h1{
  font-size : 16px;
  font-weight : normal;
  margin-top : 4em;
  margin-bottom : 3em;
  margin-left : 2em;
}
a:hover{
  color : white;
  text-decoration : underline;
}
.section{
  margin-left : 4em;
}
.footer{
 font-size:12px;
  margin-top : 3em;
 margin-left : 240px;
}