/*----------------------------------------------------------------------------
BODY
-----------------------------------------------------------------------------*/
/*BODY全体に関する設定*/
body {
font-size: 12px;

background-color: #ffffff;
background-image: url("http://bfile.shinobi.jp/6575/ake-no-hana_bg.jpg");
background-repeat: no-repeat;
background-position: left top;
background-attachment: fixed;

text-align: center; 
}

/*スクロールバー*/
html {
scrollbar-track-color: #ffffff;
scrollbar-3dlight-color: #f2c21b;
scrollbar-arrow-color: #ff0000;
scrollbar-darkshadow-color: #a3230c;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: transparent;
scrollbar-shadow-color: #e52203;
}

/*----------------------------------------------------------------------------
各要素
-----------------------------------------------------------------------------*/
/*<td>の全ての設定*/
td {
}

/*テキスト左寄せ*/
.left {
text-align: left;
}

/*テキスト中央寄せ*/
.center {
text-align: center;
}

/*テキスト右寄せ*/
.right {
text-align: right;
}

/*ボタンの設定*/
input{
color: #a3230c;
border: 1px solid #a3230c;
}

/*ボタンの設定(ブログ内検索部分)*/
.btn{
color: #a3230c;
font-size: 12px;
border: 1px solid #a3230c;
}

/*----------------------------------------------------------------------------
各要素(テーブル)
-----------------------------------------------------------------------------*/
/*table全ての設定*/
table{
border-collapse: collapse;
font-size: 12px;
}

/*記事ブロック内table設定*/
.box1 {
background: url("http://bfile.shinobi.jp/6575/ake_line-bg.gif") repeat-y left;
border-top: 1px solid #a3230c;
border-right: 1px solid #a3230c;
border-left: 1px solid #a3230c;
border-bottom: 1px solid #a3230c;
margin: 2px 0px 12px 12px;
}

.box2 {
background: url("http://bfile.shinobi.jp/6575/ake_line-bg.gif") repeat-y left;
border-top: 1px solid transparent;
border-right: 1px solid transparent;
border-left: 1px solid #a3230c;;
border-bottom: 1px solid transparent;
margin: 2px 0px 12px 12px;
}

.box3 {
border-top: 1px solid #a3230c;
border-right: 1px solid #a3230c;
border-left: 1px solid #a3230c;
border-bottom: 1px solid #a3230c;
margin: 2px 0px 12px 12px;
}

.box4 {
border-top: 1px solid transparent;
border-right: 1px solid transparent;
border-left: 1px solid transparent;
border-bottom: 1px solid transparent;
margin: 0px 0px 0px 0px;
}

caption {
font-size: 12px;
}

/*----------------------------------------------------------------------------
記事内での文字装飾
-----------------------------------------------------------------------------*/
blockquote{
background: url("http://bfile.shinobi.jp/6575/ake_line-bg.gif") repeat-y left;
border-top: 1px solid transparent;
border-right: 1px solid transparent;
border-left: 1px solid #a3230c;
border-bottom: 1px solid transparent;
margin: 2px 0px 12px 12px;
padding: 5px 0px 5px 12px;
}

/*リスト要素*/
ul, ol, dl, dt, dd {
}

/*----------------------------------------------------------------------------
リンク
-----------------------------------------------------------------------------*/
/*共通のリンクの設定*/
a{
text-decoration: none;
}

/*通常のリンクの設定*/
a:link{color:#a3230c;}
a:visited{color:#a3230c;}
a:active{color:#a3230c;}
a:hover{color:#0000ff;}

/*トップタイトルのリンクの設定*/
#TopTitle a:link{color:#0000ff;}
#TopTitle a:visited{color:#0000ff;}
#TopTitle a:active{color:#0000ff;}
#TopTitle a:hover{color:#0000ff;}

/*記事が存在する場所のリンクの設定*/
.calendartdlink a{
border-bottom: 1px solid;
}

/*----------------------------------------------------------------------------
3カラムレイアウト
-----------------------------------------------------------------------------*/
#mainBlock {
width: 960px;
margin: 0px auto;
padding: 0px 0px 0px 0px;
text-align: center;
}

#wrapper {
width: 755px;
margin: 0px 0px 0px 0px ;
padding: 0px;
float: left;
text-align: center;
overflow: hidden;
}

#sideleft {
width: 200px;
margin: 0px ;
padding: 0px ;
float: left;
overflow: hidden;
background-color: #ffffff;
filter: alpha(style=0, opacity=80); -moz-opacity: 0.8; opacity: 0.80;
}

#sideright {
width: 200px;
margin: 0px ;
padding: 0px ;
float: right;
overflow: hidden;
background-color: #ffffff;
filter: alpha(style=0, opacity=80); -moz-opacity: 0.8; opacity: 0.80;
}

