@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.f-in
 * 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;

}

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

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

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

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

/* 太字の設定*/
strong{
font-weight:bold;
}




/* 順序なしリスト */
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;
}



/* 共通ヘッダー*/

.h1{
    font-size:12px;
    text-align:center;
    line-height:20px;
    font-weight:normal;
    color:#663300;
}

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

/* タイトル */

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


/* エントリー全体 */
.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 0px;
    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 0 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;
}

.content-nav2 {
    border:1px #0000ff;
    margin: 10px;
    text-align: center;
}

.content-nav2 img {
    vertical-align:middle;
}

/* カレンダー */
.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: 12px;
    font-weight:;
    line-height: 140%;
}

/* サイドメニュー */
.side {
    margin: 3px 0 20px;
    background: none;
    color: #444444;
    font-size: 12px;
    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: #000000;
}
.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: 630px;
    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 {
    padding: 0px 5px 0 0px;
    color: #663300;
}
.layout-three-column #links-right {
    padding: 15px 5px 0 0px;
    color: #663300;
}

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

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


#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;
}

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

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

    text-decoration:none;
}


.cate160:hover {
    color: #663300;
    width:420px;
        display:block;
padding: 5px 5px 5px 5px;
    width:;
    background: #ffffff;
    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;
    line-height:22px;
    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;
}

.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;
}

.komento{

    float:;
    color:;
　　border: 3px solid #a0b92c;
    font-size: 12px;
    font-weight:;
    text-align:;
    padding-left:32px;
    width:;
    background-color:#ffffff;
    background-repeat: no-repeat;
    background-image: url("http://www.tsukiyono.co.jp/syouhin//media/img_20070830T212017875.gifx");
}


.midasi2 {
    margin: 5px 5px 0px 0px;
    padding: 0px 0px 0px 10px;
    line-height:30px;
    color: #ffffff;
    background: ;
    background-position: left; 
    background-repeat: repeat-x;
    background-image: url("http://www.tsukiyono.co.jp/syouhin//media/img_20070901T112204203.gif");
    font-size: 14px;
    font-weight: bold;
}

.midasi3 {
    color:#fff;
    background-color: #8b4513;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    line-height:25px;
    padding-top:;
    width: 156px;
    margin-top:1px;
    margin-left: 8px;
    margin-bottom: 5px;
    background-repeat: repeat-x;
    background-image: url("http://www.tsukiyono.co.jp/minnano/k_img/minnano_menu.gif");
}


.midasi4 {
    float:;
    color:#fff;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    line-height:25px;
    padding-top:;
    width: 156px;
    margin-top:0px;
    margin-right: 0px;
    margin-bottom: 0px;
    display: block;
    background-repeat: repeat-x;
    background-image: url("http://www.tsukiyono.co.jp/minnano/k_img/minnano_menu.gif");
}



.entryb {
    clear:;  
    width: auto;
    margin: 0px 0px 0px;
    color: #663300;
    align:center;   
    padding:0px ;

    background: #ffeeaa;
    background-position: right; 
    background-repeat: repeat-y; 
    background-image: url(".gif");
    font-size: 12px;
}

.halfhozon {
    float:left;
    border:2px solid #a0b92c;
    overflow:hidden;
    color:#663300;
    background-color: #ffeeaa;
    font-size: 12px;
    display:block;
    font-weight:;
    text-align: center;
    height:240px;
    padding: 8px 0px 8px 0px;
    width: 199px;
    margin:2px 0px 6px 3px;
    background-repeat: no-repeat;
    background-image: url("http://www.tsukiyono.co.jp/minnano/k_img/category_back00.gif");
}


.half {
    float:left;
    border:0px solid #0000ff;
    overflow:hidden;
    color:#663300;
    font-size: 12px;
    display:block;
    font-weight:;
    text-align: center;
    height:303px;
    padding: 0px 0px 0px 0px;
    width: 204px;
    margin:2px 0px 6px 0px;
    background-repeat: no-repeat;
    background-image: url("http://www.tsukiyono.co.jp/minnano/k_img/category_back00.gif");
    text-decoration:none;
}

.half-in {
    float:left;
    line-height:100%;
    overflow:hidden;
    color:#663300;
    font-size: 12px;
    text-align: center;
    height:297px;
    padding: 0px 0px 0px 0px;
    width: 204px;
    margin:0px 0px 6px 0px;
}

.half img {
    border:5px solid #ffffff;
    width:;
    margin-top:0px;
    text-decoration:none;
}

.half-in table{
    font-size:12px;
}



.xxhalf img:a {
    border:5px solid #ffff99;
    text-decoration:none;
}

.xxhalf img:a hover {
    border:5px solid #ffff99;
    text-decoration:none;
}



.cateexc {
    float:left;
    color:;
    border:solid 1px #0000ff;
    background-color:;
    font-size: 12px;
    display:block;
    font-weight:;
    text-align: left;
    overflow:hidden;
    padding: 0px 8px 0px 8px ;
    width:199px;
    height:260px;
    margin:21px 0px 0px 0px;
    background-repeat: repeat-x;
    background-image: url("http://www.tsukiyono.co.jp/minnano/k_img/minnano_menu.gifxx");
}

.space {
    float:left;
    border:0px solid #a0b92c;
    height:40px;
    padding: 0px 0px 0px 0px;
    width: 204px;
}

