#in_footer01 {width: 100%; height: 165px;
    min-width: 770px;
    max-width: 990px;
    _width: expression(
      document.body.offsetWidth < 780 ? "770px" : (
         document.body.offsetWidth > 990 ? "980px" : "auto"
         )
      );
    margin-left: auto; margin-right: auto; 
    margin-top: 0px; margin-bottom: 0px;
    background: url(../design/footer01_right03.jpg) #f0fcf8 right no-repeat}

