/* 基本レイアウト */

html { margin: 0; padding: 0; }
form, input { margin: 0; padding: 0; }
a img { border: 0; }


/* リンク色（ページ全体） */

a { color: #0000ff; text-decoration: underline; }
a:hover { color: #ff9900; }


/* リンク色（ヘッダー） */

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


/* リンク色（サイドメニュー） */

.module-content a { color: #666; text-decoration: none; }
.module-content a:hover { color: #666; }

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

/* 見出し */

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


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

body
{
   min-width: 790px;
   margin: 0;
   padding: 0;
   font-family: verdana, 'trebuchet ms', sans-serif;
   font-size: 0.8em;
   text-align: center;
   color: #666;
   background: #fff;
}

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

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


/* ヘッダー（レイアウト） */

#banner
{
   position: relative;
   width: 790px; /* necessary for ie win */
   height: 80px;
}

#banner-inner
{
   position: static;
   height: 80px;
}


/* ヘッダー（サイトタイトル） */

#banner h1
{
   margin: 0;
   padding:0;
   font-size:10px;
   font-weight:normal;
   position:absolute; top:3px; left:20px;
   color:999;
}

.title
{
   margin: 0;
   padding:0;
   font-size:10px;
   font-weight:normal;
   position:absolute; top:3px; left:20px;
   color:999;
}

#banner-header a
{
   margin: 0;
   width: 270px; 
   height: 46px;
   display: block;
   position:absolute; top:25px; left:20px;
}


/* ヘッダー（検索ボックス） */

#banner-search
{
   position:absolute; bottom:98px; left:45px;
   color: #66837d;
}


/* ヘッダー（サイト説明） */

.banner-des
{
   width: 330px;
   position:absolute; top:150px; right:15px;
   font-size: 12px;
   font-weight: normal;
   color: #ccc;
}

#banner-description
{
   display: none;
}

#pick-up
{
   display: block;
   width: 233px;
   height: 299px;
   position:absolute; top:15px; right:20px;
}

#pick-text
{
   width: 285px;
   position:absolute; bottom:35px; left:15px;
   font-size: 12px;
   font-weight: normal;
   color: #fff;
}
.reco
{
   font-size: 18px;
   font-weight: bold;
   color: #fff;
}
.present
{
   position: relative;
   overflow: hidden;
   width: 190px; 
   margin: 0;
   padding: 0;
   color: #ccc;
}
.price
{
   position:absolute; bottom:5px; left:225px;
}

#a-banner
{
   position: relative;
   width: 570px;
   height: 270px;
}

.category-header
{
    width: 550;
    height: 200px;
    margin: 10px 0;
}

/* ナビゲーション */

.navi
{
   width: auto;
   margin: 0px;
   font-size: 10px;
   position:absolute; top:53px; right:20px;
}
.navi2
{
   width: auto;
   margin: 0px;
   font-size: 10px;
   position:absolute; top:2px; right:20px;
}

/* メインコンテンツ全体 基本レイアウト*/

#pagebody
{
   position: relative;
   width: 790;
   text-align: center;
}

#pagebody-inner 
{
   position: static;
   width: 780;
   margin: 0 5px;
   text-align: left; 
}

#alpha
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
}

#beta 
{ 
   display: inline; /* ie win bugfix */
   position: relative;
   float: right;
   min-height: 1px;
}

#alpha-inner, #beta-inner
{
   position: static;
}


/* メインコンテンツ基本レイアウト（記事部分） */

#alpha { 
   margin: 0 0 10px 10px; 
   width: 570px; 
}
#alpha-inner { 
   width: 550px;
   margin: 0 auto;
}


/* メインコンテンツ基本レイアウト（サイドメニュー） */

#beta {
   width: 200px;
}
#beta-inner { padding: 0 5px; }


/* 記事部分コンテンツ */

.archive-header
{
   position: relative;
   width: auto;
   height: 45px;
   line-height: 45px;
   margin: 10px 0;
   padding-left: 45px;
   color: #333;
   background: url(img/ah.gif)  no-repeat;
   font-size: 14px;
   font-weight: bold;
   text-transform: uppercase;
   clear: both;
}

.img { float: left; margin: 7px 5px 7px 0; }

