@charset 'UTF-8';
/***************************************************************
    SYSTEM   : 新田塚スポーツクラブ アーク
    TITLE    : ホームスタイルシートの定義
    SHEET    : style.css
    VERSION  : Ver1.0.6
    LANGUAGE : CSS level2
    CODESET  : UTF-8
    EXPLAIN  : ホームページの色や形状を定義する。
    AUTHOR   : yap
    CREATED  : 2008/07/10 as Ver1.0.1
    UPDATED  : 2009/10/01 as Ver1.0.6
***************************************************************/

/***************************************************************
    ヘッダ部の定義
***************************************************************/

/* ヘッダ部の定義 (Override) */
#head {
    height: 344px;
    background: #000000 url('../image/home_head.jpg') no-repeat;
}

/* ロゴ部の定義 (Override) */
#logo {
    height: 308px;
}

/* キャッチ部の定義 (Override) */
#catch {
    height: 308px;
}

/***************************************************************
    ボディ部の定義
***************************************************************/

/* カレンダー部の定義 */
#calendar {
    padding: 4px 0px 0px 72px;
    width: 180px;
    height: 188px;
    background: url('../image/home_calendar.jpg') no-repeat;
}

/* コンテンツ部の定義 (Override) */
#cont {
    padding: 0px;
    width: 760px;
}

/* 段組み１の定義 */
#col1 {
    float: left;
    padding-left: 8px;
    width: 252px;
}

/* 段組み２の定義 */
#col2 {
    float: left;
    width: 500px;
}

/* 段組み３の定義 */
#col3 {
    float: left;
    width: 248px;
}

/* 段組み４の定義 */
#col4 {
    float: left;
    width: 252px;
}

/* トピックスの定義 */
#topix {
    clear: both;
    padding: 8px 12px;
    height: 220px;
    background: url('../image/home_topix.jpg') no-repeat;
}

/* 新着情報の定義 */
#news {
    height: 212px;
    overflow: auto;
}

/* 新着情報リンク選択の定義 */
#news a:hover strong {
    color: #FF0000;
}

/***************************************************************
    フッタ部の定義
***************************************************************/

/* フッタ部の定義 (Override) */
#foot {
    padding-top: 0px;
    background: #000000 url('../image/home_foot.jpg') no-repeat;
}

/* バナー部リンクの定義 */
#banner a {
    margin-left: 8px;
    width: 244px;
    height: 44px;
    display: block;
}

/* 吹き出しの定義 */
#baloon {
    position: absolute;
    top: 756px;
    margin-left: 92px;
}
