@charset "UTF-8"; /* PublishCharset into mt-config.cgi */


/*
 * File      : styles-site.css
 * Version   : 2.04
 * Update    :
 * 2.00 2005.09.01: Update for Movable Type 3.2.
 * 2.01 2005.09.03: add font-size to content-nav.
 * 2.02 2005.09.27: correct the capital letter to the small letter.
 * 2.03 2005.09.28: for CGI.
 * 2.04 2005.10.10: fix bug.
 *
 * Copyright (C) 2005-2006 www.koikikukan.com All rights reserved.
 */

/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
    font-weight:;
    font-size:;
}

.dlguide {
	margin: 0 0 30px 0;
	padding: 15px 20px 15px 30px;
	border:1px solid #eee;
	}

/* リンク */
a,
a:link {
    color:;
    text-decoration: none;
}
a:visited {
    color:;
    text-decoration: none;
}
a:hover {
    color:;
    text-decoration:underline;
}
a:active {
    color:;
    text-decoration: none;
}

/* リンクつき画像 */
a img {
    border: 0;
}

/* 段落 */
p {
    margin-top: 0px;
    margin-bottom: 0px;
}

/* 太字の設定*/
.h1{
    font-size:12px;
    text-align:center;
    line-height:20px;
    font-weight:normal;
    color:#663300;
}




/* 順序なしリスト */
ul {
    padding-left: 8px;
}
ul li {
    list-style-type: square;
    padding-left:0px;
}

/* 定義リスト */
dl { 
     padding-top: 4px;
     padding-bottom: 2px;
}
dt {
     padding-left: 8px;
     padding-bottom: 2px;
}
dd {
    padding-left: 8px;
}

/* フォーム */
form {
    margin: 0px;
}
input {
    padding: 1px;
    font-size: 12px;
}

/* 引用 */
blockquote {
    width: 90%;
    margin: 15px 7px 0 10px;
    padding: 10px;
    border: 1px solid #663300;
    background: #f6f6f6;

    line-height: 150%;
}
.quotetitle { /* 引用文タイトル */
    font-size: 10px;
    border-bottom: 1px solid #666666;
    padding: 3px;
}

/* タイトルバナー */
#banner {
    padding: 15px;
    border-bottom: 0px;
    color: #999999;
    background: #ffffff;
    background-position: right top;
    background-repeat: no-repeat;
    background-image: url(".gif");
    text-align: left;
}

#banner a,
#banner a:link,
#banner a:visited {
    color: #000000;
    font-size: 32px;
    text-decoration: none;
}
#banner a:hover {}
#banner a:active {}

/* タイトルバナー下の説明 */
#banner h2 {
    color: #000000;
    font-size: 12px;
}

/* エントリー全体 */
.blog {
    padding: 10px 0px 10px 10px ;
    font-size: small;
    color: #36414d;
    background: none;
}

/* エントリー日付 */
.date {
    margin: 6px 5px 0px;
    padding: 2px 0px 2px 8px;
    color: #ffffff;
    line-height:140%;
    background: #9D6A26;
    background-position: left; 
    background-repeat: no-repeat;
    background-image: url(".gif");
    font-size: 14px;
    font-weight: bold;
}


/* エントリー */
.entry {
    width: auto;
    margin: 0px 5px 15px;
    color: #663300;
    
    padding:5px 9px 12px ;

    background: #ffeeaa;
    background-position: right; 
    background-repeat: repeat-y; 
    background-image: url(".gif");
    font-size: 12px;
    line-height:150%;
    word-break: break-all;
}
.entry a:active {}
.entry img {
    margin-right: 0px;
    margin-bottom: 0px;
}

/* エントリーのテキストエリア可変長指定 */
.entry textarea {
    width: 97%;
}

/* 日付下カテゴリー名 */
.category {
    margin: 2px 10px 0 0;
    color: #444444;
	text-align: right;
    font-size: 10px;
    line-height: 150%;
}

/* 追記 */
.entry.extended {}

/* エントリータイトル */
.entry-header {
    margin: 15px 0 0;
    color: #663300;
    font-size: 12px;
    font-weight: bold;
}




/* 投稿者 */
/* 投稿者 */
.entry-footer {
    margin: 6px 0 12px 0;
    border-top: 1px dotted #36414d;
    text-align: right;
    color: #444444;
    font-size: 9px;
}

.entry-footer2 {
    margin: 0px 0 6px 0;
    border-top: 0px dotted #36414d;
    border-bottom: 3px solid #9f743a;
    text-align: right;
    color: #444444;
    font-size: 9px;
}

/* Typekeyコメンタ－画像 */
.commenter-profile img {
    vertical-align: middle;
    border-width: 0;
}

/* アーカイブページの前後リンク */
.content-nav {
    margin: 10px;
    text-align: center;
    font-size: 12px;
}

/* カレンダー */
.calendarhead {
    padding-bottom: 5px;
    text-align: center;
    color: #ffffff;
    font-size: 9px;
    background: none;
    letter-spacing: 0.2em;
}
.calendar {
    text-align: center;
    color: #ffffff;
    background: none;
}
.calendar table {
    text-align: center;
    padding: 0px;
    border-collapse: collapse;
}
.calendar th {
    padding-bottom: 3px;
    font-size: 8px;
    width: 23px;
}
.calendar td {
    padding: 2px 0;
    font-size: 8px;
    line-height: 120%;
}
.today {
    display: block;
    text-align: center;
    color: #ffffff;
    border: 1px solid #444444;
}
.red {
    color: #e50003;
}
.blue {
    color: blue;
}

/* サイドメニュータイトル */
.sidetitle {
    margin-top: 3px;
    padding: 2px 0 1px;
    _padding: 1px 0 2px;
    border: 1px dotted #573406;
    text-align: center;
    color: #573406;
    background: #FFCC00;
    font-size: 10px;
    font-weight: bold;
    line-height: 120%;
}

.sidetitle2 {
    margin-top: 3px;
    margin-left: 8px;
    padding: 2px 0 1px;
    _padding: 1px 0 2px;
    border: 1px dotted #573406;
    text-align: center;
    color: #573406;
    background: #FFCC00;
    width:154px;
    font-size: 10px;
    font-weight: bold;
    line-height: 140%;
}

/* サイドメニュータイトル */
.side154 {
    margin-top: 3px;
    margin-left: 8px;
    padding: 2px 0 1px;
    _padding: 1px 0 2px;
    text-align:;
    color: #573406;
    background: #FFCC00;
    width:154px;
    font-size: 10px;
    font-weight:;
    line-height: 140%;
}

/* サイドメニュー */
.side {
    margin: 3px 0 20px;
    background: none;
    color: #444444;
    font-size: 9px;
    line-height: 150%;
}

/* サイドメニュー2 */
.side2 {
    margin: 3px 0 20px;
    background: none;
    color: #444444;
    font-size: 9px;
    font-weight:bold;
    padding-top:5px;
    line-height: 150%;
}

/* サイドメニュー(サブカテゴリー用) */
.side #categories ul {
    padding-left: 0px;
    padding-bottom: 4px;
}
.side #categories ul ul {
    padding-left: 18px;
    padding-bottom: 4px;
}

.side #categories li {
    list-style-type:square;
    padding-bottom: 4px;
}


.subcategories a.foldmark {
    color:;
    font-size:12px; /* マークのフォントサイズ */
    text-decoration: none; /* マークの文字装飾（何も表示しない） */
    padding-bottom: 0px;
}


