/*ページのレイアウト用css*/

body{  
       background-logo:url(back.jpg);
       background-repeat:repeat;
       font-style:normal;      
       font-color:#666666;
            
}

#contents{
       width:645px;
       margin:auto;       
       background-color:#ffffff;
       text-align:left;
       padding-left:3px;
       padding-right:3px;
       border:ridge 0px #666666;
       position:relative;
}
h1{
      width:645px;
      color:00ff00;
      text-align:center;
      margin:0px;
}    
#navbar{
       padding:1px;
       width:645px;
       height:18px;
       }      
#navbar h5{
      width:91px;
      heigh:40px;
      float:left;
      margin-left:0px;
      margin-right:1px;
      margin-bottom:0px;
      margin-top:0px;
      font-family:'メイリオ",Meiryo,"MS Pゴシック",Osaka,sans-serif;
      font-weight:100;
      color:#ff6666;      
      letter-spacing:0px;
      background-color:#330000;
      text-align:center;
      white-space:nowrap;
     
}
#navbar a {
      text-decoration:none;
      color:#330000;
}
#navbar a:link {
       text-decoration:none;
       color:#ff9999;
}
#navbar a:visited {
       text-decoration:none;
       color:#ff9999;
}
#navbar a:hover {
     text-decoration:none; 
     color:#99cc99;
}
#navber a:active {
      text-decoration:none;
      color:#c0c0c0;
}
#navbar a {
       text-decoration:none;
}
a {
      text-decoration:none;
      color:#c0c0c0;
}
a:link {
       text-decoration:none;
       color:#660000;
}
a:visited {
       text-decoration:none;
       color:#660000;
}
a:hover {
     text-decoration:none; 
     color:#99cc99;
}
a:active {
      text-decoration:none;
      color:#0099cc;
}
a {
       text-decoration:under-line;
}
address{
       width:645px;
       background-color:#330000;
       font-family:'MS Pゴシック';
       font-style:normal;
       font-weight:100;
       font-size:14px;color:#ffffff;
       padding:0px;
       text-align:center;
       border:none;
       margin-top:3px;
}

      