/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://cntl.topaz.ne.jp/mt-static/themes-base/blog.css);
@import url(http://cntl.topaz.ne.jp/mt-static/support/themes/wing-cycling/wing-cycling.css);
/* end StyleCatcher imports */



/* メニューアイコン（ダウンロードアイコン）の背景設定 */

/* 2007/08/22(Wed) ats add */
/* menu icon set */
#content a.menu:link , #content a.menu:visited {
font-weight: normal; /*文字の太さ*/
text-decoration: none; /*テキストの下に下線を引くかどうか*/
background-image: url(http://kachitano.com/mt/images/no.jpg); /*背景イメージへのリンク*/
background-repeat: no-repeat; /*背景画像は繰り返さない*/
display: block; /*ブロックで表示*/
margin: 0px; /*マージン*/
width: 185px; /*幅*/
padding-top: 7px; /*上余白*/
padding-right: 10px; /*右余白*/
padding-bottom: 12px; /*下余白*/
padding-left: 20px; /*左余白*/
line-height: normal; /*ライン高*/
font-size: small; /*文字の大きさ*/
color: #FFFFFF; /*文字の色*/
font-family: "Courier New", Courier, mono; /*フォントの種類*/
}

#content a.menu:hover {
color: #FFCC33; /*マウスが乗ったときの文字の色*/
}

/* 2007/12/31(Mon) ats add */
/* menu icon set */
#content a.menu2:link , #content a.menu2:visited {
font-weight: normal; /*文字の太さ*/
text-decoration: none; /*テキストの下に下線を引くかどうか*/
background-image: url(http://kachitano.com/mt/images/no2.jpg); /*背景イメージへのリンク*/
background-repeat: no-repeat; /*背景画像は繰り返さない*/
display: block; /*ブロックで表示*/
margin: 0px; /*マージン*/
width: 185px; /*幅*/
padding-top: 7px; /*上余白*/
padding-right: 10px; /*右余白*/
padding-bottom: 12px; /*下余白*/
padding-left: 20px; /*左余白*/
line-height: normal; /*ライン高*/
font-size: small; /*文字の大きさ*/
color: #FFFFFF; /*文字の色*/
font-family: "Courier New", Courier, mono; /*フォントの種類*/
}

#content a.menu2:hover {
color: #FFCC33; /*マウスが乗ったときの文字の色*/
}

/*トップページ用アドセンス設定*/
div.adsense {
　　：
}

.syndicate img {
    margin-right: 8px;
    border: none;
    vertical-align: middle;
}


.breadcrumbs {
    margin: 5px 3px 10px;
    font-size: 83.3%;
}


.mail-content p {
    margin-bottom: 10px;
}
.mail-content .message {
    margin: 20px;
    padding: 15px;
    border: 1px solid #669;
    background: #eee;
    font-weight: bold;
}
#mail_author, #mail_email, #mail_subject {
    width: 220px;
    height: 20px;
}
html > body #mail_author,
html > body #mail_email,
html > body #mail_subject {
    height: 15px;
}
#mail_text {
    width: 400px;
    height: 150px;
}
.mail-content label {
    display: block;
}
.mail-content dl {
    margin-bottom: 15px;
}
.mail-content dt {
    font-weight: bold;
}
.mail-content dd {
    margin-left: 20px;
}
 
.mail-content,
.entry-content {
    width: auto;
    margin: 0 3px;
    color: #333;
    background: #fff;
    font-size: 83.3%;
    line-height:1.5;
    word-break: break-all;
}



