@charset "utf-8";

/***********************************
 基本タグ
************************************/
h1, h2, h3, h4, h5, h6, p, address, ul, li {
 font-size: 100%;
 font-weight: normal;
 font-style: normal;
 margin: 0;
 padding: 0;
}
body,td,th,div {
 margin:0px auto;
 font-size: 13px;
 font-family:"ＭＳ Ｐゴシック", "Osaka－等幅";
}
body {

}
/***********************************
 よく使用するもの
************************************/
.display_none {
 display: none;
}
.clear_both {
 clear: both;
}
.float_left {
 float: left;
}
.float_right {
 float: right;
}
.text-align_center {
 text-align: center;
}
.text-align_left {
 text-align: left;
}
.text-align_right {
 text-align: right;
}
/***********************************
 横幅
************************************/
.width_810 {
 width: 810px;
}
.width_800 {
 width: 800px;
}
.width_750 {
 width: 750px;
}
.width_700 {
 width: 700px;
}
.width_650 {
 width: 650px;
}
.width_610 {
 width: 610px;
}
.width_600 {
 width: 600px;
}
.width_580 {
 width: 580px;
}
.width_550 {
 width: 550px;
}
.width_500 {
 width: 500px;
}
.width_450 {
 width: 450px;
}
.width_400 {
 width: 400px;
}
.width_350 {
 width: 350px;
}
.width_300 {
 width: 300px;
}
.width_250 {
 width: 250px;
}
.width_200 {
 width: 200px;
}
.width_150 {
 width: 150px;
}
.width_100 {
 width: 100px;
}
.width_380 {
 width: 380px;
}
.width_267 {
 width: 267px;
}
.width_130 {
 width: 130px;
}
.width_80 {
 width: 80px;
}
.width_10 {
 width: 10px;
}
.width_100_space {
 display: block;
 width: 100px;
 height: 1px;
}
.float_left_width_20 {
 float: left;
 width: 100px;
}
.float_left_width_100 {
 float: left;
 width: 100px;
}
.float_left_width_200 {
 float: left;
 width: 200px;
}
.float_left_width_300 {
 float: left;
 width: 300px;
}
.float_left_width_320 {
 float: left;
 width: 320px;
}
.float_left_width_350 {
 float: left;
 width: 350px;
}
.float_left_width_540 {
 float: left;
 width: 540px;
}
.float_right_width_250 {
 float: right;
 width: 250px;
}
.float_right_width_270 {
 float: right;
 width: 270px;
}
.float_right_width_300 {
 float: right;
 width: 300px;
}
.float_right_width_350 {
 float: right;
 width: 350px;
}
.float_right_width_400 {
 float: right;
 width: 400px;
}
/***********************************
 横スペース
************************************/
.float_left_width_10_1 {
 float: left;
 width: 10px;
 height: 1px;
}
.float_left_width_20_1 {
 float: left;
 width: 20px;
 height: 1px;
}
.float_left_width_30_1 {
 float: left;
 width: 30px;
 height: 1px;
}
.float_left_width_40_1 {
 float: left;
 width: 40px;
 height: 1px;
}
.float_left_width_50_1 {
 float: left;
 width: 50px;
 height: 1px;
}
.float_left_width_60_1 {
 float: left;
 width: 60px;
 height: 1px;
}
.float_left_width_70_1 {
 float: left;
 width: 70px;
 height: 1px;
}
.float_right_width_13_1 {
 float: right;
 width: 13px;
 height: 1px;
}
.float_right_width_37_1 {
 float: right;
 width: 37px;
 height: 1px;
}
.float_right_width_44_1 {
 float: right;
 width: 44px;
 height: 1px;
}
/***********************************
 縦スペース
************************************/
.height_1_10 {
 clear: both;
 width: 1px;
 height: 10px;
}
.height_1_20 {
 clear: both;
 width: 1px;
 height: 20px;
}
.height_1_30 {
 clear: both;
 width: 1px;
 height: 30px;
}
.height_1_40 {
 clear: both;
 width: 1px;
 height: 40px;
}
.height_1_50 {
 clear: both;
 width: 1px;
 height: 50px;
}
.height_1_14 {
 clear: both;
 width: 1px;
 height: 14px;
}

