/*
  $Id: stylesheet.css,v 1.3 2005/02/01 16:04:15 hiroyuki Exp $
*/

@charset "EUC-JP";

/* ID はページで一度だけ使う、レイアウト的な要素に対して使う
   class は繰り返し使うようなものに対して使う */

/* -------------------------------------
　　一般的に利用するスタイル
------------------------------------- */

body {
    font-family: Verdana, Arial, sans-serif;
    margin: 0;
    background: #512222;
    background-image: url("images/bg1.gif");
    background-attachment: fixed;
    background-repeat: repeat-x;
    background-position: 0% 0%;
}

.toplogo {

}

.base {
    width: 978px;
}

.base #overviewtitle {
  height: 42px;
  background-image: url("images/shoppinginformation.gif");
  background-repeat: no-repeat;
}
.base #overview {
  border: solid 1px #800;
  font-size: 12px;
  padding: 5px;
}
.base #overview td {
  font-size: 12px;
}

.base #overview .over-left {
  width: 435px;
  overflow:hidden;
  float: left;
}
.base #overview .over-right {
  width: 435px;
  overflow:hidden;
  float: right;
}
.base #overview .over-clear {
  clear:both;
}
.base #waku_left {
  width: 39px;
  background-image: url("images/waku_left.gif");
  margin:0;
  padding:0;
}
.base #waku_right {
  width: 39px;
  background-image: url("images/waku_right.gif");
  margin:0;
  padding:0;
}
.base #waku_top {
  background-image: url("images/waku_top.gif");
  margin:0;
  padding:0;
}
.base #waku_bottom {
  background-image: url("images/waku_bottom.gif");
  margin:0;
  padding:0;
}
.base #waku_main {
  border: solid 2px #333;
}

img{
    border: none;
}

strong{
    font-weight: bolder;
}

form{
    margin: 0;
    padding: 0;
}

.floatleft{
    float: left;
}

.floatright{
    float: right;
}

.alignleft{
    text-align: left;
}

.alignright{
    text-align: right;
}

.aligncenter{
    text-align: center;
}

.clearboth{
    clear: both;
    display: none;
}

/* -------------------------------------
　　パーツのスタイル
------------------------------------- */

/* --- 一覧表示の奇数行用 --- */

.odd{
    background: #f4f7fd;
}

/* --- 一覧表示の偶数行用 --- */

.even{
    background: #ffffff;
}

/* --- 入力フォームのタイトル幅揃え用 --- */

.formh{
    width: 8em;
}

/* --- 入力フォームのTEXTAREA --- */

textarea {
    width: 100%;
}

/* --- レジチェックボックス・マウスオフ --- */

.moduleRow { 
    background-color: #E4F9FF;
}

/* --- レジチェックボックス・マウスオーバー --- */

.moduleRowOver {
    background-color: #D7E9F7;
    cursor: hand;
}

/* --- レジチェックボックス選択行 --- */

.moduleRowSelected {
    background-color: #D7E9F7;
}

/* --- 「ご注文の最終確認」ページ「変更」文字 --- */

.orderEdit {
    color: #70d250;
    text-decoration: underline;
}

/* --- メッセージ（こんにちは、○○さん〜） --- */

.greetUser {
    color: #0000a0;
    font-weight: bold;
}

/* --- 商品価格 --- */

.productPrice {
    color: #000000;
    font-weight: bold;
}

/* --- 本体価格 --- */

.productHontaiPrice {
    color: #000000;
}

/* --- 通常価格 --- */

.productRegularPrice {
    color: #ff0000;
    font-weight: bold;
}

/* --- 特価商品価格 --- */

.productSpecialPrice {
    color: #ff0000;
    font-weight: bold;
}

/* -------------------------------------
　　エラー表示・情報表示のスタイル
------------------------------------- */

div.messageBox {
    margin-bottom: 0.5em;
}

div.messageBox p{
    padding: 2px;
}

div.messageBox p.messageStackError, p.messageStackWarning{
    background-color: #FFE6E6;
}

div.messageBox p.messageStackSuccess{
    background-color: #99ff00;
}

/* --- 一番上で表示されるエラー --- */

#errorBox{
    background: #ffb3b5;
    font-weight: bold;
}

