html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

body
{
   width: 100%;
   margin: 0;
   padding: 0;
   font-family: verdana, 'trebuchet ms', sans-serif;
   font-size: 12px;
   text-align: center;
   color: #333;
   background:  #3b3b39;
   background:url(./img/back.jpg);
}

/* レイアウト補助（変更不可） */
.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* 検索ボックス */

form, input { margin: 0; padding: 0; }

.search
{
   width: 250px;
   height: 20px;
   background-color: #ffffff;
   text-align: center;
   line-height: 20px;
   position:absolute; bottom:5px; right:0px;
}
.label
{
   font-size: 12px;
   height: 20px;
   float: left;
}
.input
{
   background: #dbdada;
   float: left;
   width: auto;
   height: 20px;
}
.submit 
{
   background: #382d32;
   float: left;
   width: auto;
   height: 20px;
}
.input 
{
    padding-left: 3px;
    background: #dbdada;
    margin-left: 2px;
    font: 11px/18px arial, verdana, sans-serif; color: #6b6266;
    padding: 0px;
    height: 20px;
    border: 1px solid #382d32;
}
.submit 
{
    border-width: 0px;
    background: #382d32;
    padding: 2px;
    margin: 0px;
    font: 12px/18px arial, verdana, sans-serif;
    cursor: hand;
    color: #ffffff;
    height: 20px;
}

/* リンク */

a { text-decoration: underline; color: #3b3b39; }
a:hover { color: #3b3b39; }

a img { border: 0; }

/* 見出し */

h1, h2, h3, h4, h6 { font-weight: bold; }
h1, h2, h3, h4, h6, p, ol, ul, pre, blockquote
{
   margin: 10px 0;
}



/* ページレイアウト */


/* 全体を囲むレイアウトコンテナ */

#container
{
   width: 920px;
   position: relative;
   margin: 0 auto;
   text-align: center;
}

#container-inner { position: static; width: auto; }


/* ヘッダー部分 */

#banner
{
   position: relative;
   width: 920px; /* necessary for ie win */
   height: 95px;
   background: #ffffff;
}

#banner-inner { position: static; padding: 0; }


/* サイトタイトル部分 */

#banner-header
{
   margin: 0;
   color: #666;
   font-size: 22px;
   font-weight: bold;
   line-height: 1.5;
display:block;
width:700px;
height:90px;
       
        top:10px;
}

/* サイトタイトルリンク色 */

#banner a { color: #666; text-decoration: none; }
#banner a:hover { color: #666; }


/* サイト説明 */

#banner-description
{
   position:absolute; top:0px; left:150px;
   color: #949678;
   font-size: 12px;
}

/* ロゴ画像位置 */

.logo
{
   margin: 0;
   position:absolute; top:0px; left:0px;
}


/* ナビゲーション（変更不可） */

.navi
{
   width: auto;
   margin: 0px;
   height: 26px;
   background-color: #AFEEEE;
   text-align: center;
}
.navi-inner
{
   width: 876px;
   margin: 0px auto;
   padding-top: 2px;
}
.navi a
{
   width: 144px; 
   height: 25px;
   font-size: 12px;
   line-height: 25px;
   margin: 0;
   padding: 0;
   text-decoration: none;
   color: #949678;
   text-align: center;
   color: #666;
   display: block;
   float: left;
}
.inner1 { background: url(img/navi1.gif)  no-repeat; }
.inner2 { background: url(img/navi2.gif)  no-repeat; }
.inner3 { background: url(img/navi3.gif)  no-repeat; }
.inner4 { background: url(img/navi4.gif)  no-repeat; }
.inner5 { background: url(img/navi5.gif)  no-repeat; }
.inner6 { background: url(img/navi6.gif)  no-repeat; }
.navi a:hover
{
   background: url(img/navi.gif)  no-repeat;
   color: #ff6600;
}


/* メインコンテンツ */


/* メインコンテンツを囲むレイアウトコンテナ */

#pagebody
{
   position: relative;
   width: 100%;
   text-align: center;
   background: #ffffff;
}
#pagebody-inner
{
   position: static;
   width: 910px;
   text-align: left;
   margin: 0 auto 10px;
}


/* 左サイドメニュー */

#alpha {
   display: inline;
   position: relative;
   float: left;
   min-height: 1px;
   width: 180px;
   margin-top: 10px;
   margin-right: 5px;
}

#alpha-inner{ position: static; }


/* 中央コンテンツ */

#beta {
   display: inline;
   position: relative;
   float: left;
   min-height: 1px;
   width: 525px; 
   margin-top: 10px;
}
#beta-inner { position: static; padding: 0 5px; }


/* 右サイドメニュー */

#delta {
   display: inline; /* ie win bugfix */
   position: relative;
   float: right;
   min-height: 1px;
   width: 190px;
   margin-top: 10px;
   background: #F5F5F5;
}
#delta-inner { position: static; padding: 0; }


/* 中央記事部分 */

/* おすすめ */
.best
{
   width: auto; 
   height: auto;
   margin-bottom: 10px;
   padding: 5px;
   color: #949678;
   background: #F5F5F5; 
   line-height: 1.5;
}
.best a { color: #0000FF; }


/* ピックアップ（左）*/
.pickup
{
   width: 47%; 
   height: 190px;
   margin: 5px 0;
   padding: 5px;
   color: #333;
   line-height: 1.5;
   float: left;
}

/* ピックアップ（右）*/
.pickup-r
{
   width: 47%; 
   height: 190px;
   margin: 5px 0;
   padding: 5px;
   color: #333;
   line-height: 1.5;
   float: right;
}

.archive
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 10px;
}


