@charset "UTF-8";

/*
 * File      : style.css
 * Version   : 1.03
 * Update    :
 * 1.01 2006.02.04 change the 'comment-text' attribute name to 'comment' and add propaties.
 * 1.02 2006.02.26: delete font-weight property from all name selector and add h type selectors
 *                            and brought property for the title together.
 * 1.03 2006.08.13: change h tag level.
 *
 * Copyright (C) 2004-2006 www.koikikukan.com All rights reserved.
 */

/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family: Osaka, Verdana, Arial, sans-serif;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/* リンク */
a,
a:link,
a:visited {
    color: #bf1700;
    text-decoration: none;
}
a:hover {
    color: #e6e6e6;
    text-decoration: none;
}
a:active {}

.date a,
.date a:link,
.date a:visited,
.entry-footer a,
.entry-footer a:link,
.entry-footer a:visited {
     color: #99c73e;
}

.date a:hover,
.entry-footer a:hover,
.content-nav a:hover {
     color: #e6e6e6;
}

/* リンクつき画像 */
a img {
    border: 0;
}



/* 順序なしリスト */
ul {
    padding-left: 5px;
}
ul li {
    padding-left: 10px;
    background: url(http://file.taruchu.blog.shinobi.jp/0904_li.gif) no-repeat;
    list-style-type: none;
}

/* 定義リスト */
dl {}
dt {}
dd {
    padding-left: 8px;
}



/* 引用 */
blockquote {
    width: auto;
    margin: 10px 20px;
    padding: 10px;
    background: #f5edd5;
    font-size: 10px;
}


/* タイトルバナー */
#banner {
/*    background-image: url(".gif");*/
    text-align: left;
}

#banner a,
#banner a:link,
#banner a:visited {
    color: #ffffff;
    text-decoration: none;
}
#banner a:hover {}
#banner a:active {}


/* エントリー全体 */
.blog {
    color: #41250a;
    padding: 0 0 10px;
    font-size: 11px;
    background: none;
}

/* エントリー日付 */
.date { 
    margin: 5px 0 0;
    padding: 0 15px;
    color: #41250a;
    font-size: 10px;
    text-align: right;
    
}

/* エントリー日付・コメントタイトル・トラックバックタイトルの配色 */
.trackbacks-header,
.comments-header,
.comments-open-header {
    padding: 5px 20px;
    font-family: Georgia;
    font-size: 13px;
    font-weight: bold;
}

.trackbacks-header:first-letter,
.comments-header:first-letter,
.comments-open-header:first-letter {
     font-size: 18px;
} 

/* エントリー */
.entry {
    width: auto;
    margin: 0 5px 3px;
    background: #ffffff;
    font-size: 12px;
    line-height:150%;
    word-break: break-all;
}
.entry a:active {}

.entry-content {
     margin: 10px;
}

/* エントリーのテキストエリア可変長指定 */
.entry textarea {
    width: 97%;
}

/* 追記 */
.entry .extended {}

.entry-more {
  margin: 10px;
  font-size: 11px;
  font-weight: bold;
}

/* エントリータイトル */
.entry-header {
    margin: 0 10px 15px;
    padding: 0 23px 1px;
    font-size :12px;
    font-weight: bold;
    background : url(http://file.taruchu.blog.shinobi.jp/icon_44_1.gif) no-repeat 7px 0;
    border-bottom: 1px dotted;
}

/* 投稿者 */
.entry-footer {
    margin: 10px 5px 0;
    text-align: right;
    font-size: 10px;
}

.entry-footer a,
.entry-footer a:link,
.entry-footer a:visited {
    font-weight: bold;
}
    

/* Typekeyコメンター画像 */
.commenter-profile img {
    vertical-align: middle;
    border-width: 0;
}

/* アーカイブページの前後リンク */
.content-nav {
    margin: 5px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
}

/* カレンダー */
.calendarhead {
    padding-bottom: 5px;
    text-align: center;
    color: #444444;
    font-size: 9px;
    background: none;
    letter-spacing: 0.2em;
}
.calendar {
    text-align: center;
    color: #444444;
    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: 9px;
    line-height: 120%;
}
.today {
    display: block;
    text-align: center;
    color: #444444;
    border: 1px solid #444444;
}
.red {
    color: #e50003;
}
.blue {
    color: blue;
}
.day2 {
    padding: 0px 2px;
    font-size: 10px;
    text-align: center;
    color: #ffffff;
}

/* サイドメニュータイトル */
.sidetitle {
    padding: 0 10px;
    margin: 0 10px;
    font-size: 13px;
    font-family: Georgia;
    font-weight: bold;
    line-height: 140%;
    border-bottom: dotted 1px #41250a;
    color: #99c73e;
}

.sidetitle:first-letter {
     font-size: 17px;
}

/* サイドメニュー */
.side {
    margin: 3px 15px 20px;
    background: none;
    font-size: 10px;
    _font-size: 9px;
    line-height: 130%;
}

/* サイドメニュー(サブカテゴリー用) */
.side #categories ul {
    padding-left: 16px;
}
.side #categories ul ul {
    padding-left: 10px;
}
.side #categories li {
    list-style-type: circle;
}