#headerError{
    background: #ff0000;
    font-weight: bold;
    color: #ffffff;
}

#headerInfo{
    background: #00ff00;
    font-weight: bold;
    color: #ffffff;
}

/* --- フォームの入力案内 --- */

.notice_s{
    font-size: 90%;
    color: #8899bb;
}

/* --- フォームの入力エラー --- */

.error_s{
    font-size: 90%;
    color: #ff0000;
}

/* --- 注意・警告 --- */

.warning{
    color: #cc0033;
}

/* --- エラー --- */

.error{
    color: #ff0000;
}

/* --- 注意・警告（強調） --- */

.warning_bold{
    color: #cc0033;
    font-weight: bold;
}

/* --- エラー（強調） --- */

.error_bold{
    color: #ff0000;
    font-weight: bold;
}

/* -------------------------------------
　　ヘッダー用スタイル
------------------------------------- */
div#first {
    background: #232323;
    width: 100%;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    margin: 0 0 3px 0;
}
div#first h1{
    font-size: 12px;
    color: #cccccc;
    text-align: right;
    padding-right: 1em;
    font-weight: normal;
    margin: 0;
}

div#first h2{
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    position: absolute;
    top: 2px;
    left: 100px;
    z-index: 100;
padding:0;
height: 20px;
line-height: 0;
}

div#first img{
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    position: absolute;
    top: 2px;
    left: 15px;
    z-index: 100;
padding:0;
height: 25px;
line-height: 0;
}

div#header td{
    font-size: 85%;
    color: #363636;
    padding: 0;
}

div#header td form {
    vertical-align: middle;
}
div#header td form input {
    vertical-align: middle;
}
div#header td.navigation {
    height: 31px;
    vertical-align: middle;
    font-size: 12px;
    background: #A55229;
    background-image: url("images/navi_bg.gif");
    color: #FFFFFF;
}
div#header td.navigation a{
    color: #FFFFFF;
}


div#header table.main {
    background: #44501B;
/*    background-image: url("images/header_bg.gif"); */
    background-repeat: repeat-x;
}

#topbt a{
    display: block;
    float: left;
    text-decoration: none;
    margin: 0;
    width: 92px;
    height: 105px;
    background-repeat: no-repeat;
}

#topbt a:hover{
    background-position: 0px -105px;
}

#topbt a:active{
}
#topbt a.icon01 {
    background-image: url("images/icon01.gif");
}
#topbt a.icon02 {
    background-image: url("images/icon02.gif");
}
#topbt a.icon03 {
    background-image: url("images/icon03.gif");
}
#topbt a.icon04 {
    background-image: url("images/icon04.gif");
}
#topbt a.icon05 {
    background-image: url("images/icon05.gif");
}
#topbt a.icon06 {
    background-image: url("images/icon06.gif");
}
/* -------------------------------------
　　フッター用スタイル
------------------------------------- */

div#footer {
    margin-top: 10px;
    border-top: solid 1px #CCC;
}
div#footer td{
    font-size: 70%;
    color: #363636;
    padding: 3px;
}

div#footer td.footer {
    background-image: url("images/navi_bg.gif");
    color: #ccc;
    text-align: center;
}

div#footer a{
    color: #fff;
}

div#footer a:hover{
    color: #0f0;
}

div#copyright {
    background: #232323;
    width: 100%;
    height: 25px;
    padding: 5px 0;
    color: #CCC;
    text-align: center;
    font-size: 60%;
    margin:0;
    padding:12px 0 0 0;
}

div#copyright p {
    color: #666;
    margin:0;
    padding:0 10px 2px 0;
    text-align: right;
}
/* -------------------------------------
　　レイアウトテーブル
------------------------------------- */

td#contentsleft,td#contentsright,td#contentsmain{
    vertical-align: top;
    padding-bottom: 0.5em;
}

td#contentsleft{
    width: 1%;
}

td#contentsright{
    background: #ffffff;

}

td#contentsmain{
    background: #ffffff;
    padding: 15px;
    width: 98%;
}

