@charset "UTF-8";
/*      // 日本語 UTF-8N LF
//---------------------------------------------------------
// CSS
// サイト内基本レイアウト
//---------------------------------------------------------*/
/*---------------------------------------------------------
// コンテナ：ヘッダ：フッタ
//---------------------------------------------------------*/
#pageHeader {                   /* ====== ヘッダ ====== */
}
#pageFooter {                   /* ====== フッタ ====== */
    text-align:center;
    margin-left:auto;           /* センタリング */
    margin-right:auto;          /* センタリング */
}
/*---------------------------------------------------------
// コンテナ：縦中央エリア
//---------------------------------------------------------*/
#pageCenter {                   /* ====== 中央コンテンツ ====== */
    margin-left:220px;          /* ■ 170px 左メニュー */
    margin-right:128px;         /* ■ 132px 右サイドバー */
    padding:0px 4px;
/*  overflow:auto;  */
/*  background-color:#3333FF; */
}
#pageLeft {                     /* ====== 左メニュー ====== */
    width:220px;                /* ■ 170px */
    position:absolute;
    top:-5px;
    left:0px;
/*  background-color:#FF3333; */
}
#pageRight {                    /* ====== 右サイドバー ====== */
    width:128px;                /* ■ 132px */
    position:absolute;
    top:-2px;
    right:0px;
/*  background-color:#FFCCCC; */
}
/*---------------------------------------------------------
// Copyright(C)Landwarf. All right reserved.
//---------------------------------------------------------*/