/***********************************
 フォントサイズ
************************************/
.font-size_16 {
 font-size:16px;
}
.font-size_15 {
 font-size:15px;
}
.font-size_14 {
 font-size:14px;
}
.font-size_10 {
 font-size:10px;
}
/***********************************
 ･フォントの太さ
************************************/
.font-weight_bold {
 font-weight: bold;
}
/***********************************
 フォントカラー
************************************/
/* 白 */
.color_ffffff {
 color: #ffffff;
}
/* 黒 */
.color_000000 {
 color: #000000;
}
/* 赤 */
.color_ff0000 {
 color: #ff0000;
}
/* 青 */
.color_0000ff {
 color: #0000ff;
}
/* 緑 */
.color_008000 {
 color: #008000;
}
/* 紫 */
.color_800080 {
 color: #800080;
}
/* 灰色 */
.color_808080 {
 color: #808080;
}
/* 銀色 */
.color_c0c0c0 {
 color: #c0c0c0;
}
/* ピンク */
.color_ff00ff {
 color: #ff00ff;
}
/* オレンジ */
.color_ffa500 {
 color: #ffa500;
}
/* 濃いオレンジ */
.color_ff8c00 {
 color: #ff8c00;
}
/***********************************
 背景カラー
************************************/
/* 灰色 */
.back-color_808080 {
 background-color: #808080;
}
/***********************************
 ボーダーカラー
************************************/
.border_1 {
 clear: both;
 margin: 9px auto 5px auto;
 width: 400px;
 border-top: 1px dotted #000000;
}
.border_2 {
 clear: both;
 margin: 0px auto 0px auto;
 width: 600px;
 border-top: 1px dotted #000000;
}
.border_0 {
 border: 0px;
}
/***********************************
 フレーム
************************************/
#wrapper {
 width: 830px;
 margin: 0px auto;
 background: url(./../../site_data/cabinet/common/back_side_img.jpg) 0 0 repeat-y;
}
#wrapper_inside {
 width: 818px;
 margin: 0px auto;
}
.frame_title_text {
 margin: 0px 0px 10px 0px;
 border-bottom: 1px solid #ff0000;
 text-decoration: none;
}
.frame_title_link_text {
 color: #0000ff;
 text-decoration: none;
}
.frame_1_2_text {
 text-align: left;
 margin: 10px auto 0px auto;
 padding: 10px;
 width: 562px;
 border: 1px solid #eeeeee;
 line-height: 20px;
 letter-spacing: 1px;
 background-color: #ffffff;
 background: url(./../../site_data/cabinet/common/frame_1_text_bk.jpg) 0 0 repeat-x;
}
.frame_1_2_text_left {
 float: left;
 width: 100px;
 color: #000000;
 font-weight: bold;
}
.frame_1_2_text_right {
 float: left;
 margin-left: 20px;
 width: 430px;
}
.frame_1_text {
 float: left;
 text-align: left;
 margin: 10px 0px 0px 0px;
 padding: 10px;
 width: 300px;
 border: 1px solid #eeeeee;
 line-height: 20px;
 letter-spacing: 1px;
 background-color: #ffffff;
 background: url(./../../site_data/cabinet/common/frame_1_text_bk.jpg) 0 0 repeat-x;
}
.frame_2_text {
 text-align: left;
 margin: 10px auto 0px auto;
 padding: 10px;
 width: 550px;
 border: 1px solid #eeeeee;
 line-height: 20px;
 letter-spacing: 1px;
 background-color: #ffffff;
 background: url(./../../site_data/cabinet/common/frame_1_text_bk.jpg) 0 0 repeat-x;
}
.frame_3_text {
 float: left;
 text-align: left;
 margin: 10px 0px 0px 0px;
 padding: 10px;
 width: 350px;
 border: 1px solid #eeeeee;
 line-height: 20px;
 letter-spacing: 1px;
 background-color: #ffffff;
 background: url(./../../site_data/cabinet/common/frame_1_text_bk.jpg) 0 0 repeat-x;
}
.frame_5_inside {
 text-align: left;
 margin: 0px auto 0px auto;;
 width: 512px;
 font-size: 13px;
 line-height: 20px;
 letter-spacing: 1px;
}
.frame_5_inside2 {
 text-align: left;
 margin: 10px auto 0px auto;;
 width: 572px;
 font-size: 13px;
 line-height: 20px;
 letter-spacing: 1px;
}
.customer_text_1 {
 float: right;
 margin: 0px 5px 0px 0px;
 padding: 5px;
 text-align: left;
 width: 390px;
 border: 1px solid #eeeeee;
 line-height: 20px;
 letter-spacing: 1px;
 background-color: #ffffff;
 background: url(./../../site_data/cabinet/common/frame_1_text_bk.jpg) 0 0 repeat-x;
}
.customer_text_2 {
 float: left;
 text-align: center;
 width: 100px;
}
.customer_text_4 {
 float: left;
 text-align: center;
 width: 118px;
}
.customer_text_11 {
 float: right;
 margin: 0px 10px 0px 0px;
 text-align: left;
 width: 290px;
}
.customer_f_1 {
 float: left;
 width: 100px;
 height: 100px;
 background: url(./../../site_data/cabinet/common/customer_f_1.jpg) 0 0 no-repeat;
}
.customer_f_2 {
 float: left;
 width: 100px;
 height: 100px;
 background: url(./../../site_data/cabinet/common/customer_f_2.jpg) 0 0 no-repeat;
}
.customer_f_3 {
 float: left;
 width: 100px;
 height: 100px;
 background: url(./../../site_data/cabinet/common/customer_f_3.jpg) 0 0 no-repeat;
}

