@charset "shift_jis";
  
  *{margin:0;padding:0;}
  
/* メイン */
  
  #wrapper{
    width:870px;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
    font-size:75%;
    background:#FFF;
    font-family:"メイリオ", "Meiryo";
  }

  a:link{
      color:#666;
      text-decoration:none;
  }

  a:visited{
      color:#666;
      text-decoration:none;
  }
  
  a:active{
      color:#CCC;
      text-decoration:none;
  }
  
  a:hover{
      color:#CCC;
      text-decoration:underline;
  }
  
  img{
    border:0px;
  }
  
  li{
    list-style:none;
  }
  
/* ヘッダ */
  
  #header{
    background-image:url(../img/header_bak.jpg);
    background-repeat:no-repeat;
    height:60px;
    padding:60px 40px 0px 0px;
  }
  
  #menu {
    background-image:url(../img/menu_main.gif);
    background-repeat:no-repeat;
    width:300px;
    height:19px;
    margin-left:auto;
  }
  
  #menu span {
    display:none;
  }

  #menu li, #menu a {
    height:19px;
    display:block;
  }

  #menu li {
    float:left;
    list-style:none;
    display:inline;
  }

  #menu1 {width:50px;}   
  #menu2 {width:75px;}   
  #menu3 {width:80px;}   
  #menu4 {width:95px;}   

  #menu1 a:hover {background:url(../img/menu_main.gif) -0px -20px no-repeat; }
  #menu2 a:hover {background:url(../img/menu_main.gif) -50px -20px no-repeat; }
  #menu3 a:hover {background:url(../img/menu_main.gif) -125px -20px no-repeat; }
  #menu4 a:hover {background:url(../img/menu_main.gif) -205px -20px no-repeat; }

/* フッタ */
  
  #footerlink, address{
    text-align:center;
  }
  
/* コンテンツ */
  
  #contents{
    padding:30px;
  }
  
  h2{
    background-image:url(../img/menu_bar.gif);
    background-repeat:no-repeat;
    padding-left:40px;
    padding-top:2px;
    font-size:130%;
    height:28px;
  }
  
  span.h2{
    color:#039;
  }