/* 中央見出し */
.archive-header
{
   position: relative;
   width: auto;
   height: 28px;
   margin: 0;
   padding-left: 5px;
   color: #666;
   background: #FFC0CB;
   font-size: 14px;
   font-weight: bold;
   line-height: 28px;
   text-transform: uppercase;
   border-bottom: 1px solid #fff;
}


/* 商品タイトル（小見出し） */
.entry-header
{
   margin-top: 10px;
   padding: 0 0 0 10px;
   color: #666;
   font-size: 12px;
   font-weight: bold;
}


/* 記事部分 */
entry
{
   position: relative;
   margin-top: 10px;
}

.entry-body
{
   margin: 10px 0;
   padding: 5px 0;
   color: #333;
   font-size: 12px;
   line-height: 1.5;
}
.entry-content
{
   position: static;
   clear: both;
}

.entry-excerpt,
.entry-more-link,
.entry-more { clear: both; }

/* 記事フッター */
.entry-footer{
   margin: 5px 10px 0 0;
   padding: 5px 0;
   text-align: right;
   font-size: 10px;
   border-top: 1px dotted #dae0e6;
   color: #999;
}

/* バナー */
.img { margin: 10px 0; }

/* 商品画像 */
.photo { float: left; clear: both; }

/* パンくずリスト */

.content-nav { background: #fff; margin: 0;}
.content-nav-bread { background: #fff; margin: 0;}

/* ページの上に戻る */
.gotop { text-align: right;  clear: both;}

/* もっと詳しく見る */
.more
{
   text-align: right;
   margin-top: 5px;
   clear: both;
}

/* フッター */


#footer
{
   width: 100%; /* necessary for ie win */
   height: 60px;
   position: relative;
   background: url(img/footer.gif) right bottom no-repeat #ffffff;
}

#footer-inner
{
   position: static;
   line-height: 60px;
   font-size: 10px;
   text-align: center;
   color: #666;
}


/* 左右サイドメニューコンテンツ */

/* 記事部分リンク色 */
.module-content a { color: #c7caad; }
.module-content a:hover { color: #c7caad; }

/* サイドメニュー見出し */
.module-header
{
   position: relative;
   width: auto;
   height: 20px;
   margin: 0;
   padding: 0 0 0 5px;
   color: #fff;
   background: #999;
   font-size: 11px;
   font-weight: bold;
   line-height: 20px;
   text-transform: uppercase;
   text-align: left;
   border-bottom: 1px solid #fff;
}

/* サイドメニュー内部 */
.module
{
   position: relative;
   overflow: hidden;
}

.module-content
{
   position: static;
   margin-bottom: 5px;
   padding: 5px;
   color: #949678;
}

/* カテゴリーリスト部分 */
.module-list
{
   margin: 0;
   padding: 0;
   list-style: none;
}

.module-list-item a
{
   width: 173px; 
   height: 20px;
   background-color: #ffffff;
   text-indent: 5px;
   display: block;
   font-size: 12px;
   line-height: 1.5;
   margin: 5px 0;
   letter-spacing: 0.1em;
   border: 1px solid #666;
   text-decoration: none;
   color: #666;
}

.module-list-item a:hover
{
   background-color: #ffcccc;
   border: 1px solid #666;
   color: #666;
}

.rank-header a
{
   color: #ffcc00;
   font-size: 12px;
   font-weight: bold;
   line-height: 1.5;
}

/* 店舗情報（電話番号） */

.tel
{
   font-size: 18px;
   line-height: 1.5;
   margin: 5px 0;
   font-weight: bold;
   color: #ff3300;
}

/* 店舗情報（住所等） */
.info
{
   width: auto; 
   height: auto;
   background-color: #fff;
   text-indent: 5px;
   display: block;
   font-size: 12px;
   line-height: 1.5;
   margin-bottom: 5px;
   padding: 5px;
   letter-spacing: 0.1em;
   text-decoration: none;
   color: #666;
}

/* 左メニュー画像ボタン部分 */
.info_l
{
   width: 175px; 
   height: auto;
   background-color: #fff;
   display: block;
   margin-bottom: 5px;
   padding: 0;
}

/* 法律表記ページ */
.cb
{
  height: 500px;
  margin: 0;
  padding: 0;
}
.ct
{
  width: 160px;
  padding: 5px;
  margin: 0px;
  font-weight: bold;
  float: left;
}
.cc
{
  width: 320px;
  padding: 5px;
  margin: 0px;
  float: left;
}
.cd { margin: 0; clear: both; }

/* サイトマップページ */
.sitemap ul
 {
   list-style: none;
   margin: 0px;
   padding: 0px;
}
.sitemap li
{
   margin: 0px;
   padding: 0px 0px 0px 16px;
   list-style: none;
   background: url(img/li.gif) no-repeat;
}
.sitemap2 ul
 {
   list-style: none;
   margin: 0px;
   padding: 0px;
}
.sitemap2 li
{
   margin: 0px;
   padding: 0px 0px 0px 16px;
   list-style: none;
   background: url(img/lie.gif) no-repeat;

.kazari1 {
  background-color: #FFFFFF;
  padding: 5px 15px 10px 15px;
  margin: 0px 10px 0px 10px;
  font-size: 12px;
  clear :both;}

.spo {
   font-size:8px;
   color:#999999;
   text-decoration:none;

}

.spo a {
        color: #999999;
        font-size:8px;
       text-decoration: none;
}