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;
}

/* レイアウト補助（変更不可） */
.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: #006699;
   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: 100%;
   position: relative;
   margin: 0 auto;
   text-align: center;
}

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


/* ヘッダー部分 */

#banner
{
   position: relative;
   width: 100%; /* necessary for ie win */
   height: 95px;
   background: #006699;
}

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


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

#banner-header
{
   margin: 0;
   color: #666;
   font-size: 22px;
   font-weight: bold;
   line-height: 1.5;
   position:absolute; top:35px; left:85px;
}

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

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


/* サイト説明 */

#banner-description
{
   position:absolute; top:10px; left:85px;
   color: #fff;
   font-size: 12px;
}

/* ロゴ画像位置 */

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


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

.navi
{
   width: auto;
   margin: 0px;
   height: 26px;
   background-color: #3b3b39;
   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: #3b3b39;
}
#delta-inner { position: static; padding: 0; }


/* 中央記事部分 */

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


/* ピックアップ（左）*/
.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: #fff;
   background: #ff6600;
   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: 14px;
   line-height: 1.5em;
}

.entry-content table,td {
font-size: 14px;
vertical-align: top;
line-height: 1.2em;
padding:10px;

}

.entry-content
{
   position: static;
font-size: 14px;
line-height: 1.2em;
   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 #006699;
}

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


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

/* 記事部分リンク色 */
.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: #666;
   font-size: 12px;
   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: #006699;
   border: 1px solid #666;
   color: #fff;
}

.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
{
   padding: 2px;
   margin: 0px;
   font: 12px;
}
.ct
{
   width: 160px; 
   height: 40px;
   padding: 5px;
   margin: 0px;
   border: 1px solid #666;
   font-weight: bold;
   background-color: #ffcc00;
}
.cc
{
   width: 320px; 
   height: 40px;
   padding: 5px;
   margin: 0px;
   border: 1px solid #666;
}
.cd { margin: 2px 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;
}


div#order table {
float: right;
}

div#order th {
font-size: 13px;
padding: 8px 5px 8px 5px;
border-style:solid;
border-color: #1e90ff;
border-width: 1px;
border-collapse: collapse;
padding: 0.3em;
}
div#order td {
font-size: 13px;
padding: 8px 5px 8px 5px;
border-style:solid;
border-color: #1e90ff;
border-width: 1px;
border-collapse: collapse;
padding: 0.3em;
}
div#order table {
font-size: 13px;
padding: 8px 5px 8px 5px;
border-style:solid;
border-color: #1e90ff;
border-width: 1px;
border-collapse: collapse;
padding: 0.3em;
}

p {
clear: both;
}

div#order th {
background-color: #006699;
color: white;
text-align: center;
}

.dvd2{
  
  background-color : #fdffcb;
  padding-top : 5px;
  padding-left : 20px;
  padding-right : 5px;
  padding-bottom : 5px;border-width : 1px 1px 1px 1px;border-style : solid solid solid solid;border-color : maroon maroon maroon maroon;
  list-style-position : outside;
  list-style-image : url(http://e-diyshop.com/denki/img/menu01.gif);
}
.koku {
line-height: 1.5;
width: 450px; 
}





