@charset 'UTF-8';
/***************************************************************
    SYSTEM   : ゆりの里公園
    TITLE    : サイトマップスタイルシートの定義
    SHEET    : _smap.css
    VERSION  : Ver1.2.6
    LANGUAGE : CSS level2
    CODESET  : UTF-8
    EXPLAIN  : サイトマップページの色や形状を定義する。
    AUTHOR   : yap
    CREATED  : 2009/01/10  //as Ver1.2.1
    UPDATED  : 2009/06/07  //as Ver1.2.6
***************************************************************/

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

/* コンテンツ部見出しの定義 (Override) */
#cont .capt {
    margin: 0px 0px 0px 32px;
    width: 544px;
    background: url('../images/sitemap_item.gif') no-repeat;
    border-left: none;
}

/* コンテンツ部見出し文字の定義 (Override) */
#cont .capt h3 {
    margin: 0px 32px;
    color: #0000CC;
    font-size: 12pt;
    font-weight: normal;
    line-height: 24px;
}

/* コンテンツ部見出し文字リンク選択の定義 (Override) */
#cont .capt a:hover h3 {
    color: #CC0000;
}

/* コンテンツ部ボーダーの定義 (Override) */
#cont .border {
    clear: inline;
    width: 576px;
    height: 16px;
    background: none;
}

