@charset "utf-8";

/* 要素リセット */
body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-family: 'メイリオ' , Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' , sans-serif;
    color: #FFF; /* 標準文字色 */
    background-color: #000;
    background-image : url(../images/body_bg.jpg);
    background-repeat: repeat;
    background-position: center top;
    background-attachment: fixed;
}

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

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

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#container {
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 6px;
    padding-left: 6px;
    background-color: #ccc;
}

#header {
    margin-top: -1px;
    width: 900px;
    height: 84px;
    background-image : url(../images/header_bg.jpg);
    background-repeat: repeat;
    background-position: left top;
    color: #241818;
    border-top: 2px solid #4D2E1C;
    border-bottom: 2px solid #4D2E1C;
}

#inner {
    width: 900px;
    clear: both;
    float: left;
    position: relative;
    background-color: #ccc;
}

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

#wrapper {
    width: 620px;
    xpadding-right: 5px;
    xpadding-left: 5px;
    float: right;
    xborder: 1px solid #00f;
}

#title {
    margin-right: auto;
    margin-left: auto;
}

.layoutset-01 #title {
    margin-top: 56px;
    overflow: hidden;
    width: 900px;
    height: 380px;
    position: absolute;
    top: 0;
    left: 0;
}

.layoutset-01 #title h2 {
    display: none;
    text-indent: -9999px;
    overflow: hidden;
    text-align: left;
    /*background-image : url(../images/top_mainimg.png);
    background-repeat: no-repeat;
    background-position: center top;*/
    margin-top: 0;
    margin-bottom: 0;
}
/*
.layoutset-01 .flexslider {
    height: 350px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    border: 1px solid #f00;
}
*/
.layoutset-01 ul.slider1 {
    height: 350px;
    margin: 0;
    padding: 0;
}

.layoutset-02 #title h2 {
    display: none;
    /*margin-top: 50px;
    height: 0;*/
    text-indent: -9999px;
    overflow: hidden;
}

#main {
    text-align: left;
    padding-top: 445px;
    padding-right: 5px;
    padding-left: 5px;
    /*background-color: #000;*/
}

.layoutset-01 #main {
    padding-top: 445px;

}

.layoutset-02 #main {
    padding-top: 58px;
    clear: both;
    text-align: left;
}

#hpb-aside {
    width: 268px;
    margin-top: 56px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding: 2px;
    float: left;
}

.layoutset-01 #hpb-aside {
    margin-top: 445px;
}

* html #hpb-aside {
    /* for IE6 */
    float: none;
}

#footer {
    clear: both;
    position: relative;
    background-color: #534640;
}

#nav {
    position: absolute;
    left: 5px;
    width: 900px;
    height: 54px;
    overflow: hidden;
    background-color: #ccc;
}

.layoutset-01 #nav {
    /*top: 350px;*/
    top: 2px;
}

.layoutset-02 #nav {
    top: 2px;
}

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

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

/* ナビゲーション */
#nav ul {
    margin: 0;
    padding: 0;
    height: 50px;
    list-style-type: none;
    overflow: hidden;
}

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

#nav li {
    float: left;
    display: inline;
    height: 50px;
    overflow: hidden;
}

#nav li a {
    overflow: hidden;
    display: block;
    height: 50px;
}

#nav li span.ja {
    font-family: Century, HeiseiMincho, 'Hiragino Mincho Pro' , "ＭＳ 明朝" , 'MS Mincho' , serif;
}

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

/* トップページデザイン */
#wrapper p {
    margin: 0;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #000;
    font-size: 13.5px;
    line-height: 1.5;
}

#wrapper #toppage p:first-child {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-bottom: 0;
    line-height: 1.8;
    background-color: #1a1a1a;
}

#wrapper .comp_info_left {
    width: 310px;
    height: 210px;
    float: left;
}

#wrapper .comp_info_right {
    width: 290px;
    height: 210px;
    color: #4D2E1C;
    font-size: 13.5px;
    float: right;
}

