/* ***********************************************/
/*    DATE        : 2005/07/15
    TITLE        : グローバル＞璞名館リンク
    FILE_NAME    : link.css
    AUTHER        : FOIS / H.Ota                     */
/*************************************************/
/*見出し部分  文章の開始位置*/
h2
    {
        margin    :    0px 0px 0px 20px;
        font-size    :    16px;
        font-weight    :    bold;
        color        :    #333333;
    }

/*見出し部分レイアウト*/
.caption-layout
    {
        width                :    700px;
        background-image    :    URL(../common_image/cp_common_h3.gif);
        background-repeat    :    no-repeat;
        background-position    :    left bottom;
        border-bottom        :    solid 1px #5A3D1B;
        margin-bottom        :    20px;
    }
    
/*リンクテーブル  レイアウト*/
.link-tb-layout
    {
        width        :    700px;
        border        :    solid 1px #333333;
    }
    
/*リンクテーブル  タイトルレイアウト*/
.link-title-layout
    {
        width        :    250px;
        border        :    solid 1px #333333;
        text-align    :    center;
        background-color    :    #eeeeee;
        padding        :    5px 0px;
    }
    
/*リンクテーブル  タイトルレイアウト*/
.link-title-layout_2
    {
        width        :    250px;
        border        :    solid 1px #333333;
        text-align    :    center;
        background-color    :    #eeeeee;
        padding        :    5px 0px;
    }
    
/*リンクテーブル  テキスト部分レイアウト*/
.link-text-layout
    {
        width        :    447px;
        border        :    solid 1px #333333;
        text-align    :    center;
    }
    
/*リンクテーブル  URLレイアウト*/
.url-layout
    {
        width            :    430px;
        border-bottom    :    dotted 1px #333333;
        margin            :    0px auto;
        font-size        :    12px;
        text-align        :    left;
        padding-top        :    2px;
    }
    
/*リンクテーブル  説明文*/
.link-text
    {
        width            :    430px;
        margin            :    0px auto;
        text-align        :    left;
        padding            :    5px 0px;
    }
        