@charset "utf-8";

/************************************************
 ブロック用
************************************************ */
/*** 目次 ***

▼ブロック共通
リスト
タイトル
ヘッダー上、フッター下のブロックエリア

▼各機能ブロックの指定
-新着情報
-現在のカゴの中
-カテゴリー
-ガイドリンク
-ログイン（サイド用）
-検索
-カレンダー
-おすすめ商品
    *メインカラム用 1カラム時 [one_maincolumn]
    *メインカラム用 2カラム時 [two_maincolumn_left]
                              [two_maincolumn_right]
    *メインカラム用 3カラム時 [three_maincolumn]
    *サイドカラム用           [side_column]
    *商品詳細のオススメ商品   [whobought_area]
 */


/* ==============================================
ブロック共通
/* ============================================= */
#container .bloc_body {
    background-color: #fff;
}
.side_column {
    overflow-x: hidden; /* IE6 表示乱れ防止 */
}
.side_column .bloc_outer {
    margin:0 0 10px 0 ;
}
.side_column .bloc_body ,
.main_column .bloc_body {
    border-top: none;
}
.side_column .bloc_body .box {
    border: solid 1px #ccc;
    width: 145px;
}
.main_column .bloc_outer {
}

.block_line{
    border: solid 1px #C09A71;
position: relative;
}

.block_kado{
    border-bottom: solid 1px #C09A71;
    border-left: solid 1px #C09A71;
    border-right: solid 1px #C09A71;
    padding:5px;
}

/* リスト
----------------------------------------------- */
/* ログイン 検索条件 */
#container .bloc_outer .bloc_body dl.formlist {
  /*  padding-bottom: 8px;     */
}
#container .bloc_outer .bloc_body dl.formlist dd {
    margin-bottom: 5px;
}
#container .bloc_outer .bloc_body dl.formlist dt {
    margin-bottom: 3px;
    padding-left: 15px;
    background: url("../img/icon/ico_arrow_03.gif") no-repeat left;
    font-size: 90%;
}
#container .bloc_outer .bloc_body dl.formlist span{
    vertical-align: top;
}


/* タイトル
----------------------------------------------- */
/* タイトルの背景 白 */
#search_area h2 ,
#calender_area h2 ,
#cart h2 {
    padding: 5px 0 8px 10px;
    border-style: solid;
    border-color: #f90 #ccc #ccc;
    border-width: 1px 1px 0;
    background: url('../img/background/bg_tit_bloc_01.jpg') repeat-x left bottom;
    font-size: 14px;
}

/* タイトルの背景 オレンジ */
#news_area h2 {
    padding: 5px 0 8px 10px;
    border-style: solid;
    border-color: #f90 #ccc #ccc;
    border-width: 1px 1px 0;
    background: url('../img/background/bg_btn_bloc_02.jpg') repeat-x left bottom #fef3d8;
}


/* ==============================================
▼ヘッダー上、フッター下のブロックエリア
=============================================== */
div#topcolumn {
    margin:0px;
    clear:both;
}
div#bottomcolumn {
    margin:0px;
    clear: both;
}


/* ***********************************************
▼各機能ブロックの指定
/*********************************************** */

/* ===============================================
▼新着情報
=============================================== */
#news_area {
    width:620px;
    float:left;

}
#news_area .bloc_body {
    height:auto;
    padding:0 10px ;
    border-left: solid 1px #C09A71;
    border-right: solid 1px #C09A71;
    font-size:12px;
}
#news_area .bloc_body p.text_bold{
    margin:10px 0 0 0;
    padding:0;
    font-weight:bold;
}
#news_area .newstop {
    height:10px;
    text-indent:-9999px;
    overflow:hidden;
    background: url("../img/background/news_topbg.gif") repeat-x top;
}
#news_area .newsbottom {
    height:auto;
    padding:0 0 5px 0;
    text-align:center;
    background: url("../img/background/news_bottombg.gif") repeat-x bottom;
    font-weight:bold;
    font-size:12px;
    color:#333333;
*:height:10px;
*:margin-top:5px;
}
#news_area .news_contents {
    clear:both;
    padding:0;
    max-height:260px;
    height: auto !important;
}

#news_area dl.newslist {
    width:100%;
}