/* カウンター */
.counter {
    margin: 8px 0 25px;
    padding: 2px;
    background: #FFCC00;
    font-size: 10px;
}

/* RSSフィード */
.syndicate {
    margin-bottom: 5px;
    text-align: left;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
    background: #FFCC00;
}

/* クレジットバナー */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
    background: #FFCC00;
}
.powered img {
    margin-top: 3px;
    background: none;
}

.clear {
    clear: both;
    background: none;
}

/* コメント・トラックバック */
#comments-open-data p {
    margin-bottom: 10px;
}

#comment-post {
   font-weight: bold;
}

#comment-author, #comment-email, #comment-url, #comment-text {
   width: 220px;
}

#comment-text {
    width: 100%;
}

#comment-bake-cookie {
   margin-left: 2px;
   vertical-align: middle;
}

#comments-open-footer {
    text-align: center;
}

.trackbacks,
.comments {
    margin: 10px 5px;
    color: #36414d;
    width: 97%;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
    padding: 2px 0 2px 5px;
    color: #ffffff;
    background: #9D6A26;
    font-size: 11px;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 100%;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    font-size: 9px;
    border-top: 1px dotted #36414d;
    text-align: right;
    padding-top: 3px;
    margin-right: 2px;
}

.comments-open label {
    display: block;
}

.comments-head {
    font-size: 11px;
    color: #ffffff;
    background: #9D6A26;
    padding: 2px 0 2px 5px;
    margin: 15px 0;
}

.comment-content{
line-height:145%;
}



/* カラム切り替え */

/* 3カラム用 */
body.layout-three-column,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    margin-bottom: 20px;
    text-align: center;
    background: #ffffff;
}
.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
}
.layout-three-column #box {
    width: 842px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 15px 0;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    text-align: left;
}

/* 1カラム・リキッドレイアウト用 */
/* タイトルバナー */
.layout-one-column-liquid #banner {
    margin-right: 100px;
    margin-left : 100px;
    border-left: 0px;
    border-right: 0px;
}
body.layout-one-column-liquid {
    background: #ffffff;
}

/* フッタ */
.layout-one-column #footer {
    text-align: center;
}
.layout-one-column-liquid #footer {
    padding-bottom: 15px;
    text-align: center;
}

/* 3カラム(リキッドレイアウト) */
body.layout-three-column-liquid {
    background-color: #ffffff;
}
.layout-three-column-liquid #content {
    margin: 0 185px 10px;
    border-bottom: 0px solid #666699;
    border-left: 0px solid #666699;
    border-right: 0px solid #666699;
    background: #ffffff;
}
.layout-three-column-liquid #links-left{
    position: absolute;
    width: 155px;
    top: 95px;
    left: 15px;
    color: #663300;
    background : #ffffff;
}
.layout-three-column-liquid #links-right{
    position: absolute;
    width: 155px;
    top: 95px;
    right: 15px;
    color: #663300;
    background : #ffffff;
}

/* 3カラム */
.layout-three-column #content {
    float: left;
    width: 465px;
    margin: 0 0 10px 0;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    background : #FFCC00;
}
.layout-three-column #links-left-box {
    float: left;
    width: 250px;
}
.layout-three-column #links-right-box {
    float: left;
    width: 175px;
    background : #FFCC00;
}
.layout-three-column #links-left,
.layout-three-column #links-right {
    padding: 0px 0px 0 0px;
    color: #663300;
}

input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}

/* 小さい文字にする */
#profile-font
 {
font-size: xx-small;
line-height:140%;
}

.navx {
    float:;
    color:#fff;
　　border: 1px solid #6a3906;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    height:20px;
    padding-top:2px;
    width: 154px;
    margin-top:0px;
    margin-right: 0px;
    margin-bottom: 0px;
    display: block;
    color: #fff;
}

.navx a{
    color:#fff;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
}

.navx a:visited{
    color:#fff;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
}

.navx a:link{
    color:#fff;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
}

.navx a:hover{
    color:#fff;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    text-decoration:underline;
}



#aaa {
       margin:0 0 15px 0;

}


.mq{
              margin: 0px 0px 0px 13px;
}


.side li {
    list-style-type:square;
    padding-bottom: 2px;
    margin-left:8px;
}


.side1542 {
    margin-top: 0px;
    margin-left: 8px;
    padding: 2px 0 1px;
    _padding: 1px 0 2px;
    text-align:;
    color: #573406;
    background: #FFCC00;
    width:;
}


.entry-header-new {
    margin: 15px 0 0 0;
    font-size: 12px;
    font-weight: bold;

}



/* ★検索結果のときのリンク★ */

a.title:link { 
　　background:#9d6a26;
    color: #ffffff; 　　
    display: block;
    text-decoration: none;
    font-weight: bold;
}
 


a.title:visited {
     background:#9d6a26;
    color: #ffffff; 
    display: block;
    text-decoration: none;
    font-weight: bold;
} 

a.title:hover {
        background:#ffffff;
    color: #663300;
    display: block;
    text-decoration: none;
    font-weight: bold;
} 

a.title:active {
    display: block;
     color: #ffffff; 
    text-decoration: none;
    font-weight: bold;
}


 
.entry-body a:link{ 
    color: #0000ff; 　　
    text-decoration: underline;
    font-weight:;
}

.entry-body a:visited{ 
    color: #0000ff; 　　　
    text-decoration: underline;
    font-weight:;
}

.entry-body a:hover{ 
    color: #99ccff; 　　
    text-decoration: underline;
    font-weight:;
}

.entry-body a:active{ 
    color: #0000ff; 　　
    text-decoration: underline;
    font-weight:;
}



.entry-footer a:link{ 
    color: ; 　　
    text-decoration: none;
    font-weight:;
}

.entry-footer a:visited{ 
    color: ; 　　
    text-decoration: none;
    font-weight:;
}

.entry-footer a:hover{ 
    color: ; 　　
    text-decoration: underline;
    font-weight:;
}

.entry-footer a:active{ 
    color: ; 　　
    text-decoration: none;
    font-weight:;
}



.category a:link{ 
    color: ; 　　
    text-decoration: none;
    font-weight:;
    font-size:10px;
}

.category a:visited{ 
    color: ; 　　
    text-decoration: none;
    font-weight:;
    font-size:10px;
}

.category a:hover{ 
    color: ; 　　
    text-decoration: underline;
    font-weight:;
    font-size:10px;
}

.category a:active{ 
    color: ; 　　
    text-decoration: none;
    font-weight:;
    font-size:10px;
}








.cate{
    color: #000;
        display:block;
padding: 5px 5px 5px 5px;
    width:;

    text-decoration:none;
}


.cate:hover {
    color: #663300;
        display:block;
padding: 5px 5px 5px 5px;
    width:;
    background: #fff0b3;
    text-decoration:none;
}

.cate160{
    color: #000;
    height:133px;
        display:block;
padding: 5px 5px 5px 5px;
    width:;

    text-decoration:none;
}


.cate160:hover {
    color: #663300;
    height:133px;
        display:block;
padding: 5px 5px 5px 5px;
    width:;
    background: #fff0b3;
    text-decoration:none;
}

.a33{
    color: #000;
    width:140px;
padding: 6px 0px 2px 4px;
    text-align: center;
    text-decoration:none;
}

.ab{
    color: #000;
    margin: 10px 0px 6px 14px;
    text-align: center;
    text-decoration:none;
}

