/*　ページのレイアウト用css　*/
body {
      text-align: center;
      background-image: url('../sozai/image001.jpg');
      }
#contents{
          width: 700px;
          margin: auto;
          background-color: #FFFFFF;
          text-align: left;
          border: solid 1px #999999;
          position: relative;
          }
h1{
   letter-spacing: 10px;
   text-align: left;
   margin-bottom: 40px;
   padding-top: 5px;
   padding-left: 15px;
   height: 155px;
   background-image: ;
   background-position: right;
   background-repeat: no-repeat;
   }


h1 a{
     color: #FF6600;
    }
    
h2,h3,h4,h5,p,#path{
              margin-left: 10px;
              margin-right: 10px;
              }

#navbar{
        background-color:#F4A243 ;
        padding: 0px;
        width: 700px;
        height: 25px;
        position: absolute;
        top: 155px;
        left: 0px;
        border-bottom: 1px solid ##FFFFFF;
        border-top: 1px solid #FFFFFF;
        }
#navbar h2{
           width: 100px;
           float: left;
           text-align: center;
           margin: 0px;
           font-family: "Arial","Helvetica","sans-serif";
           font-size: 14px;
           letter-spacing: 2px;
           line-height: 1.7em;
           border-right: solid 1px #FFFFFF;
           border-left: none;
           padding-left: 0px;
           }
#navbar a {
          color: #FFFFFF;
          font-weight: normal;
          display: block;
          width: 100px;
          }
address{
        background-color: #F4A243;
        color: #FFFFFF;
        padding-bottom: 5px;
        border: none;
        }
address a{
          color: #FFFFFF;
          }
                  
        
        