/***********************************
 テーブルタグ
************************************/
.table_1{
 width: 580px;
 margin: 10px auto 0px auto;
}
.table_1 table{
 margin: 0px auto;
 border-top: 1px solid #990000;
 border-right: 2px solid #990000;
 border-bottom: 2px solid #990000;
 border-left: 1px solid #990000;
}
.table_1 th, .table_1 td {
 padding:5px;
 border-bottom:1px solid #990000;
 border-right:1px solid #990000;
 text-align:center;
 vertical-align: middle;
 font-size: 15px;
}
.table_1 th {
 background:#FDF5E6;
 text-align:left;
 width: 100px;
}
.table_1 td {
 background:#ffffff;
 text-align:left;
 width: 480px;
}

/***********************************
 矢印
************************************/
.arrow_1 {
 clear: both;
 margin: 5px auto;
 width: 131px;
 height: 45px;
 background: url(./../../site_data/cabinet/common/arrow_1.jpg) 0 0 no-repeat;
}

/***********************************
 ヘッダー
************************************/
#header_area_1_img_1 {
 margin: 0px auto;
 width: 918px;
 height: 130px;
 background: url(./../../site_data/cabinet/common/header_area_1_img_1.jpg) no-repeat;
}
#logo {
 float: left;
 margin: 34px 0px 0px 30px;
 width: 165px;
 height: 75px;
}

