@charset   "Shift_JIS";
 

@import url(president.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;
  height : 700px;
  background-repeat : no-repeat;
  position : relative;
  
}

#header{
  background-image : url(images/gif/header.gif);
  background-repeat : no-repeat;
  height : 153px;
  width : 700px;
  text-align : left;   
}

#menu{
  background-image : url(images/gif/menu.gif);
  width : 781px;
  height : 63px;
  list-style: none;
}

#menu li {
  display: inline;
}

#menu A {
  float : left;
  width : 95px;
  display: block;
  color : white;
  line-height:61px;
  font-weight: bold;
  font-size : 17px;
  position : relative;
  top:1px;
  margin-right : -10px; 
}

#menu A:hover {
  background : url(./images/gif/menu-r.gif) repeat-x;
} 
#main{
  text-align : center;
  width : 781px;
  
}

#back1{
   
  background-image : url(images/gif/image024.gif);
  background-repeat : no-repeat;
  
  text-align : center;
}

#table1{
  position : relative;
  top : -570px;
  margin-bottom : -480px;
}
#table2{
  position : relative;
  top : -350px;
  margin-bottom : -240px;
}

#coment{
  text-align : left;
  line-height : 22px;
}

#footer1{
  margin-top : 50px;
  border-top-width : 4px;
  border-top-style : solid;
  border-top-color : fuchsia;
  width : 781px;
}

#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;
}