/*----------------------------------------------------------------------------
トップブロック用デザイン
-----------------------------------------------------------------------------*/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
width: 205px;
hight: 250px;
text-align: left;
padding: 5px 0px 0px 0px;
overflow: hidden;
}

/*ページタイトル文字部分の設定*/
#TopTitle {
padding: 5px 0px 0px 5px;
}

/*ページタイトル文字色の設定*/
.TopTitleFont {
font-size: 20px;
font-weight: bold;
}

/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
padding: 10px 10px 0px 20px;
}

/*----------------------------------------------------------------------------
フッターブロック用デザイン
-----------------------------------------------------------------------------*/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
clear: both;
width: 100%;
text-align: center;
}

/*----------------------------------------------------------------------------
  プラグインブロック用デザイン
-----------------------------------------------------------------------------*/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
width: 200px;
text-align: left;
float: left;
overflow: hidden;
}

/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
}

/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
border-top: 0px ;
border-right: 0px;
border-bottom: 1px solid #a3230c;
color: #a3230c;
font-weight: bold;

margin: 0px 3px 0px 3px;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 6px;

background: url(http://bfile.shinobi.jp/6575/ake_left-line.gif) repeat-y;
}

/*プラグインの説明部分の設定*/
.PluginExplanation {
margin: 0px 3px 0px 3px;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 6px;
}

/*プラグインが表示される場所の設定*/
.PluginContents {
padding: 5px;
}

/*プラグインデータの設定*/
.plugin_data {
}

.plugin_data_date {
}

/*----------------------------------------------------------------------------
  記事ブロック用デザイン
-----------------------------------------------------------------------------*/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
width: 550px;
float: right;
text-align: center;
overflow: hidden;
}

/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
text-align: left;

width: 100%;
background-color: #ffffff;
filter: alpha(style=0, opacity=80); -moz-opacity: 0.8; opacity: 0.80;
}

/*各記事タイトル部分の設定*/
.EntryTitle {
border-top: 0px ;
border-right: 0px;
border-bottom: 1px solid #a3230c;

margin: 0px 3px 0px 3px;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 6px;

color: #a3230c;
font-weight: bold;
text-align: left;
overflow: hidden;

background: url(http://bfile.shinobi.jp/6575/ake_left-line.gif) repeat-y;
}

/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
font-size: 14px;
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
margin: 5px 0px;
}

/*記事本文が記載される部分*/
.EntryText {
text-align: left;
margin: 20px 15px;
}

/*追記文書が記載される部分*/
.EntryPsText {
padding: 5px;
text-align: left;
}

#EntryPsClose {
text-align: right;
}

/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
text-align: right;
margin: 0px 3px 0px 3px;
padding-top: 3px;
padding-bottom: 3px;
}

/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}

/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
font-family: Georgia;
text-align: right;
font-weight: bold;

margin: 0px 3px 0px 3px;
padding-top: 3px;
padding-bottom: 3px;
padding-right: 3px;
}

/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin: 0px 12px;
}

/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
margin: 0px 12px;
}

/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
margin: 0px 12px;
}

/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
text-align: center;
margin: 0px 12px;
}

/*----------------------------------------------------------------------------
  各コメント表示部分の設定
-----------------------------------------------------------------------------*/
/*コメント全体の設定*/
.CommentBlock{
width: 550px;
margin: 0px auto;

background-color: #ffffff;
filter: alpha(style=0, opacity=80); -moz-opacity: 0.8; opacity: 0.80;
}

/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
border-top: 1px solid #a3230c;
border-right: 1px solid #a3230c;
border-left: 1px solid #a3230c;
border-bottom: 1px solid #a3230c;
color: #ffffff;
background-color: #a3230c;
font-weight: bold;
text-align: left;
padding-top: 2px;
padding-bottom: 2px;
}

