/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
* {margin : 0;padding : 0;}
li {list-style-type:none;}
br{letter-spacing: normal;}

/*BODY全体に関する設定*/
body {
background-image:url('http://file.chimonme.blog.shinobi.jp/backp.jpg');
text-align:center;
font-size:10px;
font-family: "Verdana, Helvetica, sans-serif;
}
/*<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: #583E3D;}
a:visited {color:#583E3D;}
a:active { color: #583E3D;}
a:hover {color:#B9544F;}

/*--フォーム--*/
input {
font-size: 12px;
color: #534741;
margin :1px 0;
padding: 0 2px;
background-color: #FFF2D9;
background-image: url(http://file.chimonme.blog.shinobi.jp/backp.jpg);
border: 1px dotted #534741;
}
textarea {
font-size: 12px;
color: #534741;
margin :1px 0;
padding: 0 2px;
background-color: #FFF2D9;
background-image: url(http://file.chimonme.blog.shinobi.jp/backp.jpg);
border: 1px dotted #534741;
}

/*全体の設定*/
#mainBlock {
width:700px;
text-align: center;
margin:20px auto;
background-image: url(http://file.chimonme.blog.shinobi.jp/backp.jpg);
background-repeat : repeat;


}

/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/

/*ページタイトル文字部分の設定*/
#TopTitle {
margin: 0 1px;
padding: 10px;
text-align: left;
width:692px;
height: 200px;
background-image: url(http://file.chimonme.blog.shinobi.jp/newpaper.jpg);
background-repeat : no-repeat;
background-position : left-top;
}

/*ページタイトルの下に来るブログの説明文書*/
/*--ブログタイトル文字装飾--*/
h1{
font: bold 16px Georgia, Verdana, Helvetica, sans-serif;
letter-spacing: 1px;
padding:52px 5px 0px 33px;
}
h1 a:link {color: #583E3D;}
h1 a:visited {color: #583E3D;}
h1 a:hover {color: #B76A51; text-decoration: none;}
h1 a:active {color: #583E3D;}

/*--タイトル下のブログの説明文--*/
#TopExplanation {
padding: 2px 5px 10px 10px;
text-align: left;
font-size: 10px;
color: #774635;
}

/**************************************************************************************
横型カレンダー
**************************************************************************************/
div#calendar {
font-size : 10px;
text-align: center;
overflow:hidden;
padding: 3px 0;
margin: 0 1px;
background-image: url(http://file.chimonme.blog.shinobi.jp/sen.gif);
}
div#calendar li {
display : inline;
list-style-type : none;
color: #774635;
font-size : 10px;
}
div#calendar ul {
list-style-position : inside;
}
div#calendar li a{
color: #774635;
font-weight: bold;
}
div#calendar li a:hover{
color: #fff;
font-weight: bold;
}
li.day {
padding: 0 2px;
}
/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*--一番下のブロック（著作権表示が書かれる場所）の設定--*/
#FooterBlock {
clear:both;
text-align: right;
}
p.copy {
padding: 20px 10px 0 10px;
font-size: 10px;
}
p.cmn{
padding: 10px;
font-size: 10px;
}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/



  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
width:680px;
background-color: white;
text-align: left;
overflow:hidden;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
width:580px;

padding: 40;

text-align: left;
}

/*--各記事日付部分--*/
.entryday {
text-align : right;

font: bold 12px Georgia, Verdana, Helvetica, sans-serif;

color: #c0a080;
}

/*各記事タイトル部分の設定*/
.EntryTitle {
margin: 5px 0 0 10px;
padding: 0 10px 20px 5px;
}