#news_area dl.newslist dt {
    width:17%;
    height:1.4em;
    padding: 3px 0;
    float:left;
    zoom:1;
    overflow: hidden;
    background:url("../img/background/bar_1.gif") repeat-x bottom;
}
#news_area dl.newslist dd {
    width:82%;
    height:1.4em;
    padding: 3px 0;
    float:left;
    zoom:1;
    background:url("../img/background/bar_1.gif") repeat-x bottom;
}
#news_area dl{
    padding: 10px 0;
    background: url("") no-repeat bottom;

}


/* ===============================================
▼現在のカゴの中
=============================================== */
#cart_area  {
    font-size:12px;
}
#cart_area .information {
    padding:0;
}
#cart_area .information table{
    margin-top:0;
}
#cart_area .postage {
    margin-top: 10px;
    padding-top: 10px;
    background: url("../img/background/line_dot_01.gif") repeat-x top;
}
#cart_area .postage .point_announce {
    padding: 2px 0 2px 20px;
    background: url("../img/icon/ico_price.gif") no-repeat left top;
}
#cart_area .btn {
    padding: 10px 0;
    background: url("../img/background/line_dot_01.gif") repeat-x top #f7f7e6;
    text-align: center;
}


/* ===============================================
▼カテゴリー
=============================================== */
#category_area .bloc_body{
    font-size: 12px;

}

#category_area .block_kado{
    padding-left: 10px;

}
#category_area li.level1{
    border-bottom: solid 1px #ccc;
}
#category_area p.level2 a{
    color:#006;
    background:url("../img/icon/arrow.gif") no-repeat 0% 50%;
    padding-left:7px;
    text-decoration:none;
}
#category_area p.level2 span.left{
    width:75%;
    float:left;
    font-size:100%;
}
#category_area p.level2 span.right{
    width:24%;
    float:right;
    text-align:left;
    font-size:10px;
}
#category_area li.level3 p{
    width:100%;
    margin:0;
    padding:0;
    clear:both;
}
#category_area li.level3 span.left{
    width:75%;
    float:left;
    font-size:100%;
}
#category_area li.level3 span.right{
    width:24%;
    float:right;
    text-align:left;
    font-size:10px;
}
#category_area li.level4 p{
    width:100%;
    margin-left: 10px;
    padding:0;
    clear:both;
}
#category_area li.level4 span.left{
    width:75%;
    float:left;
}
#category_area li.level4 span.right{
    width:24%;
    float:right;
    text-align:right;
}
#category_area li.level1 p {
    background: url("../img/icon/ico_arrow_01.gif") 2px 3px no-repeat;
}
#category_area li.level1 li p {
    background: url("../img/icon/ico_level.gif") 7px 7px no-repeat;
}
#category_area li a {
    display: block;
    padding: 0;
    clear:both;
    font-size: 12px;
}
a.onlink:link {
    color: #f00;
    text-decoration: underline;
}
a.onlink:visited {
    color: #f00;
}
a.onlink:hover {
    color: #f00;
}

a.hinsyu1 {
  color: #000066;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

a.hinsyu2 {
	font-size: 12px;
}


/* ===============================================
▼ガイドリンク
=============================================== */
#guide_area {
    margin-top: 1em;
    border: none;
    font-size:12px;
}
#guide_area li{
    margin-bottom: 5px;
    letter-spacing: -0.05em;
}
ul.button_like li {
    margin: 0;
    padding: 0 0 1px 0;
    background: url("../img/background/bg_btn_list.jpg") bottom repeat-x;
}
ul.button_like li a {
    margin: 0;
    padding: 10px 15px 10px 10px;
    border: 1px solid;
    border-bottom: none;
    border-color: #ccc;
    display: block;
    background: url("../img/icon/ico_arrow_02.gif") no-repeat right;
    text-decoration: none;
    outline: none;
}


/* ===============================================
▼ログイン（サイド用）
※ヘッダー用はbloc_alpha.css内に記述
=============================================== */
#container div#login_area.block_line {
    border:solid 1px #CEC4C2;
}

#container div#login_area .bloc_body {
    padding: 10px 8px 0 8px ;
}

#container div#login_area .bloc_body p {
    margin-bottom: 5px;
    font-size:12px;
}

#container div#login_area .bloc_body p.menu {
    color: #603813;
    text-align:right;
    font-weight:bold;
    font-size:14px;
}

#container div#login_area .bloc_body .btn {
    text-align: center;
}
#container .login_area dl.formlist {
    margin-bottom: 8px;
    width: 420px;
}
#container .login_area dl.formlist dt {
    margin-bottom: 3px;
    padding-left: 15px;
    color: #333;
    background: url("../img/icon/ico_arrow_03.gif") no-repeat left;
    width: 90px;
    float: left;
    font-size: 90%;
}
#container .login_area dl.formlist dd {
    margin-bottom: 5px;
    float: right;
    width: 300px;
    vertical-align: bottom;
    text-align: left;
}
#container div#login_area .bloc_body .mini {
    margin-top: 5px;
    letter-spacing: -0.01em;
}


