/* =============================================
	ショッピングカート設定
==============================================*/
#orderform {}

#orderform h3{
    position:relative;
    background: url(../images/red_menuyaji.gif) no-repeat top left;
    border-bottom:solid 1px #333333;
    font-size:medium;
    color:#cc0000;
    padding-top:2px;
    padding-left:25px;
    margin-bottom:10px;
}
#orderform h4{
    position:relative;
    font-size:medium;
    color:#333333;
    padding:0px;
    margin:0px;
}
#orderform h5{
    position:relative;
    font-size:medium;
    color:#ff6600;
    padding:0px;
    margin:10px 0;
}
#orderform div.info{
    text-align:left;
    font-size:small;
}
/*必須の文字*/
#orderform span.require, #inputtable td.comment span.require{
    color: red;
    font-size:x-small;
    text-decoration:none;
}

/* 注文手続きの案内 */
#order_process * {
    margin:0;
    padding:0;
}
#order_process ul li
{
    padding-left:3px;
}
#order_process ul li.arrow
{
    text-align: center;
}
#order_process ul li.menuselected
{
    color:#F00;
    font-weight: bold;
}

/*カートテーブル*/
#carttable{
    width:100%;
    padding:0px;
    margin:0px;
    background-color:#999999;
}
#carttable th{
    background-color:#dddddd;
    padding:3px;
    font-weight:normal;
    text-align:left;
}
#carttable td{
    background-color:#ffffff;
    padding:3px;
}


/*入力テーブル*/
#inputtable{
    width:100%;
    padding:0px;
    margin:0px;
    background-color:#dddddd;
}
#inputtable th{
    background-color:#ffffdd;
    padding:5px;
    font-weight:normal;
    text-align:left;
}
#inputtable td{
    background-color:#ffffff;
    padding:5px;
}
#inputtable td.comment{
    background-color:#ffffff;
    padding:2px;
    text-decration:none;
}

/*確認テーブル*/
#checktable{
    width:100%;
    padding:0px;
    margin:0px;
    background-color:#999999;
}
#checktable th{
    background-color:#96c79a;
    width:30%;
    padding:3px;
    font-weight:normal;
    text-align:left;
    white-space:nowrap;
}
#checktable td{
    background-color:#ffffff;
    padding:3px;
}
#checktable td.comment{
    background-color:#ffffdd;
    padding:2px;
}

/* 商品詳細 */
#products{}
#products div.image{
    text-align:center;
}
#products div.description{
    color:#333333;
}
#products div.products-more{
}
/* 商品詳細　関連商品 */
#products-relation{}
#products-relation div.relationarticle{
    height:auto; /*必須 */
    float:left;
    width:250px;
    text-align:left;
    margin:5px 20px 20px 0;
    border-bottom:solid 1px #666666;
    border-right:solid 1px #666666;
}
#products-relation div.relationimage{
    float:left;
    text-align:center;
    vertical-align:middle;
    background-color:#ffffff;
    height:110px;
}
#products-relation div.relationtext{
    background-color:#eeeeee;
    text-align:left;
    color:#333333;
    height:110px;
    padding:10px;
}

#products-relation div.relationtext a{
    text-decoration:underline;
}
#products-relation div.relationtext a:hover{
    color:#ff0000;
    text-decoration:underline;
}
#products-relation span.Itemkakaku{
    color:#333333;
    font-weight:bold;
}
/* カートボタン */
#cart_button {
    padding: 5px;
    border:1px solid #CCC;
}
#cart_button div.variation_title{
    line-height:150%;
}
#cart_button div.variation_item{
    line-height:150%;
}

/* カテゴリーツリー(サイドエリア) */
#category_tree *{
    padding:0;
    margin:0;
}

#category_tree ul,#order_process ul{
    list-style-type : none; /*必須*/
    padding:0;
    margin:0;
}
#category_tree ul li{
    display:block;
    padding:0;
    margin:0;
}
#category_tree ul li div.title,
#order_process ul li div.title
{
    display:block; /*必須*/
    background: url(../images/red_menuyaji.gif) no-repeat top left;
    border-top:1px solid #666666;
    border-bottom:1px solid #666666;
    text-align: left;
    vertical-align: top;
    font-weight:bold;
    color:#000;
    padding-top:2px;
    padding-left:25px;
    font-size:11pt;
    margin:0px;
}

/* １階層目 */
#category_tree ul li a{
    display:block;/*必須*/
    width:183px;/*必須*/
    _width:175px;
    background: url(../images/aboutred_yaji.gif) no-repeat 0px 3px;
    padding-left: 12px;
    margin-left:5px;
    text-align: left;
    color:#000;
    line-height:180%;
}
/* ２階層目 */
#category_tree ul li ul li a{
    display:block; /*必須*/
    width:165px;/*必須*/
    _width:150px;
    background-image: url(../images/indent.gif);
    background-repeat: no-repeat;
    background-position: 15px 4px;
    padding-left: 28px;
    color:#000;
    line-height:150%;
}
/* ３階層目 */
#category_tree ul li ul li ul li a{
    display:block; /*必須*/
    width:145px;/*必須*/
    _width:130px;
    background-image: url(../images/indent03.gif);
    background-repeat: no-repeat;
    background-position: 25px 4px;
    padding-left: 40px;
    color:#000;
    line-height:150%;
}
#category_tree ul li a:hover,
#category_tree ul li ul li a:hover,
#category_tree ul li ul li ul li a:hover
 {
    text-decoration:underline;
    background-color:#inherit;
    color:#ff0000;
}
/* 商品案内（メインエリア商品一覧ページ） */

#Itemlist{
    position:relative;
    margin:5px;
}
#Itemlist div.listarticle{
    height:auto; /*必須 */
    float:left;
    width:250px;
    text-align:left;
    margin-bottom:20px;
    margin-right:20px;
    border-bottom:solid 1px #666666;
    border-right:solid 1px #666666;
}
#Itemlist div.Itemimage{
    float:left;
    text-align:center;
    vertical-align:middle;
    background-color:#ffffff;
    height:110px;
    margin:5px;

}
#Itemlist div.Itemtext{
    background-color:#eeeeee;
    text-align:left;
    color:#333333;
    height:110px;
    padding:5px;
}

#Itemlist span.Itemkakaku{
    color:#333333;
    font-weight:bold;
}
#Itemlist a{
    text-decoration:underline;
}
#Itemlist a:hover{
    color:#ff0000;
    text-decoration:underline;
}


/* クレジットカード*/
#orderform ul {
    list-style-type : none; /*必須*/
    padding:0px; /*必須*/
    margin:0px; /*必須*/
}
#orderform ol {
    padding:0px; /*必須*/
    margin:0px; /*必須*/
}
#orderform ol li,#orderform ul li{
    line-height:150%;
}
#orderform div.input{
    background-color:#dddddd;
    margin:5px 0px;
    padding:5px;
}
#orderform div.comment{
    color:#666666;
    font-size:small;
    padding-left:8px;
}


