/*==============================================================================*/
/*  File name     : base_ly_three.css                                           */
/*  Summary       : OpenCity2 三列構成 基本デザインCSS                          */
/*==============================================================================*/

/*------------------------------------------*/
/*  ページ全体                              */
/*------------------------------------------*/
div.page {
    width               : auto;
}

table.contents {
    width               : auto;
} 

table.contents td.contents-left {
    width               : 30%;
    vertical-align      : top;
}

table.contents td.contents-center {
    width               : auto;
    vertical-align      : top;
}

table.contents td.contents-right {
    width               : auto;
    vertical-align      : top;
}


/*------------------------------------------*/
/*  ヘッダ部                                */
/*------------------------------------------*/
.head {
    width               : auto;
}


/*------------------------------------------*/
/*  ナビ部                                  */
/*------------------------------------------*/
.navi {
    width               : auto;
}


/*------------------------------------------*/
/*  メニュ部                                */
/*------------------------------------------*/
.menu {
    width               : auto;
    float               : none;
}


/*------------------------------------------*/
/*  コンテンツ部                            */
/*------------------------------------------*/
.contents {
    width               : auto;
    float               : none;
}

/*------------------------------------------*/
/*  フッタ部                                */
/*------------------------------------------*/
.foot {
    width               : auto;
}