/* ===============================================
▼検索
=============================================== */
div#searchproducts #search_area .bloc_body {
    padding: 10px;
    border: solid 1px #C09A71;

}
div#searchproducts #search_area .bloc_body .btn {
    text-align: center;
    width:150px;
}

#searchproducts #product-search-refine {padding: 10px 0 0;}
#searchproducts #product-search-refine h3 {font-weight: bold;margin: 0 0 10px; font-size: 1.2em;}

#searchproducts .result-item .name {margin: 0 0 0.5em;}
#searchproducts .result-item .name a {font-weight: normal;line-height: 1.5em;color: #000000;}

#searchproducts #search-price-amount, #search-price-amount input {border:0; color:#f6931f; font-weight: bold;}
#searchproducts #search-price-amount input {width: 60px;}

#searchproducts .field {margin: 0 0 5px;}



/* 商品一覧時のみ適用されるcss */
div.list_tit_area {
     width:200px;
     float:left;
}
div#list_searchproducts #search_area {
    width:708px;
    float:right;

}
div#list_searchproducts #search_area .bloc_body {
    padding: 0  ;

}
div#list_searchproducts .formlist{
    width:25%;
/*    border-bottom:solid 1px #C09A71;   */
    float:left;
    margin:0;
}
div#list_searchproducts .formlist dt,div#list_searchproducts .formlist dd{
    float:left;
    padding-right:5px;
}
div#list_searchproducts #search_area .bloc_body .btn {
}

div#list_searchproducts #search_area .bloc_body .btn .box100{
    width:120px;
}

#list_searchproducts #product-search-refine {
    width:72%;
    float:right;
    margin:0;
    padding:0 0 0 2%;
    border-left:solid 1px #C09A71;   
}
#list_searchproducts #product-search-refine h3 {font-weight: bold;margin: 0; font-size: 1.2em;}

#list_searchproducts .result-item .name {margin: 0;}
#list_searchproducts .result-item .name a {font-weight: normal;line-height: 1.5em;color: #000000;}

#list_searchproducts #search-price-amount{border:0; color:#f6931f; font-weight: bold;}
#list_searchproducts #search-price-amount input {width: 55px; border:0; color:#f6931f; font-weight:bold; float:left;text-align:center;}
#list_searchproducts #search-price-slider{width:310px; float:left; margin:2px 10px 0 10px;}
#list_searchproducts .field {margin: 0 0 5px;}

#list_searchproducts #search-category{
    width:200px;
}

#list_searchproducts #block-search-field-price{width:auto; float:left;}
#list_searchproducts #block-search-field-category{width:auto; float:left;}
#list_searchproducts #block-search-field-color{width:auto; float:left; margin-left:12px;}

#list_searchproducts .field-label{float:left;padding-right:5px;}
#list_searchproducts .field-body{float:left;}

/*実際のＣＳＳ
.search-color-item {
    width: 16px;
    height: 16px;
    float: left;
    margin: 0 5px 5px 0;
    border: 1px solid #666666;
    text-indent:-9999em;
    background-image: url(../img/kimono_files/sprite_ajax.png);
}
.search-color-item.selected {border: 1px solid #FF0000;}
.search-color-item.disabled {border: 1px solid #CCCCCC;}
#search-color-30100 {background-position: 0 0;}
#search-color-30100.disabled {background-position: 0 -16px;}
#search-color-30200 {background-position: -16px 0;}
#search-color-30200.disabled {background-position: -16px -16px;}
#search-color-30300 {background-position: -32px 0;}
#search-color-30300.disabled {background-position: -32px -16px;}
#search-color-30400 {background-position: -48px 0;}
#search-color-30400.disabled {background-position: -48px -16px;}
#search-color-30500 {background-position: -64px 0;}
#search-color-30500.disabled {background-position: -64px -16px;}
#search-color-30600 {background-position: -80px 0;}
#search-color-30600.disabled {background-position: -80px -16px;}
#search-color-30700 {background-position: -96px 0;}
#search-color-30700.disabled {background-position: -96px -16px;}
#search-color-30800 {background-position: -112px 0;}
#search-color-30800.disabled {background-position: -112px -16px;}
#ajax-conditions {display:none;}
*/
/*　↓モック用　*/
.search-color-item {
    width: 10px;
    height: 15px;
    float: left;
    margin: 0 2px 5px 0;
    text-indent:-9999em;
    background-image: url(../img/kimono_files/mock_color.gif);
    border: 1px solid #999999;
}
.search-color-item.selected {
 /* border: 1px solid #FF0000;       */
    background-image: url(../img/kimono_files/mock_color_on.gif);
}

