@charset "Shift_JIS";
body
    {
     margin:15px;          /* ページ全体のmargin */
     padding:0px;         /* ページ全体のpadding */
     text-align:center;   /* 下記のautoに未対応用のセンタリング */
    }

#main
    {
     margin-left:auto;    /* 左側マージンを自動的に空ける */
     margin-right:auto;   /* 右側マージンを自動的に空ける */
     text-align:left;     /* 中身を左側表示に戻す */
     width:770px;         /* 幅を決定する */
    }
A:HOVER{
  color : #ff8000;
  

  text-decoration : underline;
}

h1 {
display:inline;
font-weight:bold;
font-size: 175%; 
line-height: 1.2em; }
h2 {
display:inline;
font-size: 150%; 
line-height: 1em; }
h3 {
display:inline;
font-size: 125%; 
line-height: 1em; }