/***********************************
 ナビゲーションメニュー
************************************/
#navi_menu {
 display: block;
 width: 914px;
 padding: 0px 0px 0px 3px;
 height: 41px;
 background: url(./../../site_data/cabinet/common/navi_menu.jpg) 0 0 no-repeat;
}
#navi_menu li{
 float: left;
 width: 91px;
 height: 41px;
 list-style-type: none;
 margin: 0;
 padding: 0;
}
#navi_menu li a{
 display: block;
 width: 91px;
 height: 41px;
}
#navi_menu_1 {  background: url(./../../site_data/cabinet/common/navi_menu_1.jpg) 0 0 no-repeat;}
#navi_menu_1_selected {background: none;}
#navi_menu_1:hover {background: none;}
#navi_menu_2 {  background: url(./../../site_data/cabinet/common/navi_menu_2.jpg) 0 0 no-repeat;}
#navi_menu_2_selected {background: none;}
#navi_menu_2:hover {background: none;}
#navi_menu_3 {  background: url(./../../site_data/cabinet/common/navi_menu_3.jpg) 0 0 no-repeat;}
#navi_menu_3_selected {background: none;}
#navi_menu_3:hover {background: none;}
#navi_menu_4 {  background: url(./../../site_data/cabinet/common/navi_menu_4.jpg) 0 0 no-repeat;}
#navi_menu_4_selected {background: none;}
#navi_menu_4:hover {background: none;}
#navi_menu_5 {  background: url(./../../site_data/cabinet/common/navi_menu_5.jpg) 0 0 no-repeat;}
#navi_menu_5_selected {background: none;}
#navi_menu_5:hover {background: none;}
#navi_menu_6 {  background: url(./../../site_data/cabinet/common/navi_menu_6.jpg) 0 0 no-repeat;}
#navi_menu_6_selected {background: none;}
#navi_menu_6:hover {background: none;}
#navi_menu_7 {  background: url(./../../site_data/cabinet/common/navi_menu_7.jpg) 0 0 no-repeat;}
#navi_menu_7_selected {background: none;}
#navi_menu_7:hover {background: none;}
#navi_menu_8 {  background: url(./../../site_data/cabinet/common/navi_menu_8.jpg) 0 0 no-repeat;}
#navi_menu_8_selected {background: none;}
#navi_menu_8:hover {background: none;}
#navi_menu_9 {  background: url(./../../site_data/cabinet/common/navi_menu_9.jpg) 0 0 no-repeat;}
#navi_menu_9_selected {background: none;}
#navi_menu_9:hover {background: none;}
#navi_menu_10 {  background: url(./../../site_data/cabinet/common/navi_menu_10.jpg) 0 0 no-repeat;}
#navi_menu_10_selected {background: none;}
#navi_menu_10:hover {background: none;}
/***********************************
 FLASH
************************************/
#flash_top {
 margin: 2px auto 0px auto;
 width: 800px;
 height: 300px;
}
#flash {
 margin: 2px auto 0px auto;
 width: 800px;
 height: 300px;
 background: url(./../../site_data/cabinet/common/main-image.jpg) 0 0 no-repeat;
}
/***********************************
 パンくずリスト
************************************/
#crumb_list {
 width: 816px;
 margin: 3px auto 0px auto;
 text-align: left;
 border-top: 1px solid #999999;
 border-bottom: 1px solid #999999;
 line-height: 20px;
 letter-spacing: 1px;
 text-indent: 10px;
}
/***********************************
 SIDE
************************************/
#side {
 margin: 5px 0px 0px 0px;
 float: left;
 width: 159px;
}
.side_menu_1_area {
 padding: 0px;
 width: 150px;
 background-color: #ffffff;
 border: 1px solid #990000;
}
.side_menu_2_area {
 margin-top: 10px;
 padding: 0px;
 width: 150px;
 background-color: #ffffff;
 border: 1px solid #990000;
}

.side_menu_title_1 {
 width: 150px;
 height: 40px;
 background: url(./../../site_data/cabinet/common/side_menu_title_1.jpg) 0 0 no-repeat;
}
.side_menu_title_2 {
 width: 150px;
 height: 40px;
 background: url(./../../site_data/cabinet/common/side_menu_title_2.jpg) 0 0 no-repeat;
}
.side_menu_title_3 {
 width: 150px;
 height: 40px;
 background: url(./../../site_data/cabinet/common/side_menu_title_3.jpg) 0 0 no-repeat;
}
.side_menu_title_4 {
 width: 150px;
 height: 40px;
 background: url(./../../site_data/cabinet/common/side_menu_title_4.jpg) 0 0 no-repeat;
}

.side_menu_1 {
 margin-left: 20px;
 list-style-type: square;
}
.side_menu_1 li{
 line-height: 18px;
 color: #990000;
 margin: 5px 10px 5px 0px;
 background:url(./../../site_data/cabinet/common/dot_gray.gif) left bottom repeat-x;
}
.side_menu_1 li a{
 text-decoration: none;
}
.side_menu_1 li a:hover{
 text-decoration: underline;
}

/***********************************
 CONTENT
************************************/
#content {
 float: right;
 margin: 5px 0px 0px 0px;
 width: 750px;
}