.pull {
    float:left;
    border:0px #000000 solid;
    color:;
    background-color:;
    font-size: 12px;
    font-weight:;
    align:center;
    width:;
    line-height:24px;
    padding: 0px 0px 0px 0px;
    margin:0px 5px 0px 2px;
    background-repeat: no-repeat;
    background-image: url("http://www.tsukiyono.co.jp/minnano/k_img/minnano_menu.gifxx");
}

.pulldown {
    float:;
    border:0px #000000 solid;
    color:#000;
    background-color:;
    font-size: 12px;
    font-weight:bold;
    align:;
    width:;
    height:20px;
    padding: 0px 0px 0px 0px;
    margin:4px 2px 2px 56px;
    background-repeat: no-repeat;
    background-image: url("http://www.tsukiyono.co.jp/minnano/k_img/minnano_menu.gifx");
}

.pulloverc {
    float:left;
    border:0px #000000 solid;
    color:#000;
    background-color:;
    font-size: 12px;
    font-weight:bold;
    align:;
    width:140px;
    height:28px;
    padding: 0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    background-repeat: no-repeat;
    background-image:url("http://www.tsukiyono.co.jp/minnano//media/img_20070912T134130828.gif");
}

.pullovern {
    float:;
    border:0px #000000 solid;
    color:#000;
    background-color:;
    font-size: 12px;
    font-weight:bold;
    align:;
    width:140px;
    height:28px;
    padding: 0px 0px 0px 0px;
    margin:0px 5px 0px 0px;
    background-repeat: no-repeat;
    background-image:url("http://www.tsukiyono.co.jp/minnano//media/img_20070912T134131390.gif");
}

.half50 {
    float:left;
    border:0px #000000 solid;
    color:#000;
    background-color:;
    font-size: 12px;
    font-weight:bold;
    align:;
    width:305px;
    height:;
    padding: 0px 0px 0px 0px;
    margin:0px 5px 0px 0px;
    background-repeat: no-repeat;
    background-image:url("http://www.tsukiyono.co.jp/minnano//media/img_20070912T134131390.gifx");
}

.half25 {
    float:left;
    border:0px #000000 solid;
    color:#000;
    background-color:;
    font-size: 12px;
    font-weight:bold;
    width:152px;
    padding: 0px 0px 0px 0px;
    margin:0px 5px 0px 0px;
    background-repeat: no-repeat;
background-image:url("http://www.tsukiyono.co.jp/minnano//media/img_20070912T134131390.gifx");
}

.noborder {
    padding-left:10px;
    border:0px;
}

p span{
     color:#663300;

}

.popeye{
    visibility:hidden;
}


.module-tagcloud 
.module-content a:hover {text-decoration: underline; } 

.module-tagcloud 

.module-content a {text-decoration: none; } 
.module-tagcloud
 .module-list-item { display: inline; background: none }

.module-tagcloud 
.module-content {text-align: center; } 

.module-tagcloud 
.module-content 
.module-list { list-style: none; } 

.module-tagcloud 
.module-content 
.module-list 
.module-list-item { display:
inline; }

/* タグ名の表示するフォント大きさを指定する */
.module-tagcloud 
.module-content 
.module-list li.taglevel1 a{ font-size:
24px; font-weight:bold;}
.module-tagcloud 
.module-content 
.module-list li.taglevel2 a{ font-size:
18px; font-weight:bold;}
.module-tagcloud 
.module-content 
.module-list li.taglevel3 a{ font-size:
16px; font-weight:bold;}
.module-tagcloud 
.module-content 
.module-list li.taglevel4 a{ font-size:
14px; }
.module-tagcloud 
.module-content 
.module-list li.taglevel5 a{ font-size:
12px; }
.module-tagcloud 
.module-content 
.module-list li.taglevel6 a{ font-size: 9px; }

/* タグ名の表示するフォントの色を指定する */
.module-tagcloud 
.module-content 
.module-list li.taglevel1 a{ color:
#ff0000; }
.module-tagcloud 
.module-content 
.module-list li.taglevel2 a{ color:
#ffb74c; }
.module-tagcloud 
.module-content 
.module-list li.taglevel3 a{ color:
#00b66e; }
.module-tagcloud 
.module-content 
.module-list li.taglevel4 a{ color:
#0000ff; }
.module-tagcloud 
.module-content 
.module-list li.taglevel5 a{ color:
#0f5474; }
.module-tagcloud 
.module-content 
.module-list li.taglevel6 a{ color:
#a757a8; }


.kumotop {
    float:left;
    border:0px #000000 solid;
    background-color:#ffcc00;
    font-size: 12px;
    width:408px;
    height:305px;
    padding: 0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    word-break: keep-all;
    background-position: 2px 2px;
    background-repeat: no-repeat;
    background-image:url("http://www.tsukiyono.co.jp/minnano/new_kumo0710.gif");
}


.pullovern2 {
    float:left;
    border:0px #000000 solid;
    font-size: 10px;
    height:;
    padding:16px 16px 0px 72px;
    margin:0px 0px 0px 12px;
    background-repeat: no-repeat;    background-image:url("http://www.tsukiyono.co.jp/minnano//media/img_20070922T165740640.png");
}

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

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

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



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

.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;
}

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

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

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

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

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

