@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: #333333; /* 標準文字色 */
    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 {
    margin-top: -1px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
    padding-bottom: 0;
    background-image : url(/image/footerBg.png);
    background-position: bottom left;
    background-repeat: repeat-x;
}

#header {
    width: 900px;
    height: 80px;
    margin-right: auto;
    margin-left: auto;
}

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

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

#wrapper {
    width: 680px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    float: left;
}

* html #wrapper {
    width: 671px; /* for IE6 */
}

#title {
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}
.layoutset-01 #title {
    height: 260px;
}

.layoutset-02 #title {
    width: 680px;
    padding-top: 10px;
}

#main {
    width: 680px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    text-align: left;
}

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

.layoutset-02 #main {
    padding-top: 5px;
}

#aside {
    width: 200px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    float: right;
}

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

#footer {
    width: 900px;
    height: 300px;
    clear: both;
    margin-top: 7px;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
}

#nav {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 450px;
    height: 70px;
    overflow: hidden;
}

#flash{
    position: absolute;
    margin-top: 8px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 448px;
    top: 0px;
    left: 0px;
    width: 450px;
    height: 68px;
    overflow: hidden;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #dddddd;
}

/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */
body.layoutset-01 {
    background-image : url(/image/bg.png);
}

body.layoutset-02 {
    background-image : url(/image/cBg.png);
}

/* コンテンツ配置領域 */
/*--------------------------------------------------------
　トップナビ設定
--------------------------------------------------------*/
#navtop {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 900px;
    height: 70px;
    overflow: hidden;
}

#navtop ul {
    margin-top: 6px;
    margin-right: auto;
    margin-bottom: 1px;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    overflow: hidden;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #dddddd;
}

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

#navtop li {
    display: block;
    width: 148px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #dddddd;
    float: left;
    height: 61px;
    overflow: hidden;
}

#navtop li a {
    display: block;
    text-align: center;
}

#navtop li span.en {
    display: block;
    text-transform: capitalize;
    font-size: 11px;
    font-weight: bold;
    color: #58c0d9;
    line-height: 15px;
}

#navtop li span.ja {
    display: block;
    font-size: 14px;
    line-height: 18px;
    padding-top: 16px;
}


#navtop a:link {
    color: #666666;
    text-decoration: none;
}
#navtop a:visited {
    color: #666666;
    text-decoration: none;
}
#navtop a:hover {
    color: #58c0d9;
    text-decoration: none;
}
#navtop a:active {
    color: #58c0d9;
    text-decoration: none;
}

/* ナビゲーション */
#nav ul {
    margin-top: 6px;
    margin-right: auto;
    margin-bottom: 1px;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    overflow: hidden;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #dddddd;
}

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

#nav li {
    display: block;
    width: 148px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #dddddd;
    float: left;
    height: 61px;
    overflow: hidden;
}

#nav li a {
    display: block;
    text-align: center;
}

#nav li span.en {
    display: block;
    text-transform: capitalize;
    font-size: 11px;
    font-weight: bold;
    color: #58c0d9;
    line-height: 15px;
}

#nav li span.ja {
    display: block;
    font-size: 14px;
    line-height: 18px;
    padding-top: 16px;
}


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

/*--------------------------------------------------------
  リンク設定
--------------------------------------------------------*/
#jump a:link {
    color: #666666;
    text-decoration: none;
}
#jump a:visited {
    color: #666666;
    text-decoration: none;
}
#jump a:hover {
    color: #58c0d9;
    text-decoration: none;
}
#jump a:active {
    color: #81BA32;
    text-decoration: none;
}

/*--------------------------------------------------------
  アイコン設定
--------------------------------------------------------*/
#icon {
    top: 0px;
    left: 0px;
    width: 499px;
    height: 499px;
    overflow: hidden;
}

#icon ul {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    list-style-type: none;
    overflow: hidden;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #e984b1;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #e984b1;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #e984b1;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #e984b1;
}

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

#icon li {
    display: block;
    width: 165px;
    background-color: #ffccf8;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #e984b1;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e984b1;
    float: left;
    height: 165px;
    overflow: hidden;
}


#icon li a {
    display: block;
    text-align: center;
}

#icon li span.en {
    display: block;
    text-transform: capitalize;
    font-size: 11px;
    font-weight: bold;
    color: #81BA32;
    line-height: 15px;
}

#icon li span.ja {
    display: block;
    font-size: 14px;
    line-height: 18px;
    padding-top: 16px;
}


#icon a:link {
    color: #666666;
    text-decoration: none;
}
#icon a:visited {
    color: #666666;
    text-decoration: none;
}
#icon a:hover {
    color: #81BA32;
    text-decoration: none;
}
#icon a:active {
    color: #81BA32;
    text-decoration: none;
}

/*--------------------------------------------------------
  アイコン設定
--------------------------------------------------------*/
#icon01 {
    top: 0px;
    left: 0px;
    width: 333px;
    height: 333px;
    overflow: hidden;
}

#icon01 ul {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    list-style-type: none;
    overflow: hidden;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #e984b1;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #e984b1;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #e984b1;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #e984b1;
}

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

#icon01 li {
    display: block;
    width: 165px;
    background-color: #ffccf8;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #e984b1;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e984b1;
    float: left;
    height: 165px;
    overflow: hidden;
}


#icon01 li a {
    display: block;
    text-align: center;
}

#icon01 li span.en {
    display: block;
    text-transform: capitalize;
    font-size: 11px;
    font-weight: bold;
    color: #81BA32;
    line-height: 15px;
}

#icon01 li span.ja {
    display: block;
    font-size: 14px;
    line-height: 18px;
    padding-top: 16px;
}


#icon01 a:link {
    color: #666666;
    text-decoration: none;
}
#icon01 a:visited {
    color: #666666;
    text-decoration: none;
}
#icon01 a:hover {
    color: #81BA32;
    text-decoration: none;
}
#icon01 a:active {
    color: #81BA32;
    text-decoration: none;
}
/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/
.layoutset-01 #banner {
    background-image : url(/image/sideBg.png);
    background-position: top left;
    background-repeat: repeat-x;
}

.layoutset-02 #banner {
    background-image : url(/image/sideBg.png);
    background-position: top left;
    background-repeat: repeat-x;
}

#shopinfo {
    background-color: #F6F6F6;
}

.layoutset-01 #shopinfo {
    margin-top: 20px;
}

.layoutset-02 #shopinfo {
    margin-top: 0px;
    padding-top: 30px;
}

