@charset "EUC-jp";

/* -------- style sheet for index.html */

body {
   width: 800px;
   line-height: 1.2em;
   color: #000000;
   background: #ffffff url("../img/bg.jpg");
   }

h1 {
   margin-left: 120px;
   height: 64px;
   width: 600px;
   }

#title {
   text-align: center;
   color: #000000;
   font-size: medium;
   }

#main {
   text-align: center;
   margin: 50px 0px 0px;
   width: 800px;
   }

#footer {
   margin: 50px 0px 50px;
   text-align: center;
   font-size: small;
   }