.midasi {
    margin: 6px 5px 0px;
    padding: 2px 0px 2px 10px;
    color: #ffffff;
    background: #9D6A26;
    background-position: left; 
    background-repeat: no-repeat;
    background-image: url(".gif");
    font-size: 14px;
    font-weight: bold;
}


.spec {
    margin: 0px 0px 0px;
    padding: 10px 0px 10px 0px;
    color: #ffffff;
    line-height:35px;
    width:426px;
    background:;
    background-position: left; 
    background-repeat: no-repeat;
    background-image: url("http://www.tsukiyono.co.jp/syouhin//media/img_20070825T092040296.jpg");
    font-size: ;
    font-weight: ;
    text-align:center;
}

.quat {
    margin: 0px 2px 0px;
    padding: 1px 0px 1px 1px;
    color:;
    width:101px;
    background:;
    background-position: left; 
    background-repeat: no-repeat;
    font-size: ;
    font-weight: ;
    align:center;
}

.green {
    margin: 0px 0px 2px 1px;
    padding: 0px 0px 0px 0px;
    color:#ffffff;
    width:90px;
    background:#a0b82c;
    background-position: left; 
    background-repeat: no-repeat;
    font-size: ;
    font-weight: ;
    text-align:center;
}

.yellow {
    margin: 0px 0px 0px 2px;
    padding: 13px 0px 0px 5px;
    color: #ffffff;
    height:42px;
    width:420px;
    background:;
    background-position: top; 
    background-repeat: no-repeat;
    background-image: url("http://www.tsukiyono.co.jp/syouhin//media/img_20070825T093155468.jpg");
    font-size: ;
    font-weight: ;
    align:center;
}


.quat80 {
    margin: 0px 5px 0px;
    padding: 1px 0px 1px 1px;
    color:;
    width:90px;
    background:;
    background-position: left; 
    background-repeat: no-repeat;
    float:left;
    font-size: ;
    font-weight: ;
    align:center;
}

.quat136 {
    margin: 0px 2px 0px;
    padding: 1px 0px 1px 0px;
    color:#33cccc;
    width:136px;
    background:;
    background-position: left; 
    background-repeat: no-repeat;
    float:left;
    font-size:10px;
    font-weight: ;
    align:center;
}

/*===================================================*/

/*カテゴリ用ここから*/

/*===================================================*/


#subcategories332 {
    float:;
    color:#fff;
　　border: 0px solid #6a3906;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    height:35px;
    padding-top:0px;
    width: 149px;
    display: block;
    background-color:;
    background-repeat: repeat-x;
    background-image: url("http://www.tsukiyono.co.jp/syouhin/media/kinsyou-seihin.gif");
}

#subcategories332name {
    float:;
    color:#fff;
　　border: 0px solid #6a3906;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    height:35px;
    padding-top:0px;
    width: 149px;
    display: block;
    background-color:;
    background-repeat: repeat-x;
    background-image: url("http://www.tsukiyono.co.jp/syouhin/media/kinsyou-seihin.gifx");
}


#subcategories332:hover {
    float:;
    color:#fff;
　　border: 0px solid #6a3906;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    height:35px;
    padding-top:0px;
    width: 149px;
    display: block;
    background-color:;
    background-repeat: repeat-x;
    background-image: url("http://www.tsukiyono.co.jp/syouhin/media/ro_kinsyou.gif");
}



#subcategories333 {
    float:;
    color:#fff;
　　border: 0px solid #6a3906;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    height:35px;
    padding-top:0px;
    width: 149px;
    display: block;
    background-color:;
    background-repeat: repeat-x;
    background-image: url("https://www.tsukiyono.co.jp/stag/pic/s06_9_1.gif");
}

#subcategories333name {
    float:;
    color:#fff;
　　border: 0px solid #6a3906;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    height:35px;
    padding-top:0px;
    width: 149px;
    display: block;
    background-color:;
    background-repeat: repeat-x;
    background-image: url("https://www.tsukiyono.co.jp/stag/pic/s06_9_1.gif");
}


#subcategories333:hover {
    float:;
    color:#fff;
　　border: 0px solid #6a3906;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    height:35px;
    padding-top:0px;
    width: 149px;
    display: block;
    background-color:;
    background-repeat: repeat-x;
    background-image: url("http://www.tsukiyono.co.jp/syouhin/media/ro_mat.gif");
}

#subcategories334 {
    float:;
    color:#fff;
　　border: 0px solid #6a3906;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    height:35px;
    padding-top:0px;
    width: 149px;
    display: block;
    background-color:;
    background-repeat: repeat-x;
    background-image: url("https://www.tsukiyono.co.jp/stag/pic/s06_3_1.gif");
}

#subcategories334name {
    float:;
    color:#fff;
　　border: 0px solid #6a3906;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    height:35px;
    padding-top:0px;
    width: 149px;
    display: block;
    background-color:;
    background-repeat: repeat-x;
    background-image: url("https://www.tsukiyono.co.jp/stag/pic/s06_3_1.gif");
}

#subcategories334;hover {
    float:;
    color:#fff;
　　border: 0px solid #6a3906;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    height:35px;
    padding-top:0px;
    width: 149px;
    display: block;
    background-color:;
    background-repeat: repeat-x;
    background-image: url("http://www.tsukiyono.co.jp/syouhin/media/ro_oga.gif");
}


#subcategories335 {
    float:;
    color:#fff;
　　border: 0px solid #6a3906;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    height:35px;
    padding-top:0px;
    width: 149px;
    display: block;
    background-color:;
    background-repeat: repeat-x;
    background-image: url("https://www.tsukiyono.co.jp/stag/pic/s06_4_1.gif");
}


#subcategories335name {
    float:;
    color:#fff;
　　border: 0px solid #6a3906;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    height:35px;
    padding-top:0px;
    width: 149px;
    display: block;
    background-color:;
    background-repeat: repeat-x;
    background-image: url("https://www.tsukiyono.co.jp/stag/pic/s06_4_1.gif");
}

#subcategories335:hover {
    float:;
    color:#fff;
　　border: 0px solid #6a3906;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    height:35px;
    padding-top:0px;
    width: 149px;
    display: block;
    background-color:;
    background-repeat: repeat-x;
    background-image: url("http://www.tsukiyono.co.jp/syouhin/media/ro_youki.gif");
}

#subcategories336 {
    float:;
    color:#fff;
　　border: 0px solid #6a3906;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    height:35px;
    padding-top:0px;
    width: 149px;
    display: block;
    background-color:;
    background-repeat: repeat-x;
    background-image: url("https://www.tsukiyono.co.jp/stag/pic/s06_7_1.gif");
}


#subcategories336:hover {
    float:;
    color:#fff;
　　border: 0px solid #6a3906;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    height:35px;
    padding-top:0px;
    width: 149px;
    display: block;
    background-color:;
    background-repeat: repeat-x;
    background-image: url("http://www.tsukiyono.co.jp/syouhin/media/ro_jelly.gif");
}

#subcategories336name {
    float:;
    color:#fff;
　　border: 0px solid #6a3906;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    height:35px;
    padding-top:0px;
    width: 149px;
    display: block;
    background-color:;
    background-repeat: repeat-x;
    background-image: url("https://www.tsukiyono.co.jp/stag/pic/s06_7_1.gif");
}

#subcategories337 {
    float:;
    color:#fff;