.search-color-item.disabled {
  border: 1px solid #FFFFFF;
  filter: alpha(opacity=20);
  -moz-opacity:0.2;
  opacity:0.2;
}
#search-color-0001 {background-position: 0 0;}
#search-color-0002 {background-position: -10px 0;}
#search-color-0003 {background-position: -20px 0;}
#search-color-0004 {background-position: -30px 0;}
#search-color-0005 {background-position: -40px 0;}
#search-color-0006 {background-position: -50px 0;}
#search-color-0007 {background-position: -60px 0;}
#search-color-0008 {background-position: -70px 0;}
#search-color-0009 {background-position: -80px 0;}
#search-color-0010 {background-position: -90px 0;}
#search-color-0011 {background-position: -100px 0;}
#search-color-0012 {background-position: -110px 0;}
#search-color-0013 {background-position: -120px 0;}
#search-color-0014 {background-position: -130px 0;}
#search-color-0015 {background-position: -140px 0;}

#ajax-conditions {display:none;}



/* ===============================================
▼カレンダー
=============================================== */
#calender_area {
    background-color: transparent;
    border: none;
}
#calender_area .bloc_body {
    padding: 10px 0;
    background-color: #f1f9fc;
}
#calender_area table {
    background: #fff;
    border: none;
    width: 150px;
    margin: 0 auto 5px;
    font-size: 90%;
}
#calender_area table td {
    padding: 1px 3px;
    border-top: 1px solid #ccc;
    border-right: none;
    text-align:center;
}
#calender_area th {
    padding: 1px 3px;
    background: #fff;
    border: none;
    text-align: center;
}
#calender_area table .month {
    margin-bottom: 5px;
    padding-left: 12px;
    background: url("../img/icon/ico_arrow_04.gif") no-repeat left;
    font-size: 120%;
}
#calender_area .off {
    color: #f00;
}
#calender_area .information {
    margin-left: 10px;
    font-size: 90%;
}


/* ===============================================
▼おすすめ商品
=============================================== */
/*
   tplファイルのマークアップが同じ項目
   メインカラム用 2カラム時 [two_maincolumn_left]
                            [two_maincolumn_right]
   メインカラム用 3カラム時 [three_maincolumn]
   サイドカラム用           [side_column]
   商品詳細のオススメ商品   [whobought_area]
=============================================== */
/* 共通
----------------------------------------------- */
#recomend_area h2{
    border-top:solid #C09A71 3px;
    padding:5px 0 0 0;
    margin-top:10px;
    color:#722f02
    font-weight:bold;
    font-size:12px;
}

#recomend_area #recomend_listarea{
    height:116px;
    clear:both;
    margin:10px 0 0 0;
    padding-bottom:5px;
    background: url("../img/background/recomend_bottom.gif") no-repeat bottom;
    zoom: 1;
}

#recomend_area .bloc_body ,
#whobought_area .whobought_bloc {
    padding: 0;
    border: none;
    width: 100%;
}

#recomend_area .bloc_body .recomend_block {
    width:89px;
    float:left;
    text-align:center;
    margin:8px 0 0 0;
}

#recomend_area .bloc_body p ,
#whobought_area .whobought_bloc p {
    margin:10px 0 0 0;
}

#recomend_area .bloc_body img ,
#whobought .whobought_bloc img {
    display: block;
    margin: auto 5px auto 0;
}

#recomend_area .bloc_body h3 ,
#whobought_area .whobought_bloc h3 {
    font-size: 100%;
}

#recomend_area .bloc_body h3.recomend_top {
    background: url("../img/background/recomend_top.gif") no-repeat top;
    height:5px;
}
#recomend_area #recomend_center {
    _width:808px;
    height:110px;
    border-left:solid 1px #C09A71;
    border-right:solid 1px #C09A71;
    background: url("../img/background/reco_title.gif") repeat-y top left;
}



