@charset "UTF-8";
/*      // 日本語 UTF-8N LF
//---------------------------------------------------------
// CSS
// スタッフルームレイアウト
//---------------------------------------------------------*/
/*---------------------------------------------------------
// リキッドレイアウト
//---------------------------------------------------------*/
* {
    margin:0px;
    padding:0px;
}
img {
    vertical-align:text-bottom;
}
body {
    zoom:1;                     /* IE7: hasLayout 不具合対応 */
    background-color:#EEEEEE;
}
.rel {
    position:relative;
}
.abs {
    position:absolute;
}
#page {                         /* ページ全体 */
    text-align:center;
    margin:10px;
}
#containerMain {                /* コンテンツ表示領域 */
    text-align:left;
    border:1px solid #CCC;
    background-color:#FFFFFF;
}
#containerMainMinWidth {        /* IE6 のための min-width 対策用 */
    height:0px;
    line-height:0px;
    border-width:0px;
    background-color:#FFFFFF;   /* #containerMain と同じ色 */
}
#containerBottom {
    clear: both;
}
/*---------------------------------------------------------
// コンテナ：ページ内コンテンツ
//---------------------------------------------------------*/
#pageHeader {                   /* ====== ヘッダ ====== */
    padding:4px;
}
#pageFooter {                   /* ====== フッタ ====== */
    padding:4px;
}
#pageCenter {                   /* ====== 中央コンテンツ ====== */
    padding:4px;
}
/*---------------------------------------------------------
// Copyright(C)Landwarf. All right reserved.
//---------------------------------------------------------*/