/*各記事タイトルの文字設定*/
h2 {
color:#583E3D;
padding: 1px 5px 0 32px;
font-size: 14px;
height:61px;
background-image: url(http://file.chimonme.blog.shinobi.jp/cho.gif);
background-repeat : no-repeat;
background-position : left center;
}


}
/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
margin-bottom: 20px;
padding: 0 20px;
}
/*記事本文が記載される部分*/
.EntryText {
color: #583E3D;
line-height: 22px;
font-size: 12px;
background-image: url(http://file.chimonme.blog.shinobi.jp/sen.gif);
}
/*追記文書が記載される部分*/
.EntryPsText {
padding: 10px 0;
text-align: left;
font-size: 10px;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
font-size : 10px;

color : #635347;
text-align : right;
line-height: 30px;

height: 30px;
background-image: url(http://file.chimonme.blog.shinobi.jp/backp.jpg);
}
/*--記事のカテゴリ名が記載されている部分--*/
.EntryCategory {
margin-left: 3px;
}
/*--記事へのコメントリンクが記載されている部分--*/
.EntryComment {
margin-left: 3px;
}
/*--記事へのトラックバックリンクが記載されている部分--*/
.EntryTrackback {
margin-left: 3px;
}


/*--//////記事内のその他の設定//////--*/
/*-- 引用文 --*/
blockquote {
padding: 0 10px 0 35px;
color: #362F2D;
font-size:12px;
line-height: 22px;
background-image: url(http://file.chimonme.blog.shinobi.jp/backp.jpg);
background-repeat : repeat-y;
background-position : left top;
}

/*--本文中リンクの設定--*/
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 dotted #583E3D;
background: #F8F8EC;
}

/*--絵文字--*/
div.EntryText img.emoji {
margin:0;
padding:0;
background-color: transparent;
border: none;
vertical-align: middle;
line-height: 22px;
}



/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
width: 100%;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
text-align: left;
margin: 0 0 0 20px;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
padding: 10px 30px;
text-align : left;
background-image : url(http://file.chimonme.blog.shinobi.jp/sen.gif);
background-repeat : repeat-x;
background-position : center bottom;
}
/*コメントのタイトル部分*/
.CommentTitle{
color : #583E3D;
font-size:12px;
height:61px;
padding: 1px 5px 0 32px;
background-image: url(http://file.chimonme.blog.shinobi.jp/cho.gif);
background-repeat : no-repeat;
background-position : left center;
}


/*コメント部分*/
.CommentText{
color : #583E3D;
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: 5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-left: 3px;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin-left: 3px;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
margin-bottom:20px;
padding: 20px 30;
text-align : left;
background-image : url(http://file.chimonme.blog.shinobi.jp/sen.gif);
background-repeat : repeat-x;
background-position : center bottom;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
margin: 0 auto 0 35px;
font-size: 12px;
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
padding-top:2px;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding-top:2px;
text-align:left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
text-align:left;
}
/*inputタグやtextareaの設定*/
.CommentForms{
width: 200px;
}
.CommentFormstext{
width: 250px;
}
.Commentpass{
width: 80px;
}
input.serb {
width: 100px;
margin-top: 5px;
border: 1px dotted #534741;
background-image: url(http://file.chimonme.blog.shinobi.jp/backp.jpg);
color: #534741;
font-weight: bold;
line-height: 130%;
}
/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
padding: 10px 20px;
text-align: left;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
text-align: left;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
margin: 5px 0px;
background-color:#EEEEEE;
padding:10px;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
text-align: left;
font-size:14px;
font-weight:700;
}
/*トラックバックの記事部分*/
.TrackbackText{
padding: 10px;
line-height:110%;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
text-align:right;
padding:5px;
}
/*トラックバック元のブログ名部分*/
.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;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.plugin_data_date {
text-align:right;
}

/*通常のリンクの設定*/
.plugin_data a:link {
color:#AA0000;
text-decoration:none;
}
/*過去に見たことがあるページのリンクの設定*/
.plugin_data a:visited{
color:#AA0000;
text-decoration:none;
}
/*アクティブ状態のリンクの設定*/
.plugin_data a:active {
color:#999999;
text-decoration:underline;
}
/*カーソルが合っている状態のリンクの設定*/
.plugin_data a:hover {
color:#999999;
text-decoration:underline;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
width:80%;
font-size:12px;
padding:3px;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
font-size:12px;
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
font-size:12px;
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
font-size:12px;
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:80%;
font-size:12px;
padding:3px;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
font-size:12px;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
font-size:12px;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
font-size:12px;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
font-size:12px;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
font-size:12px;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
font-size:12px;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
font-size:12px;
}

/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
	padding:10px 30px 10px 50px;
}

.CommentResBox {
	background-color:#FFFFFF;
	border:solid 1px #FF6600;
	padding:10px;
}

.CommentResTitle {
	font-size:14px;
	font-weight:700;
	color:#777777;
	border-bottom:1px dotted #FF6600;
}

.CommentResText {
	padding:10px 0px 0px 10px;
}

.CommentResFooter {
	text-align:right;
	margin:15px 0;
	border-top:1px dotted #FF6600;
}