/***********************************
 CONTENT 共通項目
************************************/
.index_title_1_1 {
 margin: 5px auto 0px auto;
 width: 715px;
 height: 38px;
 background: url(./../../site_data/cabinet/common/index_title_1_1.jpg) 0 0 no-repeat;
 text-align: left;
 color: #ffffff;
 text-indent: 40px;
 padding: 12px 0px 0px 0px;
 letter-spacing: 1px;
 font-weight: bold;
 font-size: 16px;
}
.index_title_1_2 {
 margin: 15px auto 0px auto;
 width: 715px;
 height: 38px;
 background: url(./../../site_data/cabinet/common/index_title_1_1.jpg) 0 0 no-repeat;
 text-align: left;
 color: #ffffff;
 text-indent: 40px;
 padding: 12px 0px 0px 0px;
 letter-spacing: 1px;
 font-weight: bold;
 font-size: 16px;
}


/***********************************
 購入ボタン
************************************/
.application_button_2_1_area {
 margin: 20px auto 0px auto;
 padding: 0px;
 width: 604px;
 height: 80px;
 background: url(./../../site_data/cabinet/common/application_button_2_1_area.jpg) 0 0 no-repeat;
}
.application_button_2_1 {
 display: block;
 float: right;
 margin: 0px;
 width: 96px;
 height: 64px;
}
.application_button_2_2 {
 display: block;
 float: right;
 margin: 0px;
 width: 96px;
 height: 64px;
}
.application_button_2_3 {
 display: block;
 float: right;
 margin: 0px;
 width: 96px;
 height: 64px;
}
/***********************************
 ▲ページトップへリンク
************************************/
.page_top_link {
 text-align: right;
 margin: 0px auto;
 width: 590px;
}
.footer_page_top_link {
 text-align: right;
 margin: 0px auto;
 width: 800px;
}
/***********************************
 フッター
************************************/
#footer_area_1_header_img_1 {
 margin: 0px auto 0px auto;
 width: 918px;
 height: 16px;
}
#footer_area_1_side {
 width: 918px;
 margin: 10px auto 0px auto;
 background-color: #ffffff;
}
.footer_area_title_1 {
 width: 910px;
 height: 38px;
 background: url(./../../site_data/cabinet/common/footer_area_title_1.jpg) 0 0 no-repeat;
}
.footer_menu_1_area {
 float: left;
 padding: 0px;
 margin: 10px 0px 0px 5px;
 width: 443px;
}
.footer_menu_1_area_inside {
 padding: 0px;
 width: 443px;
 margin-bottom: 10px;
 border: 1px solid #990000;
}
.footer_menu_1_area_text {
 margin: 5px;
 width: 433px;
 text-align: left;
}
.footer_menu_title_1 {
 width: 443px;
 height: 31px;
 background: url(./../../site_data/cabinet/common/footer_menu_title_1.jpg) 0 0 no-repeat;
}
.footer_menu_title_2 {
 width: 443px;
 height: 31px;
 background: url(./../../site_data/cabinet/common/footer_menu_title_2.jpg) 0 0 no-repeat;
}
.footer_menu_title_3 {
 width: 443px;
 height: 31px;
 background: url(./../../site_data/cabinet/common/footer_menu_title_3.jpg) 0 0 no-repeat;
}
.footer_menu_title_4 {
 width: 443px;
 height: 31px;
 background: url(./../../site_data/cabinet/common/footer_menu_title_4.jpg) 0 0 no-repeat;
}
.footer_menu_title_5 {
 width: 443px;
 height: 31px;
 background: url(./../../site_data/cabinet/common/footer_menu_title_5.jpg) 0 0 no-repeat;
}
.footer_menu_title_6 {
 width: 443px;
 height: 31px;
 background: url(./../../site_data/cabinet/common/footer_menu_title_6.jpg) 0 0 no-repeat;
}
.footer_menu_title_7 {
 width: 443px;
 height: 31px;
 background: url(./../../site_data/cabinet/common/footer_menu_title_7.jpg) 0 0 no-repeat;
}
.footer_menu_title_8 {
 width: 443px;
 height: 31px;
 background: url(./../../site_data/cabinet/common/footer_menu_title_8.jpg) 0 0 no-repeat;
}

/***********************************
 カートデフォルト
************************************/

.Item_Name {
 font-size: 18px;
 color: #990000;
}

