/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
* {margin:0;padding:0;
   font-size:100%;
   font-style:normal;
   background-color:transparent;}

html {background:url('http://bfile.shinobi.jp/2595/1b_back_l.gif') left top repeat-y #ffffff;
}

html {scrollbar-base-color: #331919;
      scrollbar-track-color: #ffffff;
      scrollbar-face-color: #7f5e5e;
      scrollbar-shadow-color: #ffffff;
      scrollbar-darkshadow-color: #ffffff;
      scrollbar-highlight-color: #ffffff;
      scrollbar-3dlight-color: #ffffff;
      scrollbar-arrow-color: #eeeeee;}

/*BODY全体に関する設定*/
body {text-align:center;
      color:#331919;
      font-family:Verdana,Chicago,Osaka,sans-serif;
      font-size:90%;
      width:100%;
      background:url('http://bfile.shinobi.jp/2595/1b_back_r.gif') right top repeat-y transparent;
}

/*画像全体に対する設定*/
img {border:none;}

/*<td>の全ての設定*/
td {text-align:center;
}
/*table全ての設定*/
table{border-collapse: collapse;
}

/*リンクの指定*/
a {text-decoration:none;}

/*通常のリンクの設定*/
a:link {color:#7f632b;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{color:#7f3f6b;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {color:#3f3f7f;
}
/*アクティブ状態のリンクの設定*/
a:active {color:#3f3f7f;
}

/*全体の設定*/
#mainBlock {width:78%;
            margin:0 auto;
            text-align:left;
}


/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}
/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {text-align:left;
           padding:25px 0 35px;
           background:url('http://bfile.shinobi.jp/2595/1b_line.gif') 0% 100% repeat-x transparent;
}


/*ページタイトル文字部分の設定*/
h1 {padding:50px 0;margin:0;
           background:url('http://bfile.shinobi.jp/2595/1b_h1.gif') 80% 50% no-repeat transparent;
}
/*ページタイトル文字色の設定*/
.TopTitleFont {font-size:150%;
               font-weight:bold;
               color:#7f3333;}

/*ページタイトルの下に来るブログの説明文書*/
ul#TopExplanation {margin:10px 50px;
                   text-align:left;
                   list-style-type:none;}
#TopExplanation li {list-style-type:none;
                    display:inline;}

/*管理人用メニュー*/
ul.menulink {background-color:transparent;
           margin:0;padding:0;
           font-size:80%;
           text-align:right;
           list-style-type:none;}
.menulink li {list-style-type:none;
              display:inline;}
/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
ul#FooterBlock {clear:left;
              text-align:center;
              width:100%;height:100px;
              text-align:center;
              padding:25px 0;
              font-size:90%;
              background:url('http://bfile.shinobi.jp/2595/1b_line.gif') 0% 0% repeat-x transparent;
              margin:25px 0;}
#FooterBlock li {list-style-type:none;
                 margin:5px 0;padding:0;}


/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {width:180px;
              float:left;
              font-size:90%;}

#PTITLE {display:none;}

/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {background-color:#fff;
           width:150px;overflow:auto;
           margin:10px auto;padding:5px;
           background:url('http://bfile.shinobi.jp/2595/1b_side.gif') 100% 100% no-repeat #fff;
}
/*プラグインのタイトル（名称）部分の設定*/
h3.PluginTitle {border-top-width: 0px;
                border-right-width: 0px;
                border-bottom-width: 0px;
                border-left-width: 0px;
                margin:0;padding:0;
                padding-left:15px;
                background:url('http://bfile.shinobi.jp/2595/1b_h3.gif') 0% 50% no-repeat transparent;}

/*プラグインの説明部分の設定*/
p.PluginExplanation {margin:0;padding:5px 0;}

/*プラグインが表示される場所の設定*/
.PluginContents {
margin:0;padding:0;
}

