/* ***********************************************/
/*    DATE        : 2005/07/07
    TITLE        : グローバル＞サイトマップ
    FILE_NAME    : sitemap.css
    AUTHER        : FOIS / H.Ota                     */
/*************************************************/

/*==属性へのスタイル============================*/
h2
    {
        margin            :    0px 0px 5px 0px;
        padding            :    0px;
    }

/*==各クラスのスタイル============================*/

/*サイトマップ本体  リンク文字の整列*/
.tb-link-layout
    {
        text-align    :    left;
    }
    
/*サイトマップ本体  サイトマップの大外*/
.tb-sitemap-layout
    {
        width        :    800px;
        height        :    450px;
        margin        :    20px 0px;
    }
    
/*サイトマップ本体  大きい丸用のカラム*/
.tb-big-layout
    {
        width                :    205px;
        height                :    195px;
        background-repeat    :    no-repeat;
        vertical-align        :    middle;
    }
    
/*サイトマップ本体  大きい丸（左側）のリンクテーブル*/
.tb-big-link-left
    {
        margin-left            :    25px;
    }
    
/*サイトマップ本体  大きい丸（右側）のリンクテーブル*/
.tb-big-link-right
    {
        margin-left            :    30px;
    }
    
/*サイトマップ本体  小さい丸用のカラム*/
.tb-small-layout
    {
        width                :    195px;
        height                :    175px;
        background-repeat    :    no-repeat;
    }
    
/*サイトマップ本体  小さい丸用のリンクテーブル*/
.tb-small-link
    {
        margin-left            :    23px;
    }
    
/*サイトマップ本体  タイトル用カラム*/
.tb-title-layout
    {
        width                :    390px;
        height                :    100px;
    }
    
/*サイトマップ本体  スペース用カラム*/
.tb-space-layout
    {
        width                :    205px;
        height                :    60px;
    }
    
/*サイトマップ本体  リンク文字のスタイル*/
a.sitemap-link:link, a.sitemap-link:visited, a.sitemap-link:active
    {
        background-color: transparent;
        color            :    #fff;
        font            :    bold 12px;
        line-height     :     150%;
        text-decoration :    none;
    }
    
a.sitemap-link:hover
    {
        color            :    #333333;
        text-decoration :     underline; 
    }