.entry-header1
{
   position: relative;
   margin: 3px 0;
   width: 100%; 
   padding: 1px;
   color: #666;
   font-size: 12px;
   font-weight: bold;
   line-height: 1.25;
   border-bottom: 1px solid #ccc;
   clear: both;
}
.entry-header2
{
   position: relative;
   margin: 3px 0;
   width: 100%; 
   padding: 1px;
   color: #666;
   font-size: 16px;
   font-weight: bold;
   line-height: 1.25;
   clear: both;
}
.entry-header1 a { color: #666; text-decoration: none; }

.entry-header
{
   position: relative;
   margin: 20px 0 5px;
   width: 100%; 
   padding: 1px;
   color: #666;
   font-size: 16px;
   font-weight: bold;
   line-height: 1.25;
   border-bottom: 1px solid #ccc;
   clear: both;
}

.entry-header a { color: #666; text-decoration: none; }

#entry-title {font-size: 18px; margin: 10px 0; }

.t-title
{
   margin: 30px 0;
   width: 100%; 
   font-size: 20px;
   font-weight: bold;
   color: #fff;
   background: #666;
   line-height: 28px;
   text-align: center;
   letter-spacing: 0.3em;
   clear: both;
}

.entry-content { position: static; clear: both; }
.entry,
.entry-more { clear: both; }
.entry-bottom { clear: both; }
.entry-footer{
   margin: 5px 10px 0 0;
   padding: 5px 0;
   text-align: right;
   font-size: 10px;
   border-top: 1px dotted #ccc;
   color: #999;
}

.s-header
{
   position: relative;
   margin: 10px 0 5px 0;
   width: auto; 
   font-size: 12px;
   font-weight: bold;
   clear: both;
   height: 16px;
}

.gotop { text-align: right;  clear: both;}
.more { text-align: right;  clear: both;}
.top-right { text-align: right;  clear: both;}

.content-navi {
   width: 100%;
   background: #ccc;
   color: #fff;
   padding: 1px;
}
.content-nav {
   width: 100%;
   background: #ccc;
   color: #fff;
   padding: 1px;
   clear: both;
   text-align: center;
}

/* フッター */

#footer
{
   width: 790px; /* necessary for ie win */
   height: 30px;
   position: relative;
}

#footer-inner
{
   font-size: 10px;
   padding: 0 10px;
   margin: 0 auto;
   text-align: right;
   color: #999;
   line-height: 30px;
}

.footer-navi
{ 
   clear: both;
}


/* サイドメニュー内部 */

.m-header
{
   position: relative;
   width: auto;
   height: 16px;
   margin: 5px;
   padding: 0;
   color: #fff;
   background: #666;
   font-size: 12px;
   font-weight: nomal;
   line-height: 18px;
   text-transform: uppercase;
   text-align: center;
}

.m-content
{
   position: relative;
   overflow: hidden;
   width: 190px; 
   margin: 0;
   padding: 0;
   color: #999;
}

.m-cont
{
   width: 180px; 
   margin: 0 10px 0;
   padding: 0;
}

ul
{
   margin: 0;
   padding: 0;
   list-style: none;
}

li.rock a
{
   width: 190px; 
   height: 130px;
   display: block;
   font-size: 12px;
   line-height: 30px;
   text-indent: 10px;
   margin: 0;
   text-decoration: none;
   background: url(img/rockli.gif)  no-repeat;
   color: #fff;
}
li.reggae a
{
   width: 190px; 
   height: 130px;
   display: block;
   font-size: 12px;
   line-height: 30px;
   text-indent: 10px;
   margin: 0;
   text-decoration: none;
   background: url(img/reggaeli.gif)  no-repeat;
   color: #fff;
}
li.impact a
{
   width: 190px; 
   height: 130px;
   display: block;
   font-size: 12px;
   line-height: 30px;
   text-indent: 10px;
   margin: 0;
   text-decoration: none;
   background: url(img/impactli.gif)  no-repeat;
   color: #fff;
}
li.logot a
{
   width: 190px; 
   height: 130px;
   display: block;
   font-size: 12px;
   line-height: 30px;
   text-indent: 10px;
   margin: 0;
   text-decoration: none;
   background: url(img/logoli.gif)  no-repeat;
   color: #fff;
}
li.simple a
{
   width: 190px; 
   height: 130px;
   display: block;
   font-size: 12px;
   line-height: 30px;
   text-indent: 10px;
   margin: 0;
   text-decoration: none;
   background: url(img/simpleli.gif)  no-repeat;
   color: #fff;
}

li.rock a:hover
{
   background: url(img/rocklih.gif)  no-repeat;
   color: #fff;
}
li.reggae a:hover
{
   background: url(img/reggaelih.gif)  no-repeat;
   color: #fff;
}
li.impact a:hover
{
   background: url(img/impactlih.gif)  no-repeat;
   color: #fff;
}
li.logot a:hover
{
   background: url(img/logolih.gif)  no-repeat;
   color: #fff;
}
li.simple a:hover
{
   background: url(img/simplelih.gif)  no-repeat;
   color: #fff;
}

/* おすすめ・ピックアップ部分 */

.pickup
{
   width: 550px; 
   margin: 5px 0;
   padding: 0;
   border: 1px solid #999;
   line-height: 1.25;
}
.pickup1
{
   width: 275px; 
   height: 220px;
   margin: 5px 0;
   padding: 0;
   line-height: 1.25;
   float: left;
   background: url(img/pbg1.gif)  no-repeat;
}

.p-inner
{
   padding: 10px;
   margin: 2px 0;
}

.pickup2
{
    width: 255px; 
    height: 110px;
    margin:5px;
    padding: 3px;
    color: #333;
    line-height: 1.25;
    border: 1px solid #ccc;
    float: left;
}

.pickup3
{
    width: 250px; 
    height: 100px;
    margin:20px 5px;
    padding: 3px;
    color: #333;
    line-height: 1.25;
    float: left;
    border-left: 5px solid #dcdcdc;
}


.pickup2 p
{
    margin:0px;
    padding: 0px;
}


.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
}

td { font-size: 12px; }


/* サイトマップページ */

.sitemap ul
 {
   margin: 0px;
   padding: 0px;
}
.sitemap li
{
   margin: 0px;
   padding: 0px 0px 0px 5px;
}
.sitemap2 ul
 {
   margin: 0px;
   padding: 0px;
}
.sitemap2 li
{
   margin: 0px;
   padding: 0px 0px 0px 5px;
}

.center{ text-align: center;}
.right{ text-align: right; margin: 0px;}

.bg_white{ background: #fff;}
.white{ color: #fff;}
.red{ color: #ff0000;}

.cart
{
    width: 235px;
   margin: 0;
    padding: 5px ;
    position: relative;
    float: right;
}
.entry-box p
{
   margin-bottom: 5px;
}
.entry-box
{
    border: 1px solid #ccc;
    padding: 5px;
    background: #f5f5f5;
   margin-bottom: 15px;
}
.label
{
    display: block;
    width: 45px;
    font-size: 12px;
    float: left;
}

.bottan
{
    width: 178px; 
    height: 30px;
    text-indent: -9999px;
    display: block;
    background: url(img/cart.gif)  no-repeat;
    padding: 0px;
    margin: 0px;
    border: 0px;
}

.bottan:hover
{
   background: url(img/cart_h.gif)  no-repeat;
}

.shl
{
   width: 430px; 
   padding: 1px;
   line-height: 14px;
   display: inline-block;
   float: left;
   border-bottom: 1px solid #ccc;
}
.shr
{
   width: 110px; 
   text-align: right;
   padding: 1px;
   line-height: 15px;
   display: inline-block;
   float: left;
}
.shop { margin: 30px 0 10px 0; }
.box1
{
    border: 1px solid #ccc;
    padding: 5px;
    background: #f5f5f5;
   margin: 15px 0;
}
.box2
{
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    margin: 15px 0;
}

/* サイトマップページ */
.sitemap ul
 {
   list-style: none;
   margin: 0px;
   padding: 0px;
}
.sitemap li
{
   margin: 0px;
   padding: 0px 0px 0px 16px;
   list-style: none;
   background: url(img/sli.gif) no-repeat #fff;
}
.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;
}
.entry-box b { font-size: 1.2em }
.box
 {
   margin: 0 5px;
   padding: 5px;
   background: #f5f5f5;
   border: 1px solid #ccc;
}
.b { font-weight: bold; }