﻿@charset "UTF-8";

BODY {  
   background-image: url(photo_top_pics/haikei5.gif);
   background-repeat: no-repeat;   background-attachment: fixed;
   background-position: center top;
   text-decoration: none;
   color: #28231a;
   text-align: center;
   font-family: "ＭＳ Ｐゴシック";
}
P{
   text-align: left;
}
a.listlink:hover {
  text-decoration : none;
  color : #cccc99;
  background-color : #730a0d;
}
B{
  text-decoration : none;
}
a{
  text-decoration : none;
  color : #c8c59f;
}
a:visited{
  color : #740a0d;
  text-decoration : none;
}
UL{
  list-style-type : square;
  text-aligin: center;
}
.overlay{  
    position:relative;  
    bottom:0;  /* will cover the entire parent */  
    left:0;  
    width:100%;  
    background:#000;  
    opacity:0.50;  
    -moz-opacity:0.50; /* older Gecko-based browsers */  
    filter:alpha(opacity=50); /* For IE6&7 */  
}  