/* -------------------------------------
　　左側ナビ
------------------------------------- */
td#contentsleft {
    width: 182px;

}
div#tagleft{
    margin-top: 5px;
    background-image: url("images/tag.gif");
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    width: 182px;
    height: 21px;

    font-size: 90%;
    color: #ffffff;
    line-height: 21px;
    text-align: center;
    padding-top: 6px;
}
div#contentsleft{
    font-size: 80%;
    color: #363636;
    line-height: 130%;
    background-color: #FFFCF3;
    border: 1px solid #AAA;
}

div#contentsleft dl{
    height: 100%;
}

div#contentsleft dt{
    border-bottom: 1px solid #FF8DDA;
    margin-top: 1em;
    margin-bottom: 0.5em;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 5px;
    padding-bottom: 2px;
    font-weight: bold;
}

div#contentsleft dd{
    margin-left: 0px;
    padding-left: 5px;
    padding-right: 3px;
    padding-bottom: 2px;
}

div#contentsleft dd.center {
    text-align: center;
    padding-bottom: 5px;
}

div#contentsleft dd.icon {
    border-bottom: 1px dotted #cfcfdf;
}

div#contentsleft dd.icon a:link{
    padding-left: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
    border-left: .5em solid #DDDDDD;
}

div#contentsleft dd.icon a:visited{
    padding-left: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
    border-left: .5em solid #DDDDDD;
}

div#contentsleft dd.icon a:active{
    padding-left: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
    border-left: .5em solid #DDDDDD;
}

div#contentsleft dd.icon a:hover{
    border-left: .5em solid #AA0000;
}

/* -------------------------------------
　　右側ナビ
------------------------------------- */

div#contentsright{
    font-size: 80%;
    color: #363636;
    line-height: 130%;
    width: 182px;

}

div#contentsright table {
    margin-top: 0.3em;
    margin-bottom: 0.3em;
}

div#contentsright table.cart {
    border-bottom: 1px solid #AAA;
}

div#contentsright td.cart {
    border-left: 1px solid #AAA;
    border-right: 1px solid #AAA;
}

div#contentsright th.cart {
    background-image: url("images/tag.gif");
    height: 27px;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
}

div#contentsright table.promo {
    border: 2px solid #e82f3d;
}

div#contentsright table.promo th {
    background: #e82f3d;
}

div#contentsright table.info {
    border: 2px solid #c39a62;
}

div#contentsright table.info th {
    background: #c39a62;
}


div#contentsright td {
    font-size: 80%;
    color: #363636;
    line-height: 130%;
    padding: 3px;
    background: #fffcf3;
}

div#contentsright th {
    font-size: 90%;
    color: #ffffff;
    line-height: 130%;
    padding-top: 5px;
    text-align: center;
    font-weight: normal;
}


/* 2009-11-04 */
div#base {
  padding: 10px;
  border: solid 1px #aca899;
}
div#myHeader {
  background-color: #ddddee;
  color: #000099;
  font-size: 14px;
  font-weight: bold;
  padding: 2px 5px 0px;
  border-left: solid 5px #000099;
  border-bottom: solid 1px #000099;
}
ul#myItem {
  color: #990000;
  font-size: 14px;
  margin-left: 30px;
  line-height: 1.5em; 

}
div#base p {
  padding: 0 0.5em;
  margin: 0 1em;
}
div#base h4 {
  font-size: 100%;
  margin: 1em 0.5em 0.5em 0.5em;
  padding: 0.2em 0.5em;
  border-left: solid 5px #CCC;
  border-bottom: solid 1px #CCC;
  font-weight: normal;
}
div#base table {
  margin: 0 1em;
  border: solid 1px #666;
}
div#base td {
  border-bottom: solid 1px #666;
  border-right: solid 1px #666;
  padding: 0 1em;
}
div#base ul {
  margin: 0.5em 1em 0.5em 2.5em;
}

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

div#contentsmain {
    font-size: 85%;
    color: #363636;
    line-height: 130%;
    margin-bottom: 0.5em;
}
div#contentsmain div.main div#logo {
  width: 100%;
  margin: 0 auto;
  padding: 4px 0;
  border: solid 1px #999;
  text-align: center;
  background-color: #CCC;
}
div#contentsmain div.main div#logo img{
  margin: 2px;
}
div#contentsmain .info {
    color: #a00;
    line-height: 130%;
    margin: 0.5em;
    padding: 0.5em;
    background: #FFF4D7;
    border: solid 1px #a00;
}