.Item_Id {

}
.Item_Price {
 font-size: 16px;
 color: #ff0000;
}
.Item_Point {
 font-size: 16px;
 color: #ff0000;
}
.Item_Sale_Text {
 font-size: 16px;
 color: #ff0000;
 font-weight: bold;
}
.Item_Detail_Text {
 display: block;
 padding: 10px;
 width: 400px;
 font-size: 16px;
 color: #ffffff;
 background-color: #990000;
 font-weight: bold;
 line-height: 20px;
}
.Item_Detail_Text2 {
 font-size: 14px;
}

/***********************************
 customer's voice
************************************/
#customer_review_title {
 width: 586px;
 height: 133px;
 background: url(./../../site_data/cabinet/common/customer_review_title.jpg) 0 0 no-repeat;
}
.customer_1 {
 width: 100px;
 height: 100px;
 background: url(./../../site_data/cabinet/common/customer_1.gif) 0 0 no-repeat;
}

/***********************************
 tatami
************************************/
#tatami-category-img0 {
 width: 700px;
 height: 50px;
 background: url(./../../site_data/cabinet/tatami/tatami-category-img0.jpg) 0 0 no-repeat;
}
#tatami-category-img1 {
 width: 700px;
 height: 826px;
 background: url(./../../site_data/cabinet/tatami/tatami-category-img1.jpg) 0 0 no-repeat;
}
#tatami-category-img2 {
 width: 700px;
 height: 1300px;
 background: url(./../../site_data/cabinet/tatami/tatami-category-img2.jpg) 0 0 no-repeat;
}
#tatami-category-img3 {
 width: 700px;
 height: 1190px;
 background: url(./../../site_data/cabinet/tatami/tatami-category-img3.jpg) 0 0 no-repeat;
}
#tatami-category-img4 {
 width: 700px;
 height: 756px;
 background: url(./../../site_data/cabinet/tatami/tatami-category-img4.jpg) 0 0 no-repeat;
}

/***********************************
 aritayaki
************************************/
#aritayaki-category-img0 {
 width: 700px;
 height: 50px;
 background: url(./../../site_data/cabinet/aritayaki/aritayaki-category-img0.jpg) 0 0 no-repeat;
}
#aritayaki-category-img1 {
 width: 700px;
 height: 777px;
 background: url(./../../site_data/cabinet/aritayaki/aritayaki-category-img1.jpg) 0 0 no-repeat;
}
#aritayaki-category-img2 {
 width: 700px;
 height: 978px;
 background: url(./../../site_data/cabinet/aritayaki/aritayaki-category-img2.jpg) 0 0 no-repeat;
}
#aritayaki-category-img3 {
 width: 700px;
 height: 1086px;
 background: url(./../../site_data/cabinet/aritayaki/aritayaki-category-img3.jpg) 0 0 no-repeat;
}

#aritayaki-category1-img0 {
 width: 700px;
 height: 50px;
 background: url(./../../site_data/cabinet/aritayaki/aritayaki-category1-img0.jpg) 0 0 no-repeat;
}
#aritayaki-category1-img1 {
 width: 700px;
 height: 1028px;
 background: url(./../../site_data/cabinet/aritayaki/aritayaki-category1-img1.jpg) 0 0 no-repeat;
}
#aritayaki-category1-img2 {
 width: 700px;
 height: 1042px;
 background: url(./../../site_data/cabinet/aritayaki/aritayaki-category1-img2.jpg) 0 0 no-repeat;
}
#aritayaki-category1-img3 {
 width: 700px;
 height: 1216px;
 background: url(./../../site_data/cabinet/aritayaki/aritayaki-category1-img3.jpg) 0 0 no-repeat;
}
#aritayaki-category1-img4 {
 width: 700px;
 height: 904px;
 background: url(./../../site_data/cabinet/aritayaki/aritayaki-category1-img4.jpg) 0 0 no-repeat;
}
#aritayaki-category1-img5 {
 width: 700px;
 height: 407px;
 background: url(./../../site_data/cabinet/aritayaki/aritayaki-category1-img5.jpg) 0 0 no-repeat;
}