　　border: 0px solid #6a3906;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    height:35px;
    padding-top:0px;
    width: 149px;
    display: block;
    background-color:;
    background-repeat: repeat-x;
    background-image: url("https://www.tsukiyono.co.jp/stag/pic/s06_8_1.gif");
}

#subcategories337:hover {
    float:;
    color:#fff;
　　border: 0px solid #6a3906;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    height:35px;
    padding-top:0px;
    width: 149px;
    display: block;
    background-color:;
    background-repeat: repeat-x;
    background-image: url("http://www.tsukiyono.co.jp/syouhin/media/ro_tenka.gif");
}

#subcategories337name {
    float:;
    color:#fff;
　　border: 0px solid #6a3906;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    height:35px;
    padding-top:0px;
    width: 149px;
    display: block;
    background-color:;
    background-repeat: repeat-x;
    background-image: url("https://www.tsukiyono.co.jp/stag/pic/s06_8_1.gif");
}


#subcategories338 {
    float:;
    color:#fff;
　　border: 0px solid #6a3906;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    height:35px;
    padding-top:0px;
    width: 149px;
    display: block;
    background-color:;
    background-repeat: repeat-x;
    background-image: url("https://www.tsukiyono.co.jp/stag/pic/s06_18_1.gif");
}

#subcategories338:hover {
    float:;
    color:#fff;
　　border: 0px solid #6a3906;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    height:35px;
    padding-top:0px;
    width: 149px;
    display: block;
    background-color:;
    background-repeat: repeat-x;
    background-image: url("http://www.tsukiyono.co.jp/syouhin/media/ro_kinoko.gif");
}

#subcategories338name {
    float:;
    color:#fff;
　　border: 0px solid #6a3906;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    height:35px;
    padding-top:0px;
    width: 149px;
    display: block;
    background-color:;
    background-repeat: repeat-x;
    background-image: url("https://www.tsukiyono.co.jp/stag/pic/s06_18_1.gif");
}

#subcategories444 {
    float:;
    color:#fff;
　　border: 0px solid #6a3906;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    height:35px;
    padding-top:0px;
    width: 149px;
    display: block;
    background-color:;
    background-repeat: repeat-x;
    background-image: url("https://www.tsukiyono.co.jp/stag/pic/s06_20_1.gif");
}

#subcategories444name {
    float:;
    color:#fff;
　　border: 0px solid #6a3906;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    height:35px;
    padding-top:0px;
    width: 149px;
    display: block;
    background-color:;
    background-repeat: repeat-x;
    background-image: url("https://www.tsukiyono.co.jp/stag/pic/s06_20_1.gif");
}

#subcategories444:hover {
    float:;
    color:#fff;
　　border: 0px solid #6a3906;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    height:35px;
    padding-top:0px;
    width: 149px;
    display: block;
    background-color:;
    background-repeat: repeat-x;
    background-image: url("https://www.tsukiyono.co.jp/stag/pic/s06_20_1.gif");
}


/*bbbb===============================================*/

/*新カテゴリ用ここから*/

/*===================================================*/

.categoryblock{
    float:left;
    margin:0 4px 0 0px;
    height:160px;
}


#subcategories332p {
    color:#fff;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    height:75px;
    padding-top:0px;
    width: 292px;
    display: block;
    background-position:2px 0px;
    background-repeat: no-repeat;
    background-image: url("http://www.tsukiyono.co.jp/stag/images_sub/catalog-bana.gif");
}

#subcategories332pname {
    float:;
    color:#fff;
　　border: 0px solid #6a3906;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    height:75px;
    padding-top:0px;
    width: 292px;
    display: block;
    background-position:2px 0px;
    background-repeat: no-repeat;
    background-image: url("http://www.tsukiyono.co.jp/syouhin/media/kinsyou-seihin.gifx");
}


#subcategories332p:hover {
    float:;
    color:#fff;
　　border: 0px solid #6a3906;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    height:75px;
    padding-top:0px;
    width: 292px;
    display: block;
    background-position:2px 0px;
    background-repeat: no-repeat;
    background-image: url("http://www.tsukiyono.co.jp/stag/images_sub/catalog-bana.gif");
}



#subcategories333p {
    float:;
    color:#fff;
　　border: 0px solid #6a3906;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    height:75px;
    padding-top:0px;
    width: 292px;
    display: block;
    background-position:2px 0px;
    background-repeat: no-repeat;
    background-image: url("http://www.tsukiyono.co.jp/stag/images_sub/catalog-bana.gif");
}

#subcategories333pname {
    float:;
    color:#fff;
　　border: 0px solid #6a3906;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    height:75px;
    padding-top:0px;
    width: 292px;
    display: block;
    background-position:2px 0px;
    background-repeat: no-repeat;
    background-image: url("http://www.tsukiyono.co.jp/stag/images_sub/catalog-bana.gif");
}


#subcategories333p:hover {
    float:;
    color:#fff;
　　border: 0px solid #6a3906;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    height:75px;
    padding-top:0px;
    width: 292px;
    display: block;
    background-position:2px 0px;
    background-repeat: no-repeat;
    background-image: url("http://www.tsukiyono.co.jp/stag/images_sub/catalog-bana.gif");
}

#subcategories334p {
    float:;
    color:#fff;
　　border: 0px solid #6a3906;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    height:75px;
    padding-top:0px;
    width: 292px;
    display: block;
    background-position:2px 0px;
    background-repeat: no-repeat;
    background-image: url("http://www.tsukiyono.co.jp/stag/images_sub/catalog-bana.gif");
}

#subcategories334pname {
    float:;
    color:#fff;
　　border: 0px solid #6a3906;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    height:75px;
    padding-top:0px;
    width: 292px;
    display: block;
    background-position:2px 0px;
    background-repeat: no-repeat;
    background-image: url("http://www.tsukiyono.co.jp/stag/images_sub/catalog-bana.gif");
}

#subcategories334p;hover {
    float:;
    color:#fff;
　　border: 0px solid #6a3906;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    height:75px;
    padding-top:0px;
    width: 292px;
    display: block;
    background-position:2px 0px;
    background-repeat: no-repeat;
    background-image: url("http://www.tsukiyono.co.jp/stag/images_sub/catalog-bana.gif");
}


#subcategories335p {
    float:;
    color:#fff;
　　border: 0px solid #6a3906;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    height:75px;
    padding-top:0px;
    width: 292px;
    display: block;
    background-position:2px 0px;
    background-repeat: no-repeat;
    background-image: url("http://www.tsukiyono.co.jp/stag/images_sub/catalog-bana.gif");
}


#subcategories335pname {
    float:;
    color:#fff;
　　border: 0px solid #6a3906;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    height:75px;
    padding-top:0px;
    width: 292px;
    display: block;
    background-position:2px 0px;
    background-repeat: no-repeat;
    background-image: url("http://www.tsukiyono.co.jp/stag/images_sub/catalog-bana.gif");
}

#subcategories335p:hover {
    float:;
    color:#fff;
　　border: 0px solid #6a3906;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    height:75px;
    padding-top:0px;
    width: 292px;
    display: block;
    background-position:2px 0px;
    background-repeat: no-repeat;
    background-image: url("http://www.tsukiyono.co.jp/stag/images_sub/catalog-bana.gif");
}

#subcategories336p {
    float:;
    color:#fff;
　　border: 0px solid #6a3906;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    height:75px;
    padding-top:0px;
    width: 292px;
    display: block;
    background-position:2px 0px;
    background-repeat: no-repeat;
    background-image: url("http://www.tsukiyono.co.jp/stag/images_sub/catalog-bana.gif");
}


