/***********************
全ブロックの共通設定
************************/
/*BODY全体に関する設定*/
body { margin:0;
       padding:0;
       font-size:12px;
       line-height: 160%;
       color:#220804;
       font-family:ＭＳ Ｐゴシック,Arial,san-serif;
        scrollbar-face-color:#ffffff;
       scrollbar-highlight-color: #ffffff;
       scrollbar-track-color: #ffffff;
       scrollbar-shadow-color: #cde9a2;
       scrollbar-3dlight-color: #cde9a2;
       scrollbar-arrow-color: #cde9a2;
       scrollbar-darkshadow-color: #ffffff;
       background-color:#4e2720;}

/*<td>の全ての設定*/
td {text-align:center;}

/*table全ての設定*/
table{border-collapse: collapse;}

/*通常のリンクの設定*/
a{ text-decoration : none;}
a:link { color: #410a00;}
/*過去に見たことがあるページのリンクの設定*/
a:visited{ color: #410a00;}
/*アクティブ状態のリンクの設定*/
a:active { color: #410a00;}
/*カーソルが合っている状態のリンクの設定*/
a:hover { color: #f65437;  position: relative;top:1px;left:1px;}

/*全体の設定*/
#mainBlock {width:730px;
            text-align: center;
background-image:url('http://file.ritornoseisaku.blog.shinobi.jp/kikai-top2.gif');
background-repeat:repeat-y;}

/*テキスト左寄せ*/
.left {text-align:left;}
/*テキスト中央寄せ*/
.center {text-align:center;}
/*テキスト右寄せ*/
.right {text-align:right;}

/*フォーム*/
form{
margin:0
}

/***********************
トップブロック用デザイン
************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
width: 450px;
height: 150px;
margin-top:10px;
float:right;
text-align:left;
background-image:url('http://file.ritornoseisaku.blog.shinobi.jp/kikai-blogtop.gif');
background-repeat:no-repeat;
background-position:center center;

           }

/*ページタイトル文字部分の設定*/
#TopTitle {
padding: 70px 0px 0px 45px;
font-size:20px;
font-weight:bold;
color:#ffffff !important;
}

/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
padding: 5px 30px 10px 40px;
}

/************************
フッターブロック用デザイン
*************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
/*height: 50px;*/width: 100%;
background-image:url('http://file.ritornoseisaku.blog.shinobi.jp/kikai-top2.gif');
background-repeat:repeat-y;
padding: 10px 0px 20px 0px;
clear:both;
text-align: center;
}

/************************
プラグインブロック用デザイン
************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
padding:30px 0px;
width: 250px;
text-align: left;
font-size:15px;
float:right;
margin-left:5px;
background-image:url('http://file.ritornoseisaku.blog.shinobi.jp/kikai-top2.gif');
background-repeat:repeat-y;
}

/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
width:230px;
margin:0px;
font-size:12px;
padding:6px;
}

/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
margin:0px;
padding:7px 0px 6px 38px;
background-color:#d0c2a9;
font-size:14px;
font-weight:bold;
color:#410a00;
background-image:url('http://file.ritornoseisaku.blog.shinobi.jp/kikai-pratop.gif');
background-position:leftbottom;
background-repeat:no-repeat;
}

/*プラグインの説明部分の設定*/
.PluginExplanation {
margin:0px;
padding:5px 0px 0px 0px;
background-color:#d0c2a9;
filter: Alpha(Opacity=80);-moz-opacity:0.6; -khtml-opacity:0.7; opacity:0.7;
}

/*プラグインが表示される場所の設定*/
.pluginContents {
margin:0px;
padding: 0px 10px 0px;
background-color:#d0c2a9;
filter: Alpha(Opacity=80);-moz-opacity:0.6; -khtml-opacity:0.7; opacity:0.7;
background-image:url('http://file.ritornoseisaku.blog.shinobi.jp/kikai-praun.gif');
background-position:right bottom;
background-repeat:no-repeat;
font-size:12px;
}

/***********************
記事ブロック用デザイン
************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
margin-top:10px;
padding: 0px 0px 40px 0px;
background-color:#d0c2a9;
filter: Alpha(Opacity=80);-moz-opacity:0.6; -khtml-opacity:0.7; opacity:0.7;
width: 450px;
float:right;
text-align:left;
background-image:url('http://file.ritornoseisaku.blog.shinobi.jp/kikai-kijiun.gif');
background-repeat:no-repeat;
background-position:center bottom;
}

/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
margin:0px 0px 10px 0px;
padding: 10px 0px 0px 0px; 
text-align: left;
background-image:url('http://file.ritornoseisaku.blog.shinobi.jp/kikai-kijimigisita.gif');
background-position:right bottom;
background-repeat:no-repeat;}

/*各記事タイトル部分の設定*/
.EntryTitle {
margin:0px;
padding: 10px 0px 7px 30px; 
text-align: left;
font-size:14px;
color:#410a00;
background-image:url('http://file.ritornoseisaku.blog.shinobi.jp/kikai-kijititle.gif');
background-repeat:no-repeat;
background-position:left bottom;
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
margin: 5px 0px;
}

/*記事本文が記載される部分*/
.EntryText {
margin:0px;
padding: 15px;
line-height:170%;
}

/*追記文書が記載される部分*/
.EntryPsText {
padding: 10px 20px 10px 10px;
text-align: right;}

/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
text-align:right;
padding:0px 20px 0px 0px;
}