/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
margin: 5px 0px;

width: 100%;
background-color: #ffffff;
filter: alpha(style=0, opacity=80); -moz-opacity: 0.8; opacity: 0.80;
}

/*コメントのタイトル部分*/
.CommentTitle{
border-top: 1px solid #a3230c;
border-right: 1px solid #a3230c;
border-left: 1px solid #a3230c;
border-bottom: 1px solid #a3230c;
color: #ffffff;
background-color: #a3230c;
font-size: 14px;
font-weight: bold;

text-align: left;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 3px;
}

/*コメント部分*/
.CommentText{
padding: 10px;
text-align: left;
}

/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
text-align: right;
padding: 5px;
}

/*投稿者名の部分*/
.CommentUserName{
margin-left: 5px;
color: #a3230c;
}

/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin-left: 5px;
}

/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-left: 5px;
font-family: Georgia;
color: #a3230c;
}

/*コメント編集へのリンク部分*/
.CommentEdit{
margin-left: 5px;
}

/*----------------------------------------------------------------------------
  コメント投稿フォーム
-----------------------------------------------------------------------------*/
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
width: 488px;
padding: 30px;
font-weight: bold;

margin: 0px auto 0px 0px;
}

/*コメントフォーム用テーブル*/
.CommentFormTable{
}

/*コメントフォームTHタグ設定*/
.CommentFormTh{
background-color: #a3230c;
border: 2px solid #ffffff;
color: #ffffff;
font-weight: bold;
padding: 4px;
text-align: center;
}

/*コメントフォームTDタグ設定*/
.CommentFormTd{
margin: 5px 5px;
text-align: left;
}

/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
text-align: right;
}

/*inputタグやtextareaの設定*/
.CommentForms{
color: #000000;
border-top: 1px solid #a3230c;
border-right: 1px solid #a3230c;
border-left: 1px solid #a3230c;
border-bottom: 1px solid #a3230c;
}

/*----------------------------------------------------------------------------
  コメント編集投稿フォーム
-----------------------------------------------------------------------------*/
/*コメント編集フォーム全体の設定*/
.CommentEditFormBlock{
width: 488px;
font-weight: bold;
background-color: #ffffff;
padding: 30px;
}


/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
margin: 10px 0px 20px 50px;
text-align: left;
width: 488px;
background-color: #ffffff;
filter: alpha(style=0, opacity=80); -moz-opacity: 0.8; opacity: 0.80;
}

.CommentResBox {
border-top: 1px solid #a3230c;
border-right: 1px solid #a3230c;
border-bottom: 1px solid #a3230c;

background: url(http://bfile.shinobi.jp/6575/ake_left-line.gif) repeat-y;
}

.CommentResTitle {
border-bottom: 1px dotted #a3230c;
font-size: 14px;
font-weight: bold;
color: #a3230c;

margin: 5px 0px 5px 5px;
padding-left: 3px;
}

.CommentResText {
padding: 10px 0px 10px 10px;
}

.CommentResFooter {
border-top: 1px dotted #a3230c;

font-family: Georgia;
color: #a3230c;
text-align: right;
margin: 5px 0px 5px 5px;
padding-right: 3px;
}

/*----------------------------------------------------------------------------
  トラックバック表示部分の設定
-----------------------------------------------------------------------------*/
/*トラックバック全体の設定*/
.TrackbackBlock{
width: 550px;
border-top: 1px solid #a3230c;
border-right: 0px;
border-left: 0px;
border-bottom: 0px;

text-align: left;
}

/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
border-top: 1px solid #a3230c;
border-right: 0px;
border-left: 0px;
border-bottom: 1px solid #a3230c;
padding: 2px;
color: #ffffff;
background-color: #a3230c;
font-weight: bold;

text-align: left;
}

/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
border-top: 1px solid #a3230c;
border-right: 1px solid #a3230c;
border-bottom: 1px solid #a3230c;

background: url(http://bfile.shinobi.jp/6575/ake_left-line.gif) repeat-y;

margin: 10px 0px 20px 50px;
text-align: left;

width: 495px;
background-color: #ffffff;
filter: alpha(style=0, opacity=80); -moz-opacity: 0.8; opacity: 0.80;
}

