﻿@charset "utf-8";

#body {
    width: 100%;
    /*background: url(../images/sub/bg1.png) repeat;*/
}

/* header */
#header {
    width: 100%;
    height: 80px;
    text-align: center;
    background: #fff;
    border-bottom: 4px #3d3d3b solid;
    position: fixed;
    z-index: 99;
}

#footer {width:100%; text-align:center; margin-top:120px; background:#f3f3f3; border-top:1px  #e8e8e8 solid;}
.footer_bg{ }

/* footer */
.footer {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 40px;
    text-align: center;
}



    .footer p.footeraddress {
        color: #525252 !important;
        font-size: 11px;
        margin-top: 20px;
        line-height: 160%;
    }

        .footer p.footeraddress span {
            font-family: sans-serif;
        }


/* visual */
#visual {
    display: block;
    width: 1%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 120px;
    background: white;
    z-index: 1;
}

    #visual .visual_bx {
        display: block;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

/* wrap */
#main_apps {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: white;
    padding-bottom: 200px;
}

    #main_apps .main_apps_sub {
        width: 900px;
        margin: 0 auto;
    }

        #main_apps .main_apps_sub table {
            margin-left: 100px;
        }

        #main_apps .main_apps_sub tr {
            height: 100px;
        }

        #main_apps .main_apps_sub td {
            width: 400px;
        }

            #main_apps .main_apps_sub td img {
                width: 280px;
                height: 88px;
            }


#index_logo {
    padding-top: 20px;
    width: 192px;
    height: 48px;
}