#aritayaki-category2-img0 {
 width: 700px;
 height: 150px;
 background: url(./../../site_data/cabinet/aritayaki/aritayaki-category2-img0.jpg) 0 0 no-repeat;
}
#aritayaki-category2-img1 {
 width: 700px;
 height: 674px;
 background: url(./../../site_data/cabinet/aritayaki/aritayaki-category2-img1.jpg) 0 0 no-repeat;
}
#aritayaki-category2-img2 {
 width: 700px;
 height: 1323px;
 background: url(./../../site_data/cabinet/aritayaki/aritayaki-category2-img2.jpg) 0 0 no-repeat;
}
#aritayaki-category2-img3 {
 width: 700px;
 height: 1229px;
 background: url(./../../site_data/cabinet/aritayaki/aritayaki-category2-img3.jpg) 0 0 no-repeat;
}
#aritayaki-category2-img4 {
 width: 700px;
 height: 1349px;
 background: url(./../../site_data/cabinet/aritayaki/aritayaki-category2-img4.jpg) 0 0 no-repeat;
}

#aritayaki-category3-img0 {
 width: 700px;
 height: 150px;
 background: url(./../../site_data/cabinet/aritayaki/aritayaki-category3-img0.jpg) 0 0 no-repeat;
}
#aritayaki-category3-img1 {
 width: 700px;
 height: 467px;
 background: url(./../../site_data/cabinet/aritayaki/aritayaki-category3-img1.jpg) 0 0 no-repeat;
}
#aritayaki-category3-img2 {
 width: 700px;
 height: 1238px;
 background: url(./../../site_data/cabinet/aritayaki/aritayaki-category3-img2.jpg) 0 0 no-repeat;
}
#aritayaki-category3-img3 {
 width: 700px;
 height: 1267px;
 background: url(./../../site_data/cabinet/aritayaki/aritayaki-category3-img3.jpg) 0 0 no-repeat;
}

#aritayaki-category4-img0 {
 width: 700px;
 height: 200px;
 background: url(./../../site_data/cabinet/aritayaki/aritayaki-category4-img0.jpg) 0 0 no-repeat;
}
#aritayaki-category4-img1 {
 width: 700px;
 height: 720px;
 background: url(./../../site_data/cabinet/aritayaki/aritayaki-category4-img1.jpg) 0 0 no-repeat;
}
#aritayaki-category4-img2 {
 width: 700px;
 height: 968px;
 background: url(./../../site_data/cabinet/aritayaki/aritayaki-category4-img2.jpg) 0 0 no-repeat;
}
#aritayaki-category4-img3 {
 width: 700px;
 height: 1380px;
 background: url(./../../site_data/cabinet/aritayaki/aritayaki-category4-img3.jpg) 0 0 no-repeat;
}

/***********************************
 shiitake
************************************/
#shiitake-category-img0 {
 width: 700px;
 height: 50px;
 background: url(./../../site_data/cabinet/shiitake/shiitake-category-img0.jpg) 0 0 no-repeat;
}
#shiitake-category-img1 {
 width: 700px;
 height: 560px;
 background: url(./../../site_data/cabinet/shiitake/shiitake-category-img1.jpg) 0 0 no-repeat;
}
#shiitake-category-img2 {
 width: 700px;
 height: 742px;
 background: url(./../../site_data/cabinet/shiitake/shiitake-category-img2.jpg) 0 0 no-repeat;
}
#shiitake-category-img3 {
 width: 700px;
 height: 1280px;
 background: url(./../../site_data/cabinet/shiitake/shiitake-category-img3.jpg) 0 0 no-repeat;
}
#shiitake-category-img4 {
 width: 700px;
 height: 910px;
 background: url(./../../site_data/cabinet/shiitake/shiitake-category-img4.jpg) 0 0 no-repeat;
}
#shiitake-category-img5 {
 width: 700px;
 height: 419px;
 background: url(./../../site_data/cabinet/shiitake/shiitake-category-img5.jpg) 0 0 no-repeat;
}
#shiitake-category-img6 {
 width: 700px;
 height: 600px;
 background: url(./../../site_data/cabinet/shiitake/shiitake-category-img6.jpg) 0 0 no-repeat;
}