@charset "Shift_JIS";

/* 要素リセット */
body{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color: #666666; /* 標準文字色 */
    background-image : url(../img/bg_1Eb_01.png);
    background-position: top left;
    background-repeat: repeat-x;
    min-width: 900px;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-child body{
    font-size: 70%;
}
/* end */

img{
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#container{
    background-image : url(../img/footerBg_1Eb.png);
    background-position: bottom left;
    background-repeat: repeat-x;
    position: relative;
}

#header{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    height: 135px;
    zoom: 1;
}

#inner{
    width: 900px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    position: relative;
    padding-top: 0px;
}

.layoutset-01 #inner{
    background-image : url(../img/cLine_1Eb_01.png);
    background-position: top left;
    background-repeat: repeat-x;
}

#inner:after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#wrapper{
    width: 655px;
    float: right;
    position: relative;
}

#title{
    margin-top: 0;
}

.layoutset-01 #title{
    width: 900px;
    height: 280px;
    margin-left: -245px;
}

* html .layoutset-01 #title{
    position: absolute;
    top: 0px;
    left: 0px;
}


#main{
    width: 655px;
    padding-top: 10px;
    text-align: left;
    min-height: 400px;
}

* html .layoutset-01 #main{
    /* for IE6 */
    padding-top: 290px;
    height: 690px;
}

* html .layoutset-02 #main{
    /* for IE6 */
    height: 400px;
}

#aside{
    width: 225px;
    float: left;
    padding-top: 20px;
}

#footer{
    width: 900px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    clear: both;
}

#nav{
    width: 225px;
    float: left;
}

.layoutset-01 #nav{
    padding-top: 295px;
}



/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */

/* コンテンツ配置領域 */

/* ナビゲーション */
#nav ul{
    display: block;
    width: 200px;
    margin-top: -1px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    list-style-type: none;
    text-align: left;
    background-color: #D1D2D2;
}

#nav ul:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#nav li{
    display: block;
    height: 40px;
    overflow: hidden;
    background-image : url(../img/navBg_1Eb_02.png);
    background-position: top center;
    background-repeat: no-repeat;
}

#nav li a{
    display: block;
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 14px;
}


#nav li span.en{
    display: none;
}


#nav a:link{
    color: #666666;
    text-decoration: none;
}
#nav a:visited{
    color: #666666;
    text-decoration: none;
}
#nav a:hover{
    color: #1C6BCE;
    text-decoration: none;
}
#nav a:active{
    color: #1C6BCE;
    text-decoration: none;
}

/* ヘッダー内パーツ */
#headerExtra1{
    width: 450px;
    margin-top: -57px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    float: right;
    text-align: right;
}

#headerExtra1 p.tel{
    /* 電話番号の文字設定 */
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 1.15em;
    line-height: 1.3;
    text-align: right;
}

#headerExtra1 p.tel span
{
    /* 電話番号の「TEL」文字設定 */
}

#headerExtra1 p.address{
    /* 住所文字設定 */
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    line-height: 1.3;
    text-align: right;
    font-size: 1.15em;
}




