/* CSS Document */

body
{ background: #fff url('images/baga02.gif');}

#layout
{ position: absolute;
  left: 300px;
  top: 0;
  z-index: 2; } 
  
#baga
{ background-position: left top; 
  position: absolute; 
  left: 0px; 
  top: 0px; 
  background: url('images/baga01.jpg');
  background-repeat:repeat-x;
  z-index: 1; }  
  
#roll01
{ background: url(images/ayase_19.gif);}

#roll01:hover
{ background: url(images/roll01.gif);}

#roll02
{ background: url(images/ayase_21.gif);}

#roll02:hover
{ background: url(images/roll02.gif);}

#roll03
{ background: url(images/ayase_26.gif);}

#roll03:hover
{ background: url(images/roll03.gif);}  

#roll04
{ background: url(images/ayase_23.gif);}

#roll04:hover
{ background: url(images/roll04.gif);}

#roll05
{ background: url(images/ayase_25.gif);}

#roll05:hover
{ background: url(images/roll05.gif);}

#roll06
{ background: url(images/ayase_29.gif);}

#roll06:hover
{ background: url(images/roll06.gif);}
  
#footer
{ background: url(images/ayase_33.gif); 
  margin: 3px; 
  text-align: center; 
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif; 
  font-size: 14px; 
  color: #ff8dd5;}
  
#footer a
{ color: #d395d7;
  text-decoration: none; }
  
#footer a:hover
{ color: #58bbbc;}  