@charset   "Shift_JIS";
 

@import url(index.css);
BODY{
  background-image : url(images/gif/back.gif);
  margin-top : 0px;
  text-align : center;
  background-repeat : repeat-x;
}

#back{
  background-color : white;
  width : 795px;
  
  background-repeat : no-repeat;
  position : relative;
}

#header{
  background-image : url(images/jpg/header.jpg);
  background-repeat : no-repeat;
  height : 380px;
  width : 781px;
  text-align : left;    
}

#header A{
  font-size : 14px;
  color : white;
  font-weight : normal;  
}

#header UL{
  list-style-type : none;
  
  line-height : 0px;
  margin-left : 5px;
}

#menu{
background-image : url(images/gif/menu.gif);
  background-repeat : no-repeat;
  width : 781px;
  height : 84px;
  list-style: none
;
}

#menu li {
  display: inline;
}

#menu A {
  float : left;
  width : 95px;
  display: block;
  color : white;
  line-height : 90px;
  font-weight: bold;
  font-size : 18px;
  position : relative;
  
  margin-right : -10px;
  
  
}

#menu A:hover {
  background : url(images/gif/menu-r.gif) repeat-x 0px 6px;
  
  
  
}

#main{
  width: 781px;
  text-align : left;
}

#left{
  width : 230px;
  margin-top : 20px;
  text-align : left;
  list-style-type : none;
}

#info{
  width: 230px;
  height : 50px;
  font-size : 16px;
  padding-left: 20px;
  padding-top: 15px;
  text-transform: uppercase;
  background : url(images/gif/info.gif);
  color : white;
  font-weight : bold;
}

#left UL {

  width: 230px;
  height: 45px;
  font-size: 14px;
  padding-left : 10px;
  padding-top : 10px;
  text-transform: uppercase;
  background : url(./images/gif/info-u.gif) no-repeat;
  margin-left : 0px;
  margin-top : 1px;  
}

#left A{
  color : red;
}

#right{
  float: right;
  width: 530px;
  padding-right : 0px;
  margin-top : 20px;
}

#right-gif{
  text-align : center;
}

#right-gif1{
  background-image : url(images/gif/image001.gif);
  width : 473px;
  height : 31px;
  background-repeat : no-repeat;
  padding-bottom : 20px;
}

#right-gif2{
  background-image : url(images/gif/image002.gif);
  background-repeat : no-repeat;
  width : 443px;
  height : 76px;
  margin-left : -15px;
}

#right-coment{
  text-align : left;
  padding-top : 20px;
  line-height : 20px;
  letter-spacing : 2px;
}

#footer1{
  
  border-top-width : 4px;
  border-top-style : solid;
  border-top-color : fuchsia;
  width : 781px;
  margin-top : 50px;
}

#footer2{
  height : 70px;
  width: 781px;
  background : url(./images/gif/footer.gif) repeat-x center bottom;
  text-align : left;
  text-indent : 360px;
  margin-top : -20px; 
}

#footer2 UL{
  list-style-type : none;
  position : relative;
  top : 20px;
  font-size : 15px;
  color : blue;
  right : auto;
}