#subcategories336p:hover {
    float:;
    color:#fff;
　　border: 0px solid #6a3906;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    height:75px;
    padding-top:0px;
    width: 292px;
    display: block;
    background-position:2px 0px;
    background-repeat: no-repeat;
    background-image: url("http://www.tsukiyono.co.jp/stag/images_sub/catalog-bana.gif");
}

#subcategories336pname {
    float:;
    color:#fff;
　　border: 0px solid #6a3906;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    height:75px;
    padding-top:0px;
    width: 292px;
    display: block;
    background-position:2px 0px;
    background-repeat: no-repeat;
    background-image: url("http://www.tsukiyono.co.jp/stag/images_sub/catalog-bana.gif");
}

#subcategories337p {
    float:;
    color:#fff;
　　border: 0px solid #6a3906;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    height:75px;
    padding-top:0px;
    width: 292px;
    display: block;
    background-position:2px 0px;
    background-repeat: no-repeat;
    background-image: url("http://www.tsukiyono.co.jp/stag/images_sub/catalog-bana.gif");
}

#subcategories337p:hover {
    float:;
    color:#fff;
　　border: 0px solid #6a3906;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    height:75px;
    padding-top:0px;
    width: 292px;
    display: block;
    background-position:2px 0px;
    background-repeat: no-repeat;
    background-image: url("http://www.tsukiyono.co.jp/stag/images_sub/catalog-bana.gif");
}

#subcategories337pname {
    float:;
    color:#fff;
　　border: 0px solid #6a3906;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    height:75px;
    padding-top:0px;
    width: 292px;
    display: block;
    background-position:2px 0px;
    background-repeat: no-repeat;
    background-image: url("http://www.tsukiyono.co.jp/stag/images_sub/catalog-bana.gif");
}


#subcategories338p {
    float:;
    color:#fff;
　　border: 0px solid #6a3906;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    height:75px;
    padding-top:0px;
    width: 292px;
    display: block;
    background-position:2px 0px;
    background-repeat: no-repeat;
    background-image: url("http://www.tsukiyono.co.jp/stag/images_sub/catalog-bana.gif");
}

#subcategories338p:hover {
    float:;
    color:#fff;
　　border: 0px solid #6a3906;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    height:75px;
    padding-top:0px;
    width: 292px;
    display: block;
    background-position:2px 0px;
    background-repeat: no-repeat;
    background-image: url("http://www.tsukiyono.co.jp/stag/images_sub/catalog-bana.gif");
}

#subcategories338pname {
    float:;
    color:#fff;
　　border: 0px solid #6a3906;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    height:75px;
    padding-top:0px;
    width: 292px;
    display: block;
    background-position:2px 0px;
    background-repeat: no-repeat;
    background-image: url("http://www.tsukiyono.co.jp/stag/images_sub/catalog-bana.gif");
}

#subcategories444p {
    float:;
    color:#fff;
　　border: 0px solid #6a3906;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    height:75px;
    padding-top:0px;
    width: 292px;
    display: block;
    background-position:2px 0px;
    background-repeat: no-repeat;
    background-image: url("http://www.tsukiyono.co.jp/stag/images_sub/catalog-bana.gif");
}

#subcategories444pname {
    float:;
    color:#fff;
　　border: 0px solid #6a3906;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    height:75px;
    padding-top:0px;
    width: 292px;
    display: block;
    background-position:2px 0px;
    background-repeat: no-repeat;
    background-image: url("http://www.tsukiyono.co.jp/stag/images_sub/catalog-bana.gif");
}

#subcategories444p:hover {
    float:;
    color:#fff;
　　border: 0px solid #6a3906;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    height:75px;
    padding-top:0px;
    width: 292px;
    display: block;
    background-position:2px 0px;
    background-repeat: no-repeat;
    background-image: url("http://www.tsukiyono.co.jp/stag/images_sub/catalog-bana.gif");
}







.headtitle {
    float:;
    color:;
　　border: 0px solid #6a3906;
    font-size: 14px;
    font-weight:bold;
    text-align:;
    line-height:30px;
    padding-left:36px;
    width:;
    display: block;
    background-color:;
    background-repeat: no-repeat;
    background-image: url("http://www.tsukiyono.co.jp/blog/img/title_list-mark.gif");
}

.font8 {
    font-size: 10px;
}

.font11 {
    font-size: 11px;
}

.font7r {
    font-size: 9px;
    color:red;
}

.widemidasi{
    font-size:16px;
    font-weight:bold;
    color:#ffffff;
    line-height:;
    margin:0px 0px 0px 0px;
    padding:4px 0px 4px 8px;
    background-color:#663300;
    background-repeat: repeat-x;
    background-image: url("http://www.tsukiyono.co.jp/syouhin/media/bar_cha.gif");
}

.widemidasi a:{
    font-size:16px;
    font-weight:bold;
    color:#ffffff;
}

.widemidasi a:link{
    font-size:16px;
    font-weight:bold;
    color:#ffffff;
}

.widemidasi a:visited{
    font-size:16px;
    font-weight:bold;
    color:#ffffff;
}

.widemidasi a:hover{
    font-size:16px;
    font-weight:bold;
    color:#ffffff;
}

.wideentry{
    font-size:14px;
    font-weight:;
    color:#663300;
    line-height:20px;
    margin:0px 0px 0px 0px;
    padding:5px 16px 5px 16px;
    background-color:#ffdd57;
}

.wideentry-m{
    font-size:14px;
    font-weight:;
    color:#663300;
    line-height:20px;
    margin:0px 0px 0px 0px;
    padding:16px 0px 5px 16px;
    background-color:#ffdd57;
}

.wideentrync{
    font-size:14px;
    font-weight:;
    color:#663300;
    line-height:20px;
    margin:0px 0px 14px 0px;
    padding:5px 4px 5px 8px;
    background-color:;
    height:200px;
    overflow:hidden;
}

.wideentrync a{
    font-size:14px;
    font-weight:bold;
    color:#663300;
}

.pankuzu{
    font-size:16px;
    font-weight:bold;
    color:#9f743a;
    line-height:24px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    background-color:;
}

.pankuzu a{
    font-size:16px;
    font-weight:bold;
    color:#9f743a;
    line-height:24px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    background-color:;
}

.pankuzu2{
    font-size:16px;
    font-weight:bold;
    color:#9f743a;
    line-height:24px;
    margin:2px 0px 0px 10px;
    padding:0px 0px 0px 0px;
    background-color:;
}

.pankuzu2 a{
    font-size:16px;
    font-weight:bold;
    color:#9f743a;
    line-height:24px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    background-color:;
}


.wideblog{
    margin:10px 10px 0px 10px;
}

.wideblog2{
    margin:0px 10px 0px 10px;
}

.c-list{
    padding:0px 0px 0px 15px;
    margin:0px 0px 0px 0px;
    background-position:2px 6px ;
    background-repeat: no-repeat;
    background-image: url("http://www.tsukiyono.co.jp/syouhin/list-009.gif");
}

.c-list a{
    line-height:20px;
    font-size:12px;
    font-weight:bold;
    color:#663300;
}

.e-td1{
    background-color:#feeac9;
    width:100px;
    align:left;
    vertical-align:middle;
    font-size:12px;
    color:#663300;
    height:36px;
    padding:0 0 0 4px;
}

