@charset "shift_jis";

/*logoテキストの画像置き換え*/
  #logo {
   width:395px;
   height:100px;
   background-image:url(images/logo2.png);
   }
  #logo span{
   display:none;
   }

/*PHOTO画像置き換え*/
  #photo1 {
   width:395px;
   height:263px;
   background-image:url(images/photo1.jpg);
   }
  #photo1 span{
   display:none;
   }

  #photo2 {
   width:395px;
   height:263px;
   background-image:url(images/photo2.jpg);
   }
  #photo2 span{
   display:none;
   }

  #photo3 {
   width:395px;
   height:263px;
   background-image:url(images/photo3.jpg);
   }
  #photo3 span{
   display:none;
   }

  #photo4 {
   width:395px;
   height:263px;
   background-image:url(images/photo4.jpg);
   }
  #photo4 span{
   display:none;
   }

  #photo5 {
   width:395px;
   height:263px;
   background-image:url(images/photo5.jpg);
   }
  #photo5 span{
   display:none;
   }

/*バナーテキストの画像置き換え*/
 /*メルマガ*/
  #mail{
      width:88px;
      }
  #mail a{
      width:88px;
      height:31px;
      display:block;
      position:relative;
      cursor:pointer;
      }
  #mail span{
      width:100%;
      height:100%;
      background:url(images/mail.gif) no-repeat;
      position:absolute;
      left:0;
      top:0;
      overflow:hidden;
      }  

 /*ターキー*/
  #trky{
     width:88px;
     }
  #trky a{
     width:88px;
     height:31px;
     display:block;
     position:relative;
     cursor:pointer;
     }
  #trky span{
     width:100%;
     height:100%;
     background:url(images/trky.gif) no-repeat;
     position:absolute;
     left:0;
     top:0;
     overflow:hidden;
     }  

/*Blogバナーの画像置換*/
 /*ムッシュ*/
  #bkb{
   width:297px;
   }
  #bkb a{
   width:297px;
   height:50px;
   display:block;
   position:relative;
   cursor:pointer;
   }
  #bkb span{
   width:100%;
   height:100%;
   background:url(images/bkb.gif) no-repeat;
   position:absolute;
   left:0;
   top:0;
   overflow:hidden;
   }  
 /*ミチヲ*/
  #bbb{
   width:297px;
   }
  #bbb a{
   width:297px;
   height:50px;
   display:block;
   position:relative;
   cursor:pointer;
   }
  #bbb span{
   width:100%;
   height:100%;
   background:url(images/bbb.gif) no-repeat;
   position:absolute;
   left:0;
   top:0;
   overflow:hidden;
   }  
 /*マッハ*/
  #brb{
   width:297px;
   }
  #brb a{
   width:297px;
   height:50px;
   display:block;
   position:relative;
   cursor:pointer;
   }
  #brb span{
   width:100%;
   height:100%;
   background:url(images/brb.gif) no-repeat;
   position:absolute;
   left:0;
   top:0;
   overflow:hidden;
   }  
 /*ヘル*/
  #btb{
   width:297px;
   }
  #btb a{
   width:297px;
   height:50px;
   display:block;
   position:relative;
   cursor:pointer;
   }
  #btb span{
   width:100%;
   height:100%;
   background:url(images/btb.gif) no-repeat;
   position:absolute;
   left:0;
   top:0;
   overflow:hidden;
   }  

   /*urlテキストの画像置き換え*/
  #url {
   width:395px;
   height:80px;
   background-image:url(images/url.jpg);
   }
  #url span{
   display:none;
   }

   