/*記事の投稿者名が記載されている部分*/
.EntryUserName {
margin-left: 5px;
}

/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
margin: 0px;
padding: 0px 0px 0px 30px;
font-size:13px;
}

/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin-left: 5px;
font-size:12px;
text-align:right;
}

/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
margin-left: 5px;
}

/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
margin-left: 5px;
}

/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
text-align:center;
padding:0px;}

/*各記事タイトルの間*/
.naka {
margin:0px 0px 20px 0px;
padding: 0px 0px 0px 0px; 
text-align: left;
height: 50px;
background-image:url('http://file.ritornoseisaku.blog.shinobi.jp/kikai-kijitunagi.gif');
background-repeat:no-repeat;
background-position:center center;
}

/*******************  
各コメント表示部分の設定
*******************/

/*コメント全体の設定*/
.CommentBlock{background-color:#ffffff;
width: 400px;
margin: 0px 0px 0px 0px;
padding: 0px; 
}

/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{text-align: left;}

/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{ 
padding: 0px;
margin: 0px 35px 0px 45px;
}

/*コメントのタイトル部分*/
.CommentTitle{padding: 0px 5px 0px 10px;
text-align: left;
font-weight: bold;
font-size:13px;}

/*コメント部分*/
.CommentText{padding: 15px 15px 0px 15px;
}

/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
padding: 10px 5px 0px 10px;
text-align:right;
padding:5px;font-size:11px;}

/*投稿者名の部分*/
.CommentUserName{margin-left: 5px;}

/*投稿者のホームページへのリンク部分*/
.CommentURL{margin-left: 5px;}

/*投稿された時間が記載されている部分*/
.CommentWriteDate{margin-left: 5px;}

/*コメント編集へのリンク部分*/
.CommentEdit{margin-left: 5px;}

/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{padding: 0px 35px 0px 35px;}

/*コメントフォーム用テーブル*/
.CommentFormTable{}

/*コメントフォームTHタグ設定*/
.CommentFormTh{
font-size:11px;
padding-top:5px;
text-align:right;
border-style:none;}

/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding-top:5px;
text-align:left;border-style:none;}

/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{text-align:center;}

/*inputタグやtextareaの設定
.CommentForms{
border-style:border: 1px solid #333333;
 background: #ffffff;}*/

/*input,textarea一括設定*/
input,textarea{
 margin:5px 0px;
 font-color:#666666;
 border: 1px solid #333333;
 background: #ffffff;}

/*******************  
トラックバック表示部分の設定
*******************/

/*トラックバック全体の設定*/
.TrackbackBlock{
padding: 10px 35px 10px 35px;
}

/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
text-align: left;
}

/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
margin: 0px 0px;
padding: 15px 0px 0px 0px;
}

/*トラックバックタイトルの部分*/
.TrackbackTitle{
text-align: left;
font-weight: bold; }

/*トラックバックの記事部分*/
.TrackbackText{padding: 5px 10px;
               line-height:140%;}

/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
text-align:right;
margin: 0px 0px;
padding: 0px 10px 10px 0px;}

/*トラックバック元のブログ名部分*/
.TrackbackUserName{margin-left: 5px;}

/*トラックバック元へのリンク部分*/
.TrackbackFromURL{margin-left: 5px;}

/*トラックバックされた日付部分*/
.TrackbackWriteDate{margin-left: 5px;}

/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{text-align: left;
                   font-size: 12px;}

/*トラックバックする為のURLが記載されているフォーム部分の設定*/
.TrackbackURL{}

/***********************  
各プラグイン共通項目用設定
***********************/

/*各プラグイン処理内の基本デザイン*/
.plugin_data {text-align:left;
              padding:5px;}

/*各プラグイン処理内基本デザインの下に記載する日付など*/
.plugin_data_date {text-align:right;}

/***********************  
カレンダープラグイン用デザイン
***********************/

/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
padding:5px;
width:80%;
margin: 0 auto;
background-color:#d0c2a9;
}

/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {}

/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
font-size:11px;
background-color:#d0c2a9;
}

/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
font-size:13px;background-color:#d0c2a9;
}

/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
font-size:11px;background-color:#d0c2a9;
}

/*カレンダー表示用テーブル*/
.CalendarTable {
padding:5px;
width:80%;
margin: 0 auto;
background-color:#d0c2a9;
}

/*-------------------------------------------------------  
カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/

/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {}

/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
font-size:11px;
color:#c75000;
background-color:#d0c2a9;
}

/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
font-size:11px;
color:#220804;
background-color:#d0c2a9;
}

/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
font-size:11px;
color:#326ca6;
background-color:#d0c2a9;
}

/*-------------------------------------------------------  
カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/

/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {}

/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
font-size:11px;
color:#c75000;
background-color:#d0c2a9;
}

/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
font-size:11px;
color:#326ca6;
background-color:#d0c2a9;
}

/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
font-size:11px;
color:#220804;
background-color:#d0c2a9;
}

/*記事が存在する場所の設定*/
.CalendarTdLink {
text-decoration: underline;}/*

------------------------------------------------------- 
 コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
padding:10px 5px 10px 30px;}
.CommentResBox {
border:dotted 1px #ffcc33;
padding:10px;}
.CommentResTitle {
font-size:12px;
font-weight:bold;}
.CommentResText {
padding:10px 0px 0px 10px;}
.CommentResFooter {
text-align:right;
margin:10px 0;
border-top:1px dotted #ffcc33;}