.e-td2{
    background-color:#fef3e2;
    align:left;
    vertical-align:middle;
    font-size:12px;
    color:#663300;
    height:36px;
    padding:0 0 0 4px;
}

.e-td1c{
    background-color:#feeac9;
    text-align:center;
    vertical-align:middle;
    font-size:12px;
    color:#663300;
    line-height:36px;
    padding:0 0 0 0px;
}

.e-td1t {
    background-color:#feeac9;
    align:left;
    vertical-align:top;
    font-size:12px;
    color:#663300;
    line-height:18px;
    padding:0 0 0 4px;
}

.e-td2t {
    background-color:#fef3e2;
    align:left;
    vertical-align:top;
    font-size:12px;
    color:#663300;
    line-height:18px;
    padding:0 0 0 4px;
}

/*パンくず------------------------------------------*/

.pankuzu-1{
    float:;
    color:;
　　border:0px solid #6a3906;
    font-size:;
    font-weight:;
    text-align:;
    line-height:;
    margin:10px 0 1px 0;
    padding:0 0 0 0;
    width:;
    display:;
    background-color:;
}

.pankuzu-2{
    float:left;
    color:#663300;
　　border:0px solid #6a3906;
    font-size:16px;
    font-weight:bold;
    line-height:16px;
    margin:0px 0 0px 0;
    padding:8px 0 0px 2px;
}

.pankuzu-2 a{
    color:#663300;
    font-size:16px;
    font-weight:bold;
    line-height:;
    margin:0px 0 0px 0;
    padding:0px 0 0px 0px;
}


.pankuzu-3{
    float:;
    color:#663300;
　　border:0px solid #6a3906;
    font-size:16px;
    font-weight:bold;
    text-align:right;
    line-height:;
    margin:0px 0 0px 410px;
    padding:2px 4px 1px 4px;
    width:;
    display:;
    background-color:#ffffff;
}
/*----------------------------------------------*/

.midasi-f1{
    color:#ffffff;
    font-size:16px;
    font-weight:bold;
    line-height:24px;
    margin:10px 0px 14px 0px;
    padding:0px 0px 0px 8px;
    background-color:;
    background-repeat: repeat-x;
    background-image: url("http://www.tsukiyono.co.jp/syouhin/media/bar_midori.gif");
}

.midasi-f1 a{
    color:#ffffff;
    font-size:16px;
    font-weight:bold;
    line-height:24px;
}

.midasi-f1 a:link{
    color:#ffffff;
    font-size:16px;
    font-weight:bold;
    line-height:24px;
}

.midasi-f1 a:visited{
    color:#ffffff;
    font-size:16px;
    font-weight:bold;
    line-height:24px;
}

.midasi-f1 a:hover{
    color:#ffffff;
    font-size:16px;
    font-weight:bold;
    line-height:24px;
}

.midasi-f11{
    float:;
    color:;
　　border-top:0px dashed #6a3906;
    font-size:12px;
    font-weight:;
    line-height:20px;
    height:;
    margin:5px 0px 5px 0px;
    padding:0px 0px 0px 0px;
}

.midasi-f2{
    color:#663300;
    font-size:16px;
    font-weight:bold;
    line-height:24px;
    margin:0px 0 0px 152px;
    padding:0px 0px 0px 0px;
    background-color:#FFDd57;
}

.midasi-f2 a{
    color:#663300;
    font-size:16px;
    font-weight:bold;
    line-height:24px;
}

.midasi-f2 a:hover{
    color:#883300;
    font-size:16px;
    font-weight:bold;
    line-height:24px;
}

.midasi-f3{
    color:#663300;
    font-size:16px;
    line-height:24px;
    font-weight:normal;
    margin:0px 0 0px 20px;
    padding:0px 0px 0px 0px;
}

.midasi-f3 a{
    color:#663300;
    font-size:16px;
    font-weight:normal;
    line-height:24px;
}
/*左側----------------------------------*/

.lefttext{
    font-size:12px;
    color:#663300;
}

.lefttext a{
    font-size:12px;
    color:#663300;
}

.leftlink{
    font-size:12px;
    color:#663300;
}
/*エントリー内----------------------------------*/

.nakamidasi{
    font-size:27px;
    font-weight:bold;
    color:#663300;
    line-height:55px;
    margin:0px 0px 20px 0px;
    padding:0px 0px 0px 65px;
    background-color:;
    background-position:;  
    background-repeat: no-repeat;
    background-image: url("http://www.tsukiyono.co.jp/syouhin/media/h2_bar2.gif");
}