/* 画像
----------------------------------------------- */
#recomend_area .bloc_body .productImage ,
#whobought_area .whobought_bloc .productImage {
    width:85px;
    margin-bottom: 5px;
    float: left;
    width: 90px;
}

#recomend_area .bloc_body .productImage img,
#whobought_area .whobought_bloc .productImage img{
    text-align:center;
    margin: 0 auto;
}


/* 左右の振り分け
----------------------------------------------- */
#one_maincolumn #recomend_area .recomendleft ,
#two_maincolumn_right #recomend_area .recomendleft ,
#two_maincolumn_left #recomend_area .recomendleft ,
#three_maincolumn #recomend_area .recomendleft ,
#whobought_area .whobought_bloc .whobought_left {
    float: left;
    width: 47.5%;
}
#one_maincolumn #recomend_area .recomendright ,
#two_maincolumn_right #recomend_area .recomendright ,
#two_maincolumn_left #recomend_area .recomendright ,
#three_maincolumn #recomend_area .recomendright ,
#whobought_area .whobought_bloc .whobought_right {
    float: right;
    width: 47.5%;
}


/* 商品説明テキスト
----------------------------------------------- */
/* メインカラム用 1カラム時*/
#one_maincolumn #recomend_area .bloc_body .productContents {
    width: 100%;
}

/* メインカラム用 2カラム時*/
#two_maincolumn_right #recomend_area .bloc_body .productContents ,
#two_maincolumn_left #recomend_area .bloc_body .productContents ,
#two_maincolumn_right #whobought_area .whobought_bloc .productContents ,
#two_maincolumn_left #whobought_area .whobought_bloc .productContents {
    width: 100%;
}

/* メインカラム用 3カラム時*/
#three_maincolumn #recomend_area .bloc_body .productContents ,
#three_maincolumn #whobought_area .whobought_bloc .productContents {
    width: 100%;
}

/* サイドカラム用 (幅px固定) */
.side_column #recomend_area .bloc_body {
    margin-top: 5px;
    margin-right: 0;
    width: 157px;
    padding: 0;
}
.side_column #recomend_area .bloc_body .productContents {
    padding: 0;
    margin: 0;
    width: 80px;
}
.side_column #recomend_area .recomendleft {
    padding: 0;
    width: 70px;
    float: left;
}
.side_column #recomend_area .recomendright {
    margin: 0;
    padding: 0;
    width: 70px;
    float: right;
}

/* IE6以下*/
* html .side_column #recomend_area .bloc_body {
    width: 180px;
}


/* 追加分 */
.reco_title{
    width:164px;
    height:117px;
    font-size:12px;
    float:left;
    margin:0;
    padding:0 5px 0 7px;
}

.reco_title h3{
    background: url("../img/background/recomend_titlebg.gif") no-repeat ;
    padding:0 0 0 30px;
    margin:0 0 10px 0;
    border-bottom:solid 2px #C09A71;
    font-size:13px;


}
.reco_title h3 a:link,
.reco_title h3 a:visited{
    color:#722F02;
    font-weight:bold;
    text-decoration:none;

}

.reco_title h3 a:hover{
    color:#cc3377;
    font-weight:bold;
    text-decoration:none;



}

.reco_title p{
     padding:0;
     margin:0;
line-height:100%;
}

.reco_title p.reco_select{
    font-weight:bold;
    font-size:13px;
    padding-left:30px;

}

/* ===============================================
▼新着商品
=============================================== */
/*
   tplファイルのマークアップが同じ項目
   メインカラム用 2カラム時 [two_maincolumn_left]
                            [two_maincolumn_right]
   メインカラム用 3カラム時 [three_maincolumn]
   サイドカラム用           [side_column]
   商品詳細のオススメ商品   [whobought_area]
=============================================== */
/* 共通 
----------------------------------------------- */
#newproducts_area {
    width:100%;
    clear:both;
    font-size:12px;
}

#newproducts_area h2{
    padding:5px 10px;
    margin:10px 0 0 0;
    background:#DFDFC0;
    border-top:#000 solid 1px;
    border-bottom:#000 solid 1px;
    font-weight:normal;
}

#newproducts_area h2 .attention{
    font-weight:bold;
}

.newproducts_block{
    width:197px;
    padding:0 5px 0 0;
    float:left;
}

#newproducts_area .bloc_body {
    clear:both;
    padding: 5px 0 0;
    border: none;
    width: 100%;
}

#newproducts_area .bloc_body p ,
#whobought_area .whobought_bloc p {
    margin: 0 0 5px 0;
}