div#contentsmain div.announcet {
  background-image: url('images/announce-t.jpg');
  background-repeat: no-repeat;
  height: 45px;
  width: 496px;
  margin:0;
  margin-top: 5px;
  padding:0;
}
div#contentsmain div.announcem {
  background-image: url('images/announce-m.jpg');
  background-repeat: repeat-y;
  line-height: 150%;
  margin:0;
  padding:0 50px;
}
div#contentsmain div.announcem ul {
  margin:0;
  padding:5px 20px;
}
div#contentsmain div.announceb {
  background-image: url('images/announce-b.jpg');
  background-repeat: no-repeat;
  height: 42px;
  width: 496px;
  margin:0;
  margin-bottom: 5px;
  padding:0;
}

.info_alignright {
text-align: center;
}
.info_alignright a{
    color: #00f;
    background: #fff;
}
.info_alignright a:visited{
    color: #00f;
}
.info_alignright a:link{
    color: #00f;
}
.info_alignright a:hover{
    color: #ff0000;
}

div#contentsmain .small{
    font-size: 80%;
    color: #363636;
    line-height: 130%;
}

div#contentsmain h1{
    font-size: 150%;
    color: #363636;
    line-height: 150%;
    margin-bottom: 1em;
    padding-left: 0.3em;
    border-left: 0.5em solid #666666;
    border-bottom: 1px solid #AAAAAA;
    font-weight: bold;
}

div#contentsmain h2{
    font-size: 130%;
    color: #363636;
    line-height: 150%;
    margin-top: 2em;
    margin-bottom: 1em;
    padding-left: 0.3em;
    border-left: 0.5em solid #AA0000;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    font-weight: bold;
    background: #eeeeee;
}

div#contentsmain h3{
    font-size: 110%;
    color: #363636;
    line-height: 150%;
    margin-top: 2em;
    margin-bottom: 1em;
    padding-left: 0.3em;
    border-left: .5em solid #eeeeee;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    background: #eeeeee;
    font-weight: bold;
}

div#base h3 {
  margin:0;
}

div#contentsmain th {
    font-size: 85%;
    color: #363636;
    line-height: 130%;
    font-weight: bold;
    text-align: left;
    padding-top: 2px;
    padding-bottom: 2px;
}

div#contentsmain td {
    font-size: 85%;
    color: #363636;
    line-height: 130%;
    padding-top: 2px;
    padding-bottom: 2px;
}

div#contentsmain .icon a:link{
    line-height: 150%;
    border-bottom: 1px dashed #cfcfdf;
    padding-left: 5px;
    margin-left: 2em;
    margin-top: 2px;
    margin-bottom: 2px;
    border-left: .5em solid #DDDDDD;
}

div#contentsmain .icon a:visited{
    line-height: 150%;
    border-bottom: 1px dashed #cfcfdf;
    padding-left: 5px;
    margin-left: 2em;
    margin-top: 2px;
    margin-bottom: 2px;
    border-left: .5em solid #DDDDDD;
}

div#contentsmain .icon a:active{
    line-height: 150%;
    border-bottom: 1px dashed #cfcfdf;
    padding-left: 5px;
    margin-left: 2em;
    margin-top: 2px;
    margin-bottom: 2px;
    border-left: .5em solid #DDDDDD;
}

div#contentsmain .icon a:hover{
    line-height: 150%;
    border-left: .5em solid #AA0000;
}

/* --- ボックス --- */

div#contentsmain div{
    clear: both;
    margin-top: 0.5em;
    margin-bottom: 1em;
}

/* --- ボックス（通常用） --- */

div#contentsmain div.main{
}

/* --- ボックス（レビュー用） --- */

div#contentsmain div.reviews{
    clear: none;
}

/* --- ボックス（画面下のボタン用） --- */

div#contentsmain div.navi{
    margin-bottom: 2.0em;
}

/* --- ボックス（一覧表示の上部用） --- */

div#contentsmain div.header{
    margin-top: 0em;
    margin-bottom: 0.5em;
}

/* --- ボックス（一覧表示の下部用） --- */

div#contentsmain div.footer{
    padding-top: 0.5em;
    border-top: 1px solid #999999;
}

/* --- ボックス（情報ボックス用） --- */

