@charset "UTF-8";

/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*-- 表示ページ全体 --*/
* {margin : 0;padding : 0;}
li {list-style-type:none;}
br{letter-spacing: normal;}

/*BODY全体に関する設定*/
body {
text-align: left;
color: #362F2D;
font-family:verdana,helvetica,sans-serif;
background-color: #fff;
background-image:url('http://file.cafe00.blog.shinobi.jp/square014_2.gif');
}
/*<td>の全ての設定*/
td {
text-align:center;
}
/*table全ての設定*/
table{
border-collapse: collapse;
}

/*テキスト左寄せ*/
.left {text-align:left;}
/*テキスト中央寄せ*/
.center {text-align:center;}
/*テキスト右寄せ*/
.right {text-align:right;}

/*--リンク--*/
a {text-decoration: none;}
a:link {color: #362F2D;}
a:visited {color:#362F2D;}
a:active { color: #362F2D;}
a:hover {color:#eee;}

/*--フォーム--*/
input {
margin :1px;
background: #fff;
border : 1px solid #362F2D;
font-size: 12px;
color: #362F2D;
background-image: url('http://bfile.shinobi.jp/1167/dot_bq.gif');
}
textarea {
margin :1px;
background: #fff;
border : 1px solid #362F2D;
font-size: 12px;
color: #362F2D;
background-image: url('http://bfile.shinobi.jp/1167/dot_bq.gif');
}

/**************************************************************************************
メインブロック
**************************************************************************************/
#mainBlock {
margin:  0 auto 0 0; 
width: 700px; 
text-align: left;
background: #fff;
background-image : url('http://bfile.shinobi.jp/1167/entry_dot.gif');
background-repeat : repeat-y;
background-position : right top;
}

/**************************************************************************************
ブログタイトルデザイン設定
**************************************************************************************/
/*ページタイトル文字部分の設定*/
#TopTitle {
padding: 10px;
text-align: right;
margin: 0px;
background-image : url('http://bfile.shinobi.jp/1167/dot_y.gif');
background-repeat : repeat-x;
background-position : center bottom;
}

/*--ブログタイトル文字装飾--*/
h1{
font: bold 20px Georgia, Verdana, Helvetica, sans-serif;
letter-spacing: 1px;
padding:10px 0 2px 20px;
}
h1 a:link {color: #362F2D;}
h1 a:visited {color: #362F2D;}
h1 a:hover {color: #ccc; text-decoration: none;}
h1 a:active {color: #362F2D;}

/*--タイトル下のブログの説明文--*/
#TopExplanation {
padding: 0 0px 0px 20px;
text-align: right;
font-size: 10px;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*--一番下のブロック（著作権表示が書かれる場所）の設定--*/
#FooterBlock {
clear:both;
text-align: right;
}
p.copy {
padding: 5px 5px 5px 200px;
font-size: 10px;
}
p.cmn{
padding: 5px 5px 5px 200px;
font-size: 10px;
}
/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*--プラグイン表示箇所全体の設定--*/
.PluginBlock {
width: 200px;
text-align: left;
float: left;
overflow:hidden;
padding: 18px 0 10px 0;
color: #534741;
}

/*--プラグイン部分リンク色--*/
div.PluginBlock a:link {color: #534741;}
div.PluginBlock a:visited {color: #534741;}
div.PluginBlock a:active { color: #534741;}
div.PluginBlock a:hover {color: #eee;}

/*--プラグイン表示箇所の背景や余白設定--*/
.PluginInnerBlock {
padding: 0;
}

/*--プラグインのタイトル（名称）部分の設定--*/
.PluginTitle {
font: bold 13px "Trebuchet MS", Monaco, sans-serif;
letter-spacing: 1px;
color: #362F2D;
margin-bottom: 5px;
padding: 5px 5px 0 20px;
}
/*--プラグインの説明部分の設定--*/
.PluginExplanation {
padding: 0;
}

/*--プラグインが表示される場所の設定--*/
.PluginContents {
margin : 0px;
line-height: 130%;
font-size : 10px;
padding : 0 15px 5px 20px;
background-image : url('http://bfile.shinobi.jp/1167/dot_y.gif');
background-repeat : repeat-x;
background-position : center bottom;
}

/*--各プラグイン処理内の基本デザイン--*/
div.plugin_data {
margin: 0;
padding: 2px 0 0 13px;
font-size: 10px;
line-height: 130%;
background-image: url('http://bfile.shinobi.jp/1167/dot_li2.gif');
background-repeat: no-repeat;
background-position: left top;
}

/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
text-align:right;
}

/**************************************************************************************
  忍者式メールフォーム用
  サイドバーに設置でデザインを「自作ＣＳＳ」に設定した場合のみ有効です
  自作ＣＳＳ使用にしてプラグインのフリーエリアに忍者メールのタグをコピーでＯＫです
**************************************************************************************/
/*--サイドバーに忍者式メルフォームを設置する場合の整形--*/
div.PluginContents div.main br{
line-height: 1px;
}

div.PluginContents div.main input{
width: 90%;
padding: 0 2px;
}
div.PluginContents div.main textarea{
width: 90%;
padding: 0 2px;
}
div.PluginContents div.main input.submit_button{
width: 50px;
margin-bottom: 3px;
border: 1px solid #534741;
background: #534741;
color: #fff;
font-weight: bold;
line-height: 130%;
}
/*--///// オマケオワリ /////--*/


/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*--記事繰り返し処理全ての部分の設定--*/
#EntryBlock {
width: 500px;
float: right;
text-align: left;
overflow:hidden;
}

/*--記事表示部分の背景や余白等の設定--*/
.EntryInnerBlock {
width: 100%;
margin: 10px 0;
padding: 0;
line-height: 140%;
text-align: left;
}

/*--各記事日付部分--*/
.entryday {
margin : 0px;
padding : 0px 20px 10px 10px;
font: bold 26px Georgia, Verdana, Helvetica, sans-serif;
color: #7EC0EE;
background-image : url('http://bfile.shinobi.jp/1167/dot_titlebottom2.gif');
background-repeat : no-repeat;
background-position : left bottom;
}

/*--各記事タイトル部分の設定--*/
.EntryTitle {
margin: 8px 0 0 10px;
padding: 0 10px 20px 15px;
background-image: url('http://bfile.shinobi.jp/1167/dot_title2.gif');
background-repeat : no-repeat;
background-position : left top;
}

/*--各記事タイトル部分のフォント--*/
h2{
color:#362F2D;
padding: 0 5px;
margin: 0;
font-size: 14px;
}

/*--記事・コメント・トラックバック表示部分大枠--*/
.EntryTextBox {
margin-bottom: 20px;
padding: 0 20px;
}

/*--記事本文--*/
.EntryText {
font-size: 12px;
line-height: 150%;
color: #534741;
}

/*--追記--*/
.EntryPsText {
padding: 10px 0;
text-align: left;
font-size: 10px;
}

/*--エントリーフッター--*/
.EntryFooter {
font-size : 10px;
color : #635347;
text-align : right;
padding : 0px 20px 2px 10px;
margin : 0px;
letter-spacing:1px;
background-image : url('http://bfile.shinobi.jp/1167/dot_y.gif');
background-repeat : repeat-x;
background-position : center bottom;
}

/*--記事のカテゴリ名が記載されている部分--*/
.EntryCategory {
margin-left: 3px;
}
/*--記事へのコメントリンクが記載されている部分--*/
.EntryComment {
margin-left: 3px;
}
/*--記事へのトラックバックリンクが記載されている部分--*/
.EntryTrackback {
margin-left: 3px;
}


/*--//////記事内のその他の設定//////--*/
/*-- 引用文 --*/
blockquote {
padding: 5px 10px;
color: #362F2D;
line-height: 140%;
background-image: url('http://bfile.shinobi.jp/1167/dot_bq.gif');
}

/*--本文中リンクの設定--*/
div.EntryText a{
text-decoration: underline;
}

/*--記事内リストの表示--*/
div.EntryText li {
list-style-type: disc;
margin: 0 15px 0 20px;
}

/*--記事内画像--*/
div.EntryText img {
margin: 2px 5px;
padding: 5px;
border: 1px solid #666;
background: #fafafa;
}

/*--絵文字--*/
div.EntryText img.emoji {
margin: 0 1px;
padding:0;
background-color: transparent;
border: none;
}

/**************************************************************************************
 ページナビ
**************************************************************************************/
/*--次の記事やHOMEへのリンク--*/
.PageLinkBlock{
text-align:center;
padding:10px;
font-size: 10px;
font-weight: bold;
}

/*--ページごとへのリンク--*/
.PageLinkBlock10{
text-align:center;
padding-top: 5px;
font-size: 10px;
}

/**************************************************************************************
コメント表示部分の設定
**************************************************************************************/
/*--コメント全体の設定--*/
.CommentBlock{
margin:0;
padding: 0;
width: 100%;
}

/*--この記事にコメントする（Post your Comment）と書かれてる部分の設定--*/
.CommentMenuTitle{
text-align: left;
margin: 0 0 0 20px;
font: bold 16px Georgia, Verdana, Helvetica, sans-serif;
}

/*--コメントのタイトル、コメント、コメント情報の全ての背景部分--*/
.CommentTextBox{
padding: 10px 30px;
text-align : left;
background-image : url('http://bfile.shinobi.jp/1167/dot_y.gif');
background-repeat : repeat-x;
background-position : center bottom;
}

/*--コメントのタイトル部分--*/
.CommentTitle{
font-size:12px;
font-weight: bold;
margin: 0 0 5px 0;
}

/*--コメント内容部分--*/
.CommentText{
color : #635347;
font-size : 12px;
line-height: 150%;
}

/*--投稿者や投稿時間などが表示されている部分--*/
.CommentFooter{
text-align:right;
font-size: 10px;
padding:5px;
margin: 3px 0 0 0;
}
/*--投稿者名の部分--*/
.CommentUserName{
margin-left: 3px;
}
/*--投稿者のホームページへのリンク部分--*/
.CommentURL{
margin-left: 3px;
}
/*--投稿された時間が記載されている部分--*/
.CommentWriteDate{
margin-left: 3px;
}
/*--コメント編集へのリンク部分--*/
.CommentEdit{
margin-left: 5px;
}
/*--コメントを投稿するフォーム全体の設定--*/
.CommentFormBlock{
margin-bottom:20px;
padding: 20px 0;
text-align : left;
background-image : url('http://bfile.shinobi.jp/1167/dot_y.gif');
background-repeat : repeat-x;
background-position : center bottom;
}
/*--コメントフォーム用テーブル--*/
.CommentFormTable{
margin: 0 auto 0 35px;
font-size: 12px;
}
/*--コメントフォームTHタグ設定--*/
.CommentFormTh{
padding-top:5px;
text-align:right;
}
/*--コメントフォームTDタグ設定--*/
.CommentFormTd{
padding-top:5px;
text-align:left;
}
/*--コメントフォーム送信ボタンのTDタグ設定--*/
.CommentFormSubmit{
text-align:left;
}

/*--inputタグやtextareaの設定--*/
.CommentForms{
width: 200px;
}
.CommentFormstext{
width: 250px;
}
.Commentpass{
width: 50px;
}
input.serb {
width: 100px;
margin-top: 5px;
border: 1px solid #534741;
background: #534741;
color: #fff;
font-weight: bold;
line-height: 130%;
}


/*-------------------------------------------------------
  コメント-管理者用返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
padding : 0;
margin : 0;
}

.CommentResBox {
padding : 20px 30px;
margin : 0px;
background-image : url('http://bfile.shinobi.jp/1167/dot_y.gif');
background-repeat : repeat-x;
background-position : center bottom;
}

.CommentResTitle {
font-size:12px;
font-weight: bold;
margin-bottom: 5px;
}

.CommentResText {
font-size : 12px;
line-height: 150%;
color : #635347;
text-align : left;
}

.CommentResFooter {
font-size: 10px;
margin: 3px 0 0 0;
padding: 2px;
text-align:right;
background: #eee;
}

/**************************************************************************************
  コメント編集部分の設定
**************************************************************************************/
/*--コメント編集ブロック--*/
.editBox{
padding: 10px 0;
text-align : left;
}
.editMenuTitle{
text-align: left;
font: bold 14px Georgia, Verdana, Helvetica, sans-serif;
padding-left: 20px;
}

/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*--トラックバック全体の設定--*/
.TrackbackBlock{
margin:0;
padding: 0;
width: 100%;
}

/*--トラックバックメニューのタイトル部分--*/
.TrackbackMenuTitle{
text-align: left;
margin: 10px 0 0 20px;
font: bold 16px Georgia, Verdana, Helvetica, sans-serif;
}

/*--トラックバックのタイトル、記事、リンク部分の総合設定--*/
.TrackbackTextBox{
padding: 10px 30px;
text-align : left;
background-image : url('http://bfile.shinobi.jp/1167/dot_y.gif');
background-repeat : repeat-x;
background-position : center bottom;
}

/*--トラックバックタイトルの部分--*/
.TrackbackTitle{
font-size:12px;
font-weight: bold;
margin: 0 0 5px 0;
}

/*--トラックバックの記事部分--*/
.TrackbackText{
color : #635347;
font-size : 12px;
line-height: 150%;
}

/*--投稿されたブログ名やリンクなどを表示する部分の設定--*/
.TrackbackFooter{
text-align:right;
padding:5px;
font-size: 10px;
}
/*--トラックバック元のブログ名部分--*/
.TrackbackUserName{
margin-left: 3px;
}
/*--トラックバック元へのリンク部分--*/
.TrackbackFromURL{
margin-left: 3px;
}
/*--トラックバックされた日付部分--*/
.TrackbackWriteDate{
margin-left: 3px;
}
/*--この記事のトラックバック　と書かれた部分の設定--*/
.TrackbackURLTitle{
text-align: left;
padding: 10px 20px;
font-size: 12px;
background-image : url('http://bfile.shinobi.jp/1167/dot_y.gif');
background-repeat : repeat-x;
background-position : center bottom;
}
/*--トラックバックする為のURLが記載されているフォーム部分の設定--*/
#TrackbackURL{
width: 200px;
background: #F6F4F1;
}

/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*--カレンダー日付移動用テーブル（前月、次月へのリンクなど）--*/
.CalendarMoveTable {
padding:3px;
width:80%;
font-size: 10px;
margin: 0 auto;
}
.CalendarMoveTable a {
font-weight: bold;
}
/*--カレンダー日付移動用テーブル、<tr>タグ部分のデザイン--*/
.CalendarMoveTr {
}
/*--カレンダー日付移動用テーブル内、左側td部分のデザイン--*/
.CalendarPrevTd {
}
/*--カレンダー日付移動用テーブル内、中央td部分のデザイン--*/
.CalendarNowTd {
}
/*--カレンダー日付移動用テーブル内、右側td部分のデザイン--*/
.CalendarNextTd {
}
/*--カレンダー表示用テーブル--*/
.CalendarTable {
width:80%;
padding:3px;
font-size: 10px;
margin: 0 auto;
}

/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
}

/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
font-weight: bold;
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
}