@charset "utf-8";

/* ****************************************** -
タイトル：common.css
作者：平井　祐樹
サイト:http://www.u-cast.com/

概要：共通ファイル

製作日：2008/02/16
変更日：2008/02/16平井
- ****************************************** */

/* =========================================
 * 要素
 * ========================================= */

body {
    font-size: 9pt;
}

.oneColFixLtHdr #container,
.twoColFixLtHdr #container {
    border: 0;
}

/* ---- content(mainContents) ---- */
#mainContent .content {
    width: 580px;
    float: none;
}

.twoColFixLtHdr #sidebar1 {
    width: 170px;
    padding: 0 10px 0 0px;
}

* html #footNavigation {
    display: none;
}

*:first-child+html #footNavigation {
    display: none;
}

* html #footer {
    display: none;
}

*:first-child+html #footer {
    display: none;
}