div#contentsmain div.infobox {
    margin-top: 3px;
    border: 1px solid #ccd4e4;
    background: #f8f8f9;
}

/* --- ボックス（情報ボックスに縦線を入れる用） --- */

div#contentsmain div.infoboxsp {
    border-right: 1px solid #ccd4e4;
}

/* --- ボックス（情報ボックス内、子ボックス用） --- */

div#contentsmain div.formarea {
    margin: 0;
    padding: 5px;
    border: 1px solid #7b9ebd;
    background: #f1f9fe;
}

/* --- ボックス（案内ボックス用） --- */

div#contentsmain div.infoboxnotice {
    margin-top: 3px;
    border: 1px solid #FF8E90;
    background: #FFE6E6;
}

/* --- ボックス（商品ページ・商品ボックス用） --- */

div#contentsmain div.plainbox{
    padding: 0.5em;
    border: 1px solid #ccd4e4;
}

div#contentsmain div.navi p, div.header p, div.footer p{
    margin: 0;
    padding: 0;
}

/* -------------------------------------
　　<table>用スタイル
------------------------------------- */

/* --- 情報ボックス（コンテンツ） --- */

.infoBoxContents {
    background: #f8f8f9;
}

/* --- 案内情報ボックス（コンテンツ） --- */

.infoBoxNoticeContents {
    background: #FFE6E6;
}

/* --- TR：商品一覧（タイトル） --- */

TR.productListing-heading {
    background: #ccd4e4;
}

/* --- TD：商品一覧（タイトル） --- */

TD.productListing-heading {
    background: #ccd4e4;
    color: #000000;
    font-weight: bold;
    font-variant: small-caps;  /* 文字異体（全て大文字にする） */
}

/* --- TD：アドレス帳、レビュー一覧等の項目名 --- */

TD.tableHeading {
    font-weight: bold;
}

/* -------------------------------------
　　リンク装飾設定
------------------------------------- */

a:link, a:visited, a:active, a:hover {
    font-size: inherit;
}

a:link{
    color:#3333CC;
    text-decoration: none;
}

a:visited{
    color:#663399;
    text-decoration: none;
}

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

a:active{
    color:#ff99cc;
    text-decoration: none;
}

/* -------------------------------------
　　カレンダー
------------------------------------- */

div#calendar table {
    border:1px #DDDDDD solid;
    border-collapse:collapse;
    margin: 0 auto;
}

div#calendar td {
    border:1px #DDDDDD solid;
    padding:1px;
    text-align:center;
    font-size: 12px;
}

div#calendar td.calendarTitle {
    background-color:#FFFFDD;
}

div#calendar td.calendarSun,div#calendar td.calendarSat,div#calendar td.calendarWek{
    font-weight:bold; 
}

div#calendar td.calendarSun {
    background-color:#FFCCCC;
    color:#FF0000;
}

div#calendar td.calendarSat {
    background-color:#CCFFFF;
    color:#0000FF;
}

div#calendar td.calendarWek {
    background-color:#EEEEEE;
}

div#calendar td.calendarBHol {
    background-color:#FFCCCC;
    color:#FF0000;
}

div#calendar td.calendarBWek {
    background-color:#FFFFFF;
}

/* --- ズーム設定 --- */

#lightbox{
            position: absolute;
            top: 40px;
            left: 0;
            width: 100%;
            z-index: 100;
            text-align: center;
            line-height: 0;
            }
 
#lightbox a img{ border: none; }
 
#outerImageContainer{
            position: relative;
            background-color: #fff;
            width: 250px;
            height: 250px;
            margin: 0 auto;
            }
 
#imageContainer{
            padding: 10px;
            }
 
#loading{
            position: absolute;
            top: 40%;
            left: 0%;
            height: 25%;
            width: 100%;
            text-align: center;
            line-height: 0;
            }
#hoverNav{
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            z-index: 10;
            }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
 
#prevLink, #nextLink{
            width: 49%;
            height: 100%;
            background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
            display: block;
            }
#prevLink { left: 0; float: left; background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink { right: 0; float: right; background: url(images/nextlabel.gif) right 15% no-repeat; }
/*
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }
*/
 
#imageDataContainer{
            font: 10px Verdana, Helvetica, sans-serif;
            background-color: #fff;
            margin: 0 auto;
            line-height: 1.4em;
            }
 