#newproducts_area .bloc_body img ,
#whobought .whobought_bloc img {
    width:40px;
    display: block;
    float: left;
    margin: 0 5px 0 0;
}

#newproducts_area .bloc_body h3 ,
#whobought_area .whobought_bloc h3 {
    font-size: 100%;
    font-weight: normal;
}


/* 画像
----------------------------------------------- */
#newproducts_area .productImage ,
#whobought_area .whobought_bloc .productImage {
    margin-bottom: 0px;
    float: left;
    width: 55px;
}


/* 左右の振り分け
----------------------------------------------- */
#one_maincolumn #newproducts_area .recomendleft ,
#two_maincolumn_right #newproducts_area .recomendleft ,
#two_maincolumn_left #newproducts_area .recomendleft ,
#three_maincolumn #newproducts_area .recomendleft ,
#whobought_area .whobought_bloc .whobought_left {
    float: left;
    width: 47.5%;
}
#one_maincolumn #newproducts_area .recomendright ,
#two_maincolumn_right #newproducts_area .recomendright ,
#two_maincolumn_left #newproducts_area .recomendright ,
#three_maincolumn #newproducts_area .recomendright ,
#whobought_area .whobought_bloc .whobought_right {
    float: right;
    width: 47.5%;
}


/* 商品説明テキスト
----------------------------------------------- */
/* メインカラム用 1カラム時*/
#one_maincolumn #newproducts_area .bloc_body .productContents {
    float: right;
    width: 74%;
}

/* メインカラム用 2カラム時*/
#two_maincolumn_right #newproducts_area .productContents ,
#two_maincolumn_left #newproducts_area .productContents ,
#two_maincolumn_right #whobought_area .whobought_bloc .productContents ,
#two_maincolumn_left #whobought_area .whobought_bloc .productContents {
    float: right;
    width: 135px;
}

/* メインカラム用 3カラム時*/
#three_maincolumn #newproducts_area .productContents ,
#three_maincolumn #whobought_area .whobought_bloc .productContents {
    float: right;
    width: 65%;
}

/* サイドカラム用 (幅px固定) */
.side_column #newproducts_area .bloc_body {
    margin-top: 5px;
    margin-right: 0;
    width: 157px;
    padding: 0;
}
.side_column #newproducts_area .bloc_body .productContents {
    padding: 0;
    margin: 0;
    width: 80px;
}
.side_column #newproducts_area .recomendleft {
    padding: 0;
    width: 70px;
    float: left;
}
.side_column #newproducts_area .recomendright {
    margin: 0;
    padding: 0;
    width: 70px;
    float: right;
}

/* IE6以下*/
* html .side_column #newproducts_area .bloc_body {
    width: 180px;
}

/* ===============================================
▼京都の朝
=============================================== */
#kyoto_mo{
    width:175px;
    height:150px;
    float:right;
}

/* ===============================================
▼バナー表示エリア
=============================================== */
#banaarea{
    width:175px;
    height:auto;
    float:right;
    margin:10px 0 0 0;
}

.block_kado_wk{
    background-image: url("/img/top/parts/img_wasoukomono.png");
    background-repeat: no-repeat;
    width:175px;
    height:auto;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.0em;
}

/* ===============================================
▼お客様の声
=============================================== */
#voicearea .block_kado a{
   padding-left:12px;
   font-size:12px;
   font-weight:bold;
}

/* ===============================================
▼トップページ左カラム
=============================================== */
#tailor_area .bloc_body{
    border:solid 1px #A28765;
    padding:5px;
    text-align:center;
}

#tailor_area .bloc_body p{
    background:url("../img/icon/arrow.gif") no-repeat 0% 50%;
    padding-left:10px;
    font-weight:bold;
    text-align:left;
}

#tailor_area li{
    margin-left: 15px;
    text-align:left;
}

.textbold{
    font-weight:bold;
    padding-left:20px;
}

/* ===============================================
▼館別ページ
=============================================== */

/* ショップ説明
------------------------------------------------*/
div#shop_text{
    width:1000px;
    margin-top:10px;
}

div#shop_text #stext_top{
    width:100%;
    height:10px;
    background:url("../img/background/shop_text.gif") no-repeat top;

}

div#shop_text .title{
    border-left:solid 1px #A58A63;
    border-right:solid 1px #A58A63;
    border-bottom:solid 3px #A58A63;
    padding:0 10px 0 30px;
}

div#shop_text .title h2{
    font-size:170%;
    display:inline;
    margin-right:10px;
    color:#006;
}

