@charset "utf-8";

/**
 * top.css
 */

div.article
{}

    div.article h3
    {
        line-height: 0;
        margin: 0 0 30px 0;
    }

    div.article div.article
    {
        border-bottom: 1px dotted #ccc;
        margin: 0 0 30px 0;
        padding: 0 0 10px 0;
    }

        div.article div.article h4
        {
            line-height: 0;
            margin: 0 0 30px 0;
        }

    div.article #aboutTM
    {
        color: #612E05;
        padding: 0 0 30px 0;
    }

        div.article #aboutTM #aboutTM_inner
        {
            background: url(/img/aboutTM/bg_bottom.jpg) 0 100% no-repeat scroll;
        }
    
            div.article #aboutTM #aboutTM_inner_inner
            {
                background: url(/img/aboutTM/bg_top.jpg) 0 0 no-repeat scroll;
                padding: 30px 30px 10px 30px;
            }

                div.article #aboutTM h4
                {
                    margin: 0 0 20px 0;
                    text-align: center;
                }

                div.article #aboutTM dl
                {
                    margin: 0;
                }
                    div.article #aboutTM dl dt
                    {
                        font-family: futura, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
                    }
                    div.article #aboutTM dl dd
                    {
                        margin: 0 0 20px 0;
                    }

    #toPage
    {
        line-height: 0;
        margin: 0 0 10px 0;
        text-align: center;
    }