/*プラグイン内検索窓*/
.PluginBlock .box {width:120px;
                   border:solid 1px #7f5e5e;}
.PluginBlock .btn {border:solid 1px #7f5e5e;
                   background-color:#7f5e5e;
                   color:#ffffff; 
                   margin-top:5px;}

/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {width:100%;
             float:left;
             margin-right:-180px;
}

/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {margin-right:180px;
                  margin-top:15px;
                  margin-bottom:35px;
                  padding:0;
                  text-align: left;
                  background-color:transparent;
}
/*各記事タイトル部分の設定*/
h2.EntryTitle {padding-bottom:5px;
               background:url('http://bfile.shinobi.jp/2595/1b_h2.gif') 0% 100% repeat-x transparent;}

/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {font-size:115%;
                 font-weight:bold;
                 color:#331919;
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {background-color:transparent;
       padding:10px 15px;
}
/*記事本文が記載される部分*/
.EntryText {line-height:135%;
            margin:5px 0;
            _width:100%;
            _overflow:auto;
}

/* 各記事中の文字設定*/
strong {font-weight:bold;}
em {font-style:italic;}

/*追記文書が記載される部分*/
p.EntryPsText {text-align:right;
               margin:0;padding:0;}

/*記事へのリンク（コメントやトラックバック等）の背景*/
ul.EntryFooter {text-align:right;
                margin:0;padding:0;
                list-style-type:none;}
.EntryFooter li {list-style-type:none;
                 display:inline;}

/*記事の投稿者名が記載されている部分*/
.EntryUserName {
margin:0;padding:0;}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
margin:0;padding:0;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin:0;padding:0;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
margin:0;padding:0;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
margin:0;padding:0;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
ul.PageLinkBlock{margin-right:180px;
               margin-top:15px;
               margin-bottom:15px;
               text-align:center;
               padding:0;
               background-color:transparent;
               list-style-type:none;}
.PageLinkBlock li {list-style-type:none;
                   display:inline;}

/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{margin-right:180px;
              margin-top:15px;
              margin-bottom:15px;
              padding:0;
              background-color:transparent;
}
/*この記事にコメントする　と書かれてる部分の設定*/
h3.CommentMenuTitle{padding-bottom:5px;
                    background:url('http://bfile.shinobi.jp/2595/1b_h2.gif') 0% 100% repeat-x transparent;
                    font-weight:normal;}

/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
margin:0;padding:0;
}
/*コメントのタイトル部分*/
.CommentTitle{margin:6px 0;padding-left:12px;
              background:url('http://bfile.shinobi.jp/2595/1b_h3.gif') 0% 50% no-repeat transparent;
}
/*コメント部分*/
.CommentText{line-height:135%;
             margin:5px 0;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
text-align:right;
margin:0;padding:0;
}
/*投稿者名の部分*/
.CommentUserName{
margin:0;padding:0;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin:0;padding:0;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin:0;padding:0;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin:0;padding:0;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{margin:5px 0 15px;
                  padding:0;
                  width:100%;
                  overflow:auto;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{margin:0;padding:0;
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
margin:0;padding:0 3px 0 0;
text-align:right;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
margin:0;padding:0 0 0 2px;
text-align:left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
text-align:left;
margin:0;padding:0;}
/*inputタグやtextareaの設定*/
.CommentForms{padding:0;
              border:solid 1px #7f5e5e;
              background:#ffffff;
              color:#331919;
              margin-top:10px;
}

.CommentBlock textarea {width:65%;}
#color {background-color:#fff;}

/*コメントフォーム送信ボタン*/
.btn {border:solid 1px #7f5e5e;
                   background-color:#7f5e5e;
                   color:#ffffff; 
                   margin-top:5px;}

/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{margin-right:180px;
                margin-top:15px;
                margin-bottom:15px;
                padding:0;
}
/*トラックバックメニューのタイトル部分*/
h3.TrackbackMenuTitle{padding-bottom:5px;
                      background:url('http://bfile.shinobi.jp/2595/1b_h2.gif') 0% 100% repeat-x transparent;
                      font-weight:normal;}

/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
margin:0;padding:0;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{margin:6px 0 0;padding-left:12px;
                background:url('http://bfile.shinobi.jp/2595/1b_h3.gif') 0% 50% no-repeat transparent;
}
/*トラックバックの記事部分*/
.TrackbackText{line-height:135%;
               margin:0;
               background-color:transparent;
               padding:10px 15px;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
text-align:right;
margin:0;padding:0;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
margin:0;padding:0;
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
margin:0;padding:0;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
margin:0;padding:0;
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
text-align: left;
font-size: 12px;
margin-top:10px;}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
.TrackbackURL{margin:0;padding:0;
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.plugin_data {text-align:left;
              margin:7px 0;padding:0;}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.plugin_data_date {
text-align:right;
margin-right:2px;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {width:124px;
                    margin:5px 0;padding:0;
                    border:1px solid #7f5e5e;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {padding:2px 0;
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {padding:2px 0;
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {padding:2px 0;
}
/*カレンダー表示用テーブル*/
.CalendarTable {width:124px;
                margin:0;padding:0;
                background-color:#fff;
                border:1px solid #7f5e5e;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {color:#7f3f3f;
                  padding:0;
                  border-bottom:1px dashed #f4b2b2;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {border-bottom:1px dashed #f4b2b2;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {color:#3f6b7f;
                  border-bottom:1px dashed #f4b2b2;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {color:#7f3f3f;
                padding:1px 0;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {color:#3f6b7f;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
}
/*記事が存在する場所の設定*/
.CalendarTdLink {background-color:#e0e0e0;
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {width:90%;
                  margin:1em auto;padding:0;
                  border:solid 1px #e0e0e0;
                  background-color:#eee;
}

.CommentResBox {margin:2px;padding:0;
}

.CommentResTitle {margin:6px 0;padding-left:12px;
                  background:url('http://bfile.shinobi.jp/2595/1b_h3.gif') 0% 50% no-repeat transparent;
}

.CommentResText {line-height:135%;
                 margin:1em 0;
}

.CommentResFooter {text-align:right;
	          margin:0;padding:0;
	          border-top:2px dotted #e0e0e0;
}