div#shop_text .title p{
    display:inline;
    
}

div#shop_text #stext_wapper{
    width:958px;
    height:auto;
    border-left:solid 1px #8E8786;
    border-right:solid 1px #8E8786;
    padding:10px 10px 0 30px;
    position:relative;
}

div#shop_text #stext_wapper .stext{
    width:638px;
    float:left;
    font-size:12px;
}

div#shop_text #stext_wapper .sphoto{
    width:150px;
    float:left;
    position:absolute;
    bottom:0px;
    right:226px;
    text-align:right;

}

div#shop_text #stext_wapper .skyoto{
    width:170px;
    float:right;

}

div#shop_text #stext_bottom{
    width:100%;
    height:10px;
    background:url("../img/background/shop_text_bottom.gif") no-repeat bottom;
}

/* 新着情報 */
div#shop_news{
    width:800px;
    height:180px;
    margin-top:10px;
    float:left;
}

div#shop_news .title{
    border-left:solid 1px #8E8786;
    border-right:solid 1px #8E8786;
    border-bottom:solid 3px #A58A63;
    padding:0 10px ;
}

div#shop_news .title h2{
    display:inline;
    margin-right:10px;
}

div#shop_news .title p{
    display:inline;
}

div#shop_news .news_top{
    width:800px;
    height:10px;
    background:url("../img/background/shop_news_top.gif") no-repeat top;
}

div#shop_news .news_wapper{
    width:798px;
    height:auto;
    border-left:solid 1px #8E8786;
    border-right:solid 1px #8E8786;
    padding:10px 0 0;
    font-size:10px;

}

div#shop_news .news_wapper .scllor_area{
   width:780px;
   height:125px;
   overflow:auto;
   margin:0 auto;

}

div#shop_news .news_bottom{
    width:800px;
    height:10px;
    background:url("../img/background/shop_news_bottom.gif") no-repeat bottom;
}

/* 新着情報　横のプレーンボックス */
div#n_box{
    width:168px;
    height:160px;
    margin-top:10px;
    padding:10px;
    border:solid 1px #A58A63;
    float:right;
   font-size:12px;
}

div#n_box table,
div#n_box table td{
    border:none;
}

/* 新着情報　下のプレーンボックス */
div#p_box{
    margin-top:10px;
    margin-right:10px;
    padding:10px;
    border:solid 1px #A58A63;
    float:left; 
    font-size:12px;
}
div#p_box h3{
        color:#ffffff;
	background-color: #fff;
/* applied IE6 and IE7 */
	>background-color: #black;
/* applied only IE8 */
	background-color /*\**/: #black\9;
	background:
		url(/img/wk/parts/tub_l.gif) left top no-repeat,
		url(/img/wk/parts/tub_r.gif) right top no-repeat,
		url(/img/wk/parts/tub_c.gif) center top repeat;
	padding-left:20px;

}

div#p_box_end{
    margin-top:10px;
    margin-right:0x;
    padding:10px;
    border:solid 1px #A58A63;
    float:right;
    font-size:12px;
}

div#p_box table,
div#p_box table td,
div#p_box_end table,
div#p_box_end table td{
     border:none;
}

div#p_box2{
    margin-top:10px;
    margin-right:10px;
    padding:10px;
    border:solid 1px #A58A63;
    float:left;
}

div#p_box2_end{
    margin-top:10px;
    margin-right:0x;
    padding:10px;
    border:solid 1px #A58A63;
    float:right;
}

div#p_box2 table,
div#p_box2 table td,
div#p_box2_end table,
div#p_box2_end table td{
     border:none;
}


#search-result{
font-size:12px;
}

/* ==============================================
▼東レシルック
=============================================== */

/* 東レシルック　カテゴリ一覧
----------------------------------------------- */
div#TorayHeadermenu{
    padding:0;
    margin:0;
}

div#TorayHeadermenu ul.menu01{
    padding:10px 20px;
}

div#TorayHeadermenu li{
    display:inline;
    padding-left:10px;
    margin-left:5px;
    background: url("../img/background/TorayArrow.png") no-repeat left;
}



/* ==============================================
▼スクロール用
=============================================== */
/* スクロール用 */

