@charset "Shift_JIS";

/* 要素リセット */
body{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size : 82%;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color : #333333; /* 標準文字色 */
    background-image : url(bg_1E_02.png);
    background-position: top left;
    background-repeat: repeat-x;
    min-width: 980px;
}

/* Safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-child body{
    font-size: 70%;
}
/* end */

img{
    border: 0;
}
/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#container{
    background-position: bottom left;
    background-repeat: repeat-x;
    position: relative;
}

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

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

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

.layoutset-01 #inner{
    background-image : url(cLine_1E_01.gif);
    background-position: top left;
    background-repeat: repeat-x;
}

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

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

#title{
    margin-top: 0;
}

.layoutset-01 #title{
    width: 980px;
    height : 165px;
    margin-left : -210px;
}

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


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

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

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

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

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

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

.layoutset-01 #nav{
    padding-top : 180px;
    border-top-color : #000000;
}
/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */

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

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

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

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

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

#nav li span.en{

}


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

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

#headerExtra1 p.que{
    /* 電話番号の文字設定 */
    margin: 0;
    padding: 0;
    font-size : 1.1em;
    line-height : 1.5;
    text-align: right;

display: inline-block;
border: 1px solid #555555;
padding: 0.2em 1.2em 0.2em 0.5em;
text-decoration: none;
border-radius: 0.4em;
background: orange;
color: #ffffff;

}

#headerExtra1 p.que a:link{
    color: #ffffff;
    text-decoration: none;
}
#headerExtra1 p.que a:visited{
    color: #ffffff;
    text-decoration: none;
}


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

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