/*トラックバックタイトルの部分*/
.TrackbackTitle{
border-bottom: 1px dotted #a3230c;
font-size: 14px;
font-weight: bold;
color: #a3230c;
margin: 5px 0px 5px 5px;
padding-left: 3px;
}

/*トラックバックの記事部分*/
.TrackbackText{
padding: 10px;
}

/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
border-top: 1px dotted #a3230c;
margin: 5px 0px 5px 5px;
text-align: right;
padding-right: 5px;
}

/*トラックバック元のブログ名部分*/
.TrackbackUserName{
margin-left: 5px;
}

/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
margin-left: 5px;
}

/*トラックバックされた日付部分*/
.TrackbackWriteDate{
font-family: Georgia;
color: #a3230c;
margin-left: 5px;
}

/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
padding: 10px;
text-align: left;
font-size: 12px;

width: 548px;
background-color: #ffffff;
filter: alpha(style=0, opacity=80); -moz-opacity: 0.8; opacity: 0.80;
}

/*トラックバックする為のURLが記載されているフォーム部分の設定*/
#TrackbackURL{
margin: 2px auto;
width: 498px;
}

/*----------------------------------------------------------------------------
  各プラグイン共通項目用設定
-----------------------------------------------------------------------------*/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
text-align: left;
padding: 0px;
}

/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
text-align: left;
font-size: 10px;
margin: 0px 0px 0px 12px;
}

/*-------------------------------------------------------
  カテゴリーのツリー化
-------------------------------------------------------*/
.plugin_data ul{
list-style: none;
margin: 0px;
padding: 0px;
}

.plugin_data ul.tree li{
margin: 0px;
padding: 0px 0px 0px 16px;
background-image: url(http://bfile.shinobi.jp/6575/tree_lst.gif);
background-repeat: no-repeat;
}

.plugin_data ul.tree li.end {
background-image: url(http://bfile.shinobi.jp/6575/tree_end.gif);
background-repeat: no-repeat;
}

/*----------------------------------------------------------------------------
  カレンダープラグイン用デザイン
-----------------------------------------------------------------------------*/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
font-family: Georgia;
font-size: 12px;
font-weight: bold;
margin: 0 auto;
text-align: center;
width: 80%;
}

/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}

/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}

/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
text-align: center;
}

/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}

/*カレンダー表示用テーブル*/
.CalendarTable {
font-size: 11px;
width: 80%;
margin: 0px auto;
}

/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
font-size: 11px;
}

/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
color: #FF0000;
}

/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
}

/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
color: #0000ff;
}

/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
font-size: 11px;
text-align: center;
}

/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
color: #FF0000;
}

/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
color: #0000ff;

}

/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
padding: 0px;
}

/*記事が存在する場所の設定*/
.CalendarTdLink {
font-weight: bold;
}

/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
}

/*-------------------------------------------------------
  横型・通常カレンダー用デザイン(休日表記)
-------------------------------------------------------*/
#line_calendar{
font-family: Georgia;
font-size: 10px;
height: 30px;
width: 100%;
text-align: center;
margin: 0px auto;
padding-top: 5px;
background-color: #ffffff;
filter: alpha(style=0, opacity=80); -moz-opacity: 0.8; opacity: 0.80;
}

.day{
text-align: center;
}

.day a: link,
.day a: visited {
text-decoration: none;
font-weight: bold;
color: #000000;
}

.today {
text-align: center;
border : 1px solid #a3230c;
}

.holiday{
text-align: center;
color: #FF0000;
}

.holiday a: link,
.holiday a: visited{
text-decoration: none;
font-weight: bold;
color: #FF0000;
}

.saturday{
text-align: center;
color: #0000ff;
}

.saturday a: link,
.saturday a: visited {
text-decoration: none;
font-weight: bold;
color: #0000ff;
}

.tholiday {
text-align: center;
border: 1px solid #a3230c;
}

.tholiday a: link,
.tholiday a: visited {
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid;
}

.tsaturday {
text-align: center;
border: 1px solid #a3230c;
}

.tsaturday a: link,
.tsaturday a: visited {
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid;
}