#imageData{
            padding:0 10px;
            }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }  
#imageData #caption{ font-weight: bold;        }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;      }                                  
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;    }          
                        
#overlay{
            position: absolute;
            top: 0;
            left: 0;
            z-index: 90;
            width: 100%;
            height: 500px;
            background-color: #000;
            filter:alpha(opacity=60);
            -moz-opacity: 0.6;
            opacity: 0.6;
            }
            
 
.clearfix:after {
            content: "."; 
            display: block; 
            height: 0; 
            clear: both; 
            visibility: hidden;
            }
 
* html>body .clearfix {
            display: inline-block; 
            width: 100%;
            }
 
* html .clearfix {
            /* Hides from IE-mac \*/
            height: 1%;
            /* End hide from IE-mac */
            }          

/* -------------------------------------
　　トップ新着情報
------------------------------------- */
div#blue {
  padding: 3px;
  border: solid 1px #2FAABA;
  background-color: #D4FAFF;
}

div#blue h4 {
  font-size: 100%;
  margin: 0;
  padding: 0.2em 0.5em;
  border: solid 1px #2FAABA;
  border-left: solid 5px #2FAABA;
  font-weight: normal;
  color: #ff0;
  background-color: #3AC5D8;
}
div#blue ul {
  margin: 0.2em 1em 0.2em 1em;
  padding:0 1em;
}
div#blue ul li {
  margin: 0.2em 0;
}

div#red {
  padding: 3px;
  border: solid 1px #BE4949;
  background-color: #FFCECE;
}
div#red h4 {
  font-size: 100%;
  margin: 0;
  padding: 0.2em 0.5em;
  border: solid 1px #BE4949;
  border-left: solid 5px #BE4949;
  font-weight: normal;
  color: #FFFFFF;
  background-color: #D47D7D;
}
div#red ul {
  margin: 0.2em 1em 0.2em 1em;
  padding:0 1em;
}
div#red ul li {
  margin: 0.2em 0;
}

div#green {
  padding: 3px;
  border: solid 1px #5BA54A;
  background-color: #CCFFC0;
}
div#green h4 {
  font-size: 100%;
  margin: 0;
  padding: 0.2em 0.5em;
  border: solid 1px #5BA54A;
  border-left: solid 5px #5BA54A;
  font-weight: normal;
  color: #1D5810;
  background-color: #87D575;
}
div#green ul {
  margin: 0.2em 1em 0.2em 1em;
  padding:0 1em;
}
div#green ul li {
  margin: 0.2em 0;
}

div#gray {
  padding: 3px;
  border: solid 1px #797979;
  background-color: #DDDDDD;
}
div#gray h4 {
  font-size: 100%;
  margin: 0;
  padding: 0.2em 0.5em;
  border: solid 1px #797979;
  border-left: solid 5px #797979;
  font-weight: normal;
  color: #FFFFFF;
  background-color: #A3A3A3;
}
div#gray ul {
  margin: 0.2em 1em 0.2em 1em;
  padding:0 1em;
}
div#gray ul li {
  margin: 0.2em 0;
}

/* -------------------------------------
　　センター サブカテゴリ
------------------------------------- */
table#category {
  background-color: #D8FAFF;
  border: solid 1px #6ADAE9;
}
table#category td {
  border: 1px solid #6ADAE9;

}
table#category a {
  color: #3C58B0;
  display: block;
  height:50px;
  background-image: url("images/folder.gif");
  background-repeat: repeat-x;
  padding: 0px 5px;
  line-height: 20px;
  text-decoration:none;
  border-top:1px solid #666;
  background-position: 0px -2px;

}
table#category a:hover {
  background-position: 0px 0px;
  border-left:1px solid #666;
  border-bottom:1px solid #666;
  border-top:0px solid #666;
  color: #FFF5A1;

}
table#category a p {
  padding: 5px;
  margin: 0;
}
.forminput {
  width: 120px;
  vertical-align: middle;
  background-color: #F1E2BB;
  color: #666666;"
}
div#login_bar {
  width: 100%;
  text-align:right;
  background-image: url('images/navi_bg.gif');
}
div#login_bar a{
  font-size: 12px;
  margin: 0 5px;
  color: #FF0;
}