.simply-scroll-container { /* Container DIV - automatically generated */
	position: relative;
}

	.simply-scroll-clip { /* Clip DIV - automatically generated */
		position: relative;
		overflow: hidden;
		z-index: 2;
	}

	.simply-scroll-list { /* UL/OL/DIV - the element that simplyScroll is inited on */
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		overflow: hidden;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
		.simply-scroll-list li {
			padding: 0;
			margin: 0;
			list-style: none;
		}
	
		.simply-scroll-list li img {
			border: none;
			display: block;
		}
	
	.simply-scroll-btn {
		position: absolute;
		background-image: url(buttons.png);
		width: 42px;
		height: 44px;
		z-index:3;
		cursor: pointer;
	}
	
	.simply-scroll-btn-left {
		left: 6px;
		bottom: 6px;
		background-position: 0 -44px;
	}
	.simply-scroll-btn-left.disabled {
		background-position: 0 0 !important;
	}
	.simply-scroll-btn-left:hover {
		background-position: 0 -88px;
	}
	
	.simply-scroll-btn-right {
		right: 6px;
		bottom: 6px;
		background-position: 84px -44px;
	}
	.simply-scroll-btn-right.disabled {
		background-position: 84px 0 !important;
	}
	.simply-scroll-btn-right:hover {
		background-position: 84px -88px;
	}
	
	.simply-scroll-btn-up {
		right: 6px;
		top: 6px;
		background-position: -126px -44px;
	}
	.simply-scroll-btn-up.disabled {
		background-position: -126px 0 !important;
	}
	.simply-scroll-btn-up:hover {
		background-position: -126px -88px;
	}
	
	.simply-scroll-btn-down {
		right: 6px;
		bottom: 6px;
		background-position: -42px -44px;
	}
	.simply-scroll-btn-down.disabled {
		background-position: -42px 0 !important;
	}
	.simply-scroll-btn-down:hover {
		background-position: -42px -88px;
	}

/* Custom class modifications - override classees

.simply-scroll is default

*/

.simply-scroll { /* Customisable base class for style override DIV */
	width: 60px;
	height: 1500px;
	margin-bottom: 1em;
}

	.simply-scroll .simply-scroll-clip {
		width: 60px;
		height: 3000px;
	}
	
		.simply-scroll .simply-scroll-list {}
		
		.simply-scroll .simply-scroll-list li {
			float: left;
			width: 60px;
			height: 210px;
		}
		.simply-scroll .simply-scroll-list li img {}
	
	.simply-scroll .simply-scroll-btn {}
	
	.simply-scroll .simply-scroll-btn-left {}
	.simply-scroll .simply-scroll-btn-left.disabled {}
	.simply-scroll .simply-scroll-btn-left:hover {}
	
	.simply-scroll .simply-scroll-btn-right {}
	.simply-scroll .simply-scroll-btn-right.disabled {}
	.simply-scroll .simply-scroll-btn-right:hover {}
	
	.simply-scroll .simply-scroll-btn-up {}
	.simply-scroll .simply-scroll-btn-up.disabled {}
	.simply-scroll .simply-scroll-btn-up:hover {}
	
	.simply-scroll .simply-scroll-btn-down {}
	.simply-scroll .simply-scroll-btn-down.disabled {}
	.simply-scroll .simply-scroll-btn-down:hover {}
	


/* Vertical scroller example */

.vert { /* wider than clip to position buttons to side */
	width: 60px;
	height: 410px;
	margin-bottom: 1.5em;
}

	.vert .simply-scroll-clip {
		width: 60px;
		height: 410px;
	}
	
		.vert .simply-scroll-list {}
		
		.vert .simply-scroll-list li {
			width: 60px;
			height: 410px;
		}
		.vert .simply-scroll-list li img {}
	
	.vert .simply-scroll-btn {}

	.vert .simply-scroll-btn-up { /* modified btn pos */
		right: 0;
		top: 0;
	}
	.vert .simply-scroll-btn-up.disabled {}
	.vert .simply-scroll-btn-up:hover {}
	
	.vert .simply-scroll-btn-down { /* modified btn pos */
		right: 0;
		top: 52px;
	}
	.vert .simply-scroll-btn-down.disabled {}
	.vert .simply-scroll-btn-down:hover {}
	
	/* NOTE left-right classes wouldn't be needed on vertical scroller */
	
/* Flickr example 

Images created from a data source use simpler format i.e.

<div>
	<img/>
	<img/>
	...
</div>

*/

.flickr {
	width: 576px;
	height: 180px;
	margin-bottom: 1.5em;
}

	.flickr .simply-scroll-clip {
		width: 576px;
		height: 180px;
	}
		
		.flickr .simply-scroll-list img {
			float: left;
			border: none;
			display: block;
		}