/* カウンター */
.counter {
    margin: 8px 0 25px;
    padding: 2px;
    background: none;
    font-size: 9px;
}

/* RSSフィード */
.syndicate {
    margin-bottom: 5px;
    text-align: left;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
}

/* クレジットバナー */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
}
.powered img {
    margin-top: 3px;
}

.clear {
    clear: both;
}

/* コメント・トラックバック */
#comments-open-data p {
    margin-bottom: 10px;
}


.trackbacks,
.comments {
    margin: 10px 0;
}

.comment-top {
    margin: 10px 13px 0;
    font-weight: bold;
    color: #99c73e;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0;
    padding: 5px 20px;
    line-height: 150%;
    word-break: break-all;
}

/* 2006.02.04 追加 */
.comment-content img {
    vertical-align: middle;
    padding:0 2px;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    text-align: right;
    padding: 5px 15px;
    margin-right: 2px;
    font-size: 10px;
}

.comments-open label {
    display: block;
}

.comments-head {
    font-size: 11px;
    color: #ffffff;
    background: #8fabbe;
    padding: 2px 0 2px 5px;
    margin: 15px 0;
}

#tb_url {
    width: 250px;
    _width: 270px;
}

#comments-open-data dl {}
#comments-open-data dt {
    float: left;
    width: 80px;
    padding: 5px 5px 5px 0;
    _padding: 5px 0 5px 0;
    text-align: right;
}
#comments-open-data dd {
    padding: 5px 0 5px 8px;
}

/* カラム切り替え */

/* 3カラム用 */
body.layout-two-column-right {
    text-align: center;
    background: url(http://file.taruchu.blog.shinobi.jp/back0902.gif) repeat fixed;
}

.layout-two-column-right #container {
    margin-bottom: 10px;
}

/* 2カラム用 */
.layout-two-column-right #box {
    width: 622px;
    margin-right: auto;
    margin-left: auto;
    border-left: 1px solid #41250a;
    border-right: 1px solid #41250a;
    text-align: left;
    background: url(http://file.taruchu.blog.shinobi.jp/box_0904.gif) repeat-y #ffffff;
}

/* 2/3カラム用フッタ */

.layout-two-column-right #footer {
    padding: 7px 0;
    text-align: center;
    font-size: 10px;
    color: #ffffff;
    background:url(http://file.taruchu.blog.shinobi.jp/calender0902.gif) repeat;
}

.layout-two-column-right #footer-liquid {
    display: none;
}


/* 2カラム(右サイドバー) */
.layout-two-column-right #content {
    float: left;
    width: 400px;
    margin: 0 0 10px 0;
    background: #ffffff;
}
.layout-two-column-right #links-right-box {
    color: #41250a;
    float: left;
    width: 220px;
}
.layout-two-column-right #links-right {
     margin-top: 10px;
}

input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}

#globalnavi {
    color: #ffffff;
    font-size: 10px;
    text-align: center;
    padding: 5px 0;
    background: url(http://file.taruchu.blog.shinobi.jp/calender0902.gif) repeat;
}

#globalnavi a,
#globalnavi a:link,
#globalnavi a:visited {
    color: #99c73e;
    font-weight: bold;
}

#globalnavi a:hover {
    color: #ffffff;
}

.PageLinkBlock {
    text-align:center;
    font-size: 10px;
}

/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
font-size: 11px;
line-height: 130%;
padding: 20px 25px;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
font-size: 10px;
text-align:right;
margin: 0;
padding: 0 7px;
color: #99c73e;
font-weight: bold;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding-top:5px;
text-align:left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
text-align:center;
}
/*inputタグやtextareaの設定*/
.CommentForms{
}


.comment-res {
margin: 0 20px 10px;
background: #f5edd5;
padding-top: 1px;
}

/*-- フォーム --*/
input {
margin :1px;
border : 1px solid #41250a;
font-size: 12px;
background: #f5edd5;
}
textarea {
margin :1px;
border : 1px solid #41250a;
font-size: 12px;
background: #f5edd5;
}

.search input,
.CommentFormSubmit input {
margin: 3px;
padding: 0 7px;
background: #bf1700;
color: #ffffff;
font-size: 11px;
font-weight: bold;
border: none;
}

.plugin_data ul li {
line-height: 120%;
}


