@charset "utf-8";

body{
        background: url("../images/bg.gif") repeat 0 0;
        color:#000;
        font-size:14px;
        overflow-x:hidden;
        font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
    li{
        list-style: none;
    }
    a:link,a:visited{
        color:#bd6f00;
    }
    .loading .pic img{
        visibility: hidden;
    }
    #header-wrap{
        padding-bottom:15px;
        background: url("../images/line.png") repeat-x left bottom;
    }
    #header{
        /*width:1176px;*/
        margin:0 auto;
        padding:15px;
        overflow: hidden;
        position:relative;
        min-width:946px;
        background: #ffffff;
    }
    #header .h-left{
        width:224px;
        float:left;
    }
    #header .switchSp{
        position:absolute;
        top:18px;
        left:130px  
    }
     #header .h-right{
        width:350px;
        float:right;
        color:#989898;
        font-size:11px;
        text-align: right;
    }
    #endCont{
        margin-top: -10px;
    }
   
   
   
   