﻿/* ページのレイアウト用CSS */
body {
      width: 90%;
      
      
      background-position: center center;
      text-align: center;
      margin: auto;
}

#top {
       margin: 20px auto 20px
}


#contents {
      width: 90%;
      margin:auto;
      text-align:left;
       background-color:#ffffff;
}


h1 {
      color; #d93e02;
      letter-spacing: 10px;

}


h2 {
      font-family: Arial, Helvetica, sans-serif;
      width:120px;
      float:left;
      text-align: center;
      font-size:18px;
      border-left: none;
      padding-left:30px;
}


h2 a {
      color: #663300;
      font-weight: normal;
      text-decoration: none;
      margin:30px;
}




h5 {
      margin:5px auto 5px;
}


ul {
      margin-top: 0px;
      font-size: 90%;
      line-height: 180%;
      list-style-image: url(blt.gif);
}


li a{
      border-bottom: 2px dotted #d93e02;
      text-decoration: none;
}


#update {
      margin: 10px 80px;
     background-color:#ffffff;
      padding:10px;
      border: 1px dotted #666666;
}     