#wrapper .comp_info_right .comp_info_name {
    margin-bottom: 4px;
    margin-left: -15px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    font-size: 14.5px;
    font-weight: bold;
}

#wrapper .comp_info_right .comp_info_contact a {
    display: block;
    width: 250px;
    height: 40px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 4px;
    margin-left: 10px;
    text-indent: -9999px;
    overflow: hidden;
    background-image : url(../images/contact_bg.png);
    background-repeat: repeat;
    background-position: left top;
}









#wrapper #toppage-info h3
{
    margin-bottom: 0;
}
#wrapper #toppage-info h3 span.en
{
    font-weight: normal;
    letter-spacing: 0.2em;
}
#wrapper #toppage-info h3 span.ja
{
    display: none;
}

#wrapper #toppage-info p {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    line-height: 1.8;
    background-color: #1a1a1a;
}

/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/
/* ヘッダー内パーツ */
#header_main {
    padding-top: 7px;
    padding-left: 20px;
}

#header_main h1 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: -8px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    color: #fff;
    text-align: left;
    font-weight: normal;
    line-height: 11px;
    font-size: 11px;
}

#header_logo {
    margin-top: 4px;
    margin-left: 10px;
    width: 390px;
    float: left;
}

#header_logo a {
    display: block;
    width: 390px;
    height: 54px;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-indent: -9999px;
    overflow: hidden;
    background-image : url(../images/logo.png);
    background-position: center left;
    background-repeat: no-repeat;
}

#header_extra1 {
    width: 426px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0;
    margin-left: 16px;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 0;
    font-size: 1em;
    float: right;
}

.shopinfo {
    display: block;
    position: relative;
    width: 420px;
    height: 56px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    color: #fff;
    text-shadow: 2px 2px 2px #42321F;
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.4);
}

#header_extra1 .shopinfo .tel {
    position: absolute;
    top: 26px;
    left: 12px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 34px;
    font-weight: bold;
    text-align: right;
    font-size: 20px;
    /*font-family: Century, HeiseiMincho, 'Hiragino Mincho Pro' , 'MS Mincho' , 'ヒラギノ明朝 Pro W3' , 'ＭＳ Ｐ明朝' , serif;*/
    background-image: url(../images/tel.png);
    background-position: 0px 3px;
    background-repeat: no-repeat;
}

#header_extra1 .shopinfo .fax {
    position: absolute;
    top: 26px;
    left: 220px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 34px;
    font-weight: bold;
    text-align: right;
    font-size: 20px;
    /*font-family: Century, HeiseiMincho, 'Hiragino Mincho Pro' , 'MS Mincho' , 'ヒラギノ明朝 Pro W3' , 'ＭＳ Ｐ明朝' , serif;*/
    background-image: url(../images/fax.png);
    background-position: 0px 3px;
    background-repeat: no-repeat;
}

#header_extra1 .shopinfo .address {
    position: absolute;
    top: 4px;
    left: 12px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 10px;
    font-size: 15px;
    /*font-family: Century, HeiseiMincho, 'Hiragino Mincho Pro' , 'MS Mincho' , 'ヒラギノ明朝 Pro W3' , 'ＭＳ Ｐ明朝' , serif;*/
}

#header_extra2{
}



/* ページの先頭へのリンク設定 */
#pagetop
{
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    text-align: left;
    padding-left: 5px;
    padding-bottom: 15px;
}

#pagetop a
{
    display: block;
    width: 138px;
    height: 38px;
    margin-left: auto;
    margin-right: 0;
    background-image : url(../images/returntop.png);
    background-position: center right;
    background-repeat: no-repeat;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
}

/* リンク文字色 */
a:link {
    /*color: #FFF;*/
    color: #41210C;
    text-decoration: none;
}

a:visited {
    /*color: #FFF;*/
    color: #41210C;
    text-decoration: none;
}

a:hover {
    /*color: #d1bc8c;*/
    color: #000;
    text-decoration: underline;
}

a:active {
    /*color: #d1bc8c;*/
    color: #000;
    text-decoration: underline;
}

