﻿/* --------------------------------------------------------------*/
/* sub02 css */
/* ------------------------------------------------------------- */

/* --------------------------------------------------------------*/
/* top */
/* --------------------------------------------------------------*/

#content {
    position            : absolute;
    width               : 545px;
    margin              : 10px 0px 0px 10px;
    float               : left;
}

* html #content {
    height              : 362px;
    margin              : 10px 0px -5px 5px;
}

#realty {
    height              : 350px;
}

* html #realty {
    width               : 235px;
    height              : 360px;
}

/* --------------------------------------------------------------*/
/* middle */
/* --------------------------------------------------------------*/

#middle {
    height              : 138px;
}

* html #middle {
    position            : absolute;
    top                 : 230px;
    z-index             : -1;
    width               : 810px;
    height              : 140px;
    padding             : 0;
    margin              : 0 auto;
}

/* --------------------------------------------------------------*/
/* bottom */
/* --------------------------------------------------------------*/

* html #bottom {
    position            : absolute;
    top                 : 370px;
    width               : 810px;
}