.nakamidasi3{
   background-image:url(http://www.tsukiyono.co.jp/syouhin/media/h3_bar.gif);
   background-repeat:no-repeat;
   color:#663300;
   font-size:16px;
   font-weight:bold;
   line-height:37px;
   margin:0px 0px 0px;
   padding:0px 0px 0px 39px;
}

.nakamidasi3 a{
   color:#663300;
   font-size:16px;
   font-weight:bold;
}

.goken{
   margin:0px 0px 36px 0px;
   padding:0px 0px 0px 0px;
}


.margin-left{
    margin:0 0 0 30px;
}

.q-list {
    color:#663300;
    border:0px solid #000000;
    font-size: 14px;
    font-weight:normal;
    line-height:22px;
    padding:0px 0px 0px 21px;
    margin:3px 0px 1px 0px;
    background-position:4px 5px;
    background-repeat:no-repeat;
   background-image:url("http://www.tsukiyono.co.jp/faq/faq-toplist.png");
}

.q-list a{
    color:#663300;
    font-size: 14px;
    line-height:22px;
}


.nikki{
   text-align:right;
   margin:0 6px 10px 0;
   font-size:12px;
   color:#856130;
}

.tuduki{
   text-align:right;
   margin:0px 14px 0 0;
   font-size:14px;
}

.syouhin-bottom{
    border:1px dashed #663300;

}

.syousai{
    padding:0px 0px 0px 0px;
    width:404px;
    line-height:32px;
    color:#663300;
    display:block;
    text-decoration:none;
    background-color:;
    background-position:256px 0px; 
    background-repeat: no-repeat; 
    background-image: url("https://www.tsukiyono.co.jp/syouhin/media/add_to_cart-img-s.gifx");
}

.syousai a{
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    width:404px;
    display:block;
    color:#663300;
    text-decoration:none;
    background-color:;
    background-position:256px 0px; 
    background-repeat: no-repeat; 
    background-image: url("https://www.tsukiyono.co.jp/syouhin/media/add_to_cart-img-s.gif");
}

.syousai a:hover{
    color:#663300;
    margin:0px 0px 0px 0px;
    width:404px;
    padding:0px 0px 0px 0px;
    display:;
    text-decoration:none;
    background-color:#ffea97;
    background-position:256px 0px; 
    background-repeat: no-repeat; 
    background-image: url("https://www.tsukiyono.co.jp/syouhin/media/add_to_cart-img-so.gif");
}

.syousai a:visited{
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    width:404px;
    display:block;
    color:#663300;
    text-decoration:none;
    background-color:;
    background-position:256px 0px; 
    background-repeat: no-repeat; 
}

.syousai a:link{
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    width:404px;
    display:block;
    color:#663300;
    text-decoration:none;
    background-color:;
    background-position:256px 0px; 
    background-repeat: no-repeat; 
}

/*しいたけ栽培セット*/
.clear-line {
    clear: both;
    background: none;
    margin:10px 10px 10px 0px;
    border-bottom:1px dashed #996633;
}

.clear {
    clear: both;
    background: none;
}
.dekiruimg332 {
    font-size:14px;
    border:0px solid #000000;
    color:#663300;
    float:left;
    width:32.5%;
    text-align:center;
    background-color:;
    line-height:24px;
    font-weight:bold;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
}

.dekirukiji {
    font-size: 14px;
    color:#663300;
    line-height:150%;
    padding:0px 0px 0px 0px;    
    margin:0px 0px 0px 10px;
}


.dekiruhead2 {
    font-size:15px;
    border-left:8px solid #663300;
    border-bottom:0px dashed #ff6600;
    color:#800000;
    line-height:21px;
    text-align:;
    background-color:#fef8d1;
    font-weight:bold;
    padding: 0px 0px 0px 6px;
    margin:10px 10px 10px 0px;
    background-position:;
    background-repeat: no-repeat;    background-image:url("http://www.tsukiyono.co.jp/mush/kinoko-recipe01/sr_data/sr_data_dimg/shiitake[1].gifxx");
}

.kiji-inside {
    font-size:16px;
    border-bottom:1px dashed #663300;
    color:#663300;
    line-height:20px;
    text-align:;
    background-color:;
    font-weight:bold;
    padding: 16px 0px 0px 42px;
    margin:10px 10px 10px 10px;
    background-position:;
    background-repeat: no-repeat;    background-image:url("http://www.tsukiyono.co.jp/mush/kinoko-recipe01/sr_data/sr_data_dimg/shiitake[1].gif");
}

.saibaititle {
    font-size:16px;
    border-bottom:1px dashed #663300;
    color:#663300;
    line-height:20px;
    text-align:;
    background-color:;
    font-weight:bold;
    padding: 0px 0px 0px 0px;
    margin:0px 10px 10px 222px;
    background-position:;
    background-repeat: no-repeat;    background-image:url("http://www.tsukiyono.co.jp/mush/kinoko-recipe01/sr_data/sr_data_dimg/shiitake[1].gifx");
}
.saibaipoint {
    font-size:14px;
    border-left:8px solid #9d6a26;
    color:#663300;
    line-height:18px;
    text-align:;
    background-color:;
    display:block;
    font-weight:;
    padding: 0px 0px 0px 6px;
    margin:0px 10px 10px 225px;
    background-position:;
    background-repeat: no-repeat;    background-image:url("http://www.tsukiyono.co.jp/mush/kinoko-recipe01/sr_data/sr_data_dimg/shiitake[1].gifx");
}

.shiitake-cart{
    padding:0px 0px 0px 0px;
    width:370px;
    line-height:32px;
    color:#663300;
    display:block;
    text-decoration:none;
    background-color:;
    background-position:120px 0px; 
    background-repeat: no-repeat; 
    background-image: url("https://www.tsukiyono.co.jp/syouhin/media/add_to_cart-img-s.gifx");
}

.shiitake-cart a{
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;

    display:block;
    color:#663300;
    text-decoration:none;
    background-color:;
    background-position:220px 0px; 
    background-repeat: no-repeat; 
    background-image: url("https://www.tsukiyono.co.jp/syouhin/media/add_to_cart-img-s.gif");
}

.shiitake-cart a:hover{
    color:#663300;
    margin:0px 0px 0px 0px;

    padding:0px 0px 0px 0px;
    display:;
    text-decoration:none;
    background-color:#ffea97;
    background-position:220px 0px; 
    background-repeat: no-repeat; 
    background-image: url("https://www.tsukiyono.co.jp/syouhin/media/add_to_cart-img-so.gif");
}

.shiitake-cart a:visited{
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;

    display:block;
    color:#663300;
    text-decoration:none;
    background-color:;
    background-position:220px 0px; 
    background-repeat: no-repeat; 
}

.shiitake-cart a:link{
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;

    display:block;
    color:#663300;
    text-decoration:none;
    background-color:;
    background-position:220px 0px; 
    background-repeat: no-repeat; 
}

/*しいたけ栽培セット終わり*/

/*IE6用table内*/

.in-td{
    font-size:14px;
    color:#663300;
}


/*記事タイトルの背景*/

.ogako-title {
    height:37px;
    margin:16px 0px;
    background-repeat: no-repeat;
    background-image: url("https://www.tsukiyono.co.jp/stag/pic/s06_3_2.gif");
}

.case-title {
    height:37px;
    margin:16px 0px;
    background-repeat: no-repeat;
    background-image: url("https://www.tsukiyono.co.jp/stag/pic/s06_20_2.gif");
}

.tenkazai-title {
    height:37px;
    margin:16px 0px;
    background-repeat: no-repeat;
    background-image: url("https://www.tsukiyono.co.jp/stag/pic/s06_8_2.gif");
}

.jerry-title {
    height:37px;
    margin:16px 0px;
    background-repeat: no-repeat;
    background-image: url("https://www.tsukiyono.co.jp/stag/pic/s06_7_2.gif");
}

.youki-title {
    height:37px;
    margin:16px 0px;
    background-repeat: no-repeat;
    background-image: url("https://www.tsukiyono.co.jp/stag/pic/s06_4_2.gif");
}

.666-title {
    height:37px;
    margin:16px 0px;
    background-repeat: no-repeat;
    background-image: url("https://www.tsukiyono.co.jp/stag/pic/s06_3_2.gif");
}

.777-title {
    height:37px;
    margin:16px 0px;
    background-repeat: no-repeat;
    background-image: url("https://www.tsukiyono.co.jp/stag/pic/s06_3_2.gif");
}

.888-title {
    height:37px;
    margin:16px 0px;
    background-repeat: no-repeat;
    background-image: url("https://www.tsukiyono.co.jp/stag/pic/s06_3_2.gif");
}











.aiueo {
    float:;
    color:#000000;
　　border: 0px solid #6a3906;
    font-size:0px;
    font-weight:;
    text-align:;
    height:0px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    width:0px;
    display:;
    background-color:#000000;
    background-repeat: no-repeat;
    background-image: url("https://www.tsukiyono.co.jp/stag/pic/s06_3_2.gif");
}


/*フッターのバー*/

.shiiku-joho{
    line-height:24px;
    font-size:16px;
    color:#ffffff;
    background-color:#663300;
    margin:0px 0px 0px 0px ;
    padding:0px 0px 0px 8px ;
}



/*横並びのフッター*/

.joho{
    font-size:12px;
    color:#663300;
}

.joho a{
    font-size:12px;
    color:#663300;
}

.joho a:link{
    font-size:12px;
    color:#663300;
}


.joho a:visited{
    font-size:12px;
    color:#663300;
}


/*縦並びのフッター*/

.johox{
    padding:0px 0px 0px 15px;
    margin:0px 0px 0px 0px;
    background-position:2px 6px ;
    background-repeat: no-repeat;
    background-image: url("http://www.tsukiyono.co.jp/syouhin/list-009.gif");
}

.johox a{
    line-height:20px;
    font-size:14px;
    color:#663300;
}

.johox a:link{
    font-size:14px;
    color:#663300;
}


.johox a:visited{
    font-size:14px;
    color:#663300;
}


/*===================================================*/

/*共通ヘッダーフッターここまで*/

/*===================================================*/



/*=============================================*/
/*ヘッダーのナビ*/
/*=============================================*/

.head-navi{
    margin:10px 0px 0px 5px;
    height:190px;
    overflow:hidden;
}

.h-box{
     background-image:url(http://www.tsukiyono.co.jp/stag/images_sub/h1-bg.gif);
    font-size:12px;
    text-align:center;
    line-height:20px;
}

/*=============================================*/
/*フッターのナビ*/
/*=============================================*/

.widemidasi-f{
    font-size:16px;
    font-weight:bold;
    color:#ffffff;
    line-height:;
    margin:0px 0px 0px 0px;
    padding:4px 0px 4px 8px;
    background-color:#663300;
    background-repeat: repeat-x;
    background-image: url("http://www.tsukiyono.co.jp/syouhin/media/bar_cha.gif");
}

.widemidasi-f a:{
    font-size:16px;
    font-weight:bold;
    color:#ffffff;
}

.widemidasi-f a:link{
    font-size:16px;
    font-weight:bold;
    color:#ffffff;
}

.widemidasi-f a:visited{
    font-size:16px;
    font-weight:bold;
    color:#ffffff;
}

.widemidasi-f a:hover{
    font-size:16px;
    font-weight:bold;
    color:#ffffff;
}

.waku-f{
    width:620px;
    padding:12px 0px 0px 0px;
    background-color:#ffdd57;
    clear:both;
}

.icon-f{
    float:left;
    text-align:center;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    width:206px;
    height:72px;
    background-color:#ffdd57;
    overflow:hidden; 
    position:relative;
}

.icon-f a{
    color:#663300;
    font-size:12px;
    font-weight:normal;
}

.icon-f a:link{
    color:#663300;
    font-size:12px;
    font-weight:normal;
}

.icon-f a:visited{
    color:#663300;
    font-size:12px;
    font-weight:normal;
}

.icon-f a:hover{
    color:#996633;
    font-size:12px;
    font-weight:normal;
    text-decoration:none;
}

.waku-fb{
    background-position:0px 0px;
    background-repeat: no-repeat;
    background-image: url("http://www.tsukiyono.co.jp/stag/images_sub/foot_620img.gif");
    width:620px;
}

.waku-fbe{
    margin:0px 10px;
    background-position:0px 0px;
    background-repeat: no-repeat;
    background-image: url("http://www.tsukiyono.co.jp/stag/images_sub/foot_620img.gif");
    width:620px;
}

.title-f{
    position:relative;
    bottom:4px;
}

/*===================================================*/

/*共通ヘッダーフッターここまで*/

/*===================================================*/


/*===================================================*/

/*商品紹介トップページ*/

/*===================================================*/

.catalog-box{
    font-size:14px;
    color:#663300;
    line-height:20px;
    padding-top:0px;
    padding-left:5px;
    background-color:#ffdd57;
    height:450px;
}
.catalog-box1{
float:left;
    width:307px;
margin-bottom:25px;
}

.catalog-box ul {
display:inline;
padding-left:0px;
margin-left:0px;
font-size:14px;
}
.catalog-box li {
display:inline;
padding-left:0px;
margin-left:20px;
font-size:14px;
}

.catalog-box li a{
font-size:16px;
}





.xsyousai{
    margin:0px 8px 0px 222px;
    padding:0px 0px 0px 0px;

    line-height:32px;
    color:#663300;
    display:block;
    text-decoration:none;
    background-color:;
    background-position:207px 0px; 
    background-repeat: no-repeat; 
    background-image: url("https://www.tsukiyono.co.jp/syouhin/media/add_to_cart-img-s.gifx");
}

.xsyousai a{
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;

    display:block;
    color:#663300;
    text-decoration:none;
    background-color:;
    background-position:207px 0px; 
    background-repeat: no-repeat; 
    background-image: url("https://www.tsukiyono.co.jp/syouhin/media/add_to_cart-img-s.gif");
}

.xsyousai a:hover{
    color:#663300;
    margin:0px 0px 0px 0px;

    padding:0px 0px 0px 0px;
    display:;
    text-decoration:none;
    background-color:#ffea97;
    background-position:207px 0px; 
    background-repeat: no-repeat; 
    background-image: url("https://www.tsukiyono.co.jp/syouhin/media/add_to_cart-img-so.gif");
}

.xsyousai a:visited{
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;

    display:block;
    color:#663300;
    text-decoration:none;
    background-color:;
    background-position:207px 0px; 
    background-repeat: no-repeat; 
}

.xsyousai a:link{
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;

    display:block;
    color:#663300;
    text-decoration:none;
    background-color:;
    background-position:207px 0px; 
    background-repeat: no-repeat; 
}

.kago{
    text-align:right;
    margin:0px 0px 0px 222px;
    padding:0px 16px 0px 0px;
}

/*---------------------------------------------*/

.kakaku{
    text-align:left;
    border-bottom:#996633 dashed 1px ;
   margin:0px 100px 6px 100px;
    padding:0px 0px 0px 9px;
    line-height:24px;
    color:#663300;
    display:block;
    text-decoration:none;
    background-color:;
    background-position:207px 0px; 
    background-repeat: no-repeat; 
    background-image: url("https://www.tsukiyono.co.jp/syouhin/media/add_to_cart-img-s.gifx");
}

.zsyousai{
    text-align:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    width:357px;
    line-height:32px;
    color:#663300;
    display:block;
    text-decoration:none;
    background-color:;
    background-position:207px 0px; 
    background-repeat: no-repeat; 
    background-image: url("https://www.tsukiyono.co.jp/syouhin/media/add_to_cart-img-s.gifx");
}

.zsyousai a{
    text-align:left;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    width:357px;
    display:block;
    color:#663300;
    text-decoration:none;
    background-color:;
    background-position:207px 0px; 
    background-repeat: no-repeat; 
    background-image: url("https://www.tsukiyono.co.jp/syouhin/media/add_to_cart-img-s.gif");
}

.zsyousai a:hover{
    text-align:left;
    color:#663300;
    margin:0px 0px 0px 0px;
    width:357px;
    padding:0px 0px 0px 0px;
    display:;
    text-decoration:none;
    background-color:#ffea97;
    background-position:207px 0px; 
    background-repeat: no-repeat; 
    background-image: url("https://www.tsukiyono.co.jp/syouhin/media/add_to_cart-img-so.gif");
}

.zsyousai a:visited{
    text-align:left;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    width:357px;
    display:block;
    color:#663300;
    text-decoration:none;
    background-color:;
    background-position:207px 0px; 
    background-repeat: no-repeat; 
}

.zsyousai a:link{
    text-align:left;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    width:357px;
    display:block;
    color:#663300;
    text-decoration:none;
    background-color:;
    background-position:207px 0px; 
    background-repeat: no-repeat; 
}

.zkago{
    margin:8px 0px 0px 200px;
    padding:0px 0px 0px 0px;
}

h2 a { color:#663300; }
h2 a:link { color:#663300; }
h2 a:visited { color:#663300; }
h2 a:hover { color:#663300; }

.kanren {
    padding:0px 8px 0px 0px;
}

.kanren a {
    display:block;
    padding:8px;
    background-color:#ffffff;
    height:64px;
    text-decoration:none;
}

.kanren a:link { 
    background-color:#ffffff;
    text-decoration:none;
}

.kanren a:visited { 
    background-color:#ffffff;
    text-decoration:none;
}

.kanren a:hover { 
    background-color:#fff0f0;
    text-decoration:none;
    color:#0000ff;
}

.kanren a:active { 
    background-color:#ffcccc;
    text-decoration:none;
}

.kanren a span {
    font-size:12px;
    color:#666666;
}

