/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
body{
background-color:#ffffff;
color:#343434;
font-size:10px;
font-family:"Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
letter-spacing:1px;
line-height:160%;
text-align:center;
margin:0;
padding:0;
}

/*引用文の設定*/
blockquote{
background-color:#F3F3F3;
margin:15px 0 0 5px;
padding:3px 3px 3px 7px;
border-left:3px solid #BADBC7;
}

br{letter-spacing:0px;}

/*<td>の全ての設定*/
td{text-align:center;}

/*table全ての設定*/
table{border-collapse:collapse;}

/*通常のリンクの設定*/
a:link{
color:#007B50;
text-decoration:none;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
color:#007B50;
text-decoration:none;
}
/*アクティブ状態のリンクの設定*/
a:active{
color:#CCC;
text-decoration:underline;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover{
color:#CCC;
text-decoration:underline;
}

/*全体の設定*/
#mainBlock{
background-color:#FFF;
text-align:left;
width:263px;
margin:0 auto;
}

/*テキスト左寄せ*/
.left{text-align:left;}

/*テキスト中央寄せ*/
.center{text-align:center;}

/*テキスト右寄せ*/
.right{text-align:right;}

/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock{
text-align:left;
width:263px;
height:5px;
padding-top:10px;
}
/*ページタイトル文字部分の設定*/
#TopTitle{
font-size:11px;
font-weight:bold;
margin:0 10px;
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation{
margin:0 10px;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock{
background-color:#FFF;
letter-spacing:0px;
text-align:center;
width:263px;
height:100px;
margin-top:30px;
}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock{
width:263px;
text-align:center;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock{
width:263px;
margin:0 auto;
}

.plugin_link a:link{color:#343434;text-decoration:none;}
.plugin_link a:visited{color:#343434;text-decoration:none;}
.plugin_link a:active{color:#CCC;text-decoration:none;}
.plugin_link a:hover{color:#CCC;text-decoration:none;}

/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle{}
.title{margin-left:5px;}

/*プラグインの説明部分の設定*/
.PluginExplanation{}

/*プラグインが表示される場所の設定*/
.pluginContents{}

.box{font-size:12px;}

.btn{
font-size:10px;
border-color:#CCC;
border-width:1px;
}

/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock{
text-align:left;
width:263x;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock{
margin:10px 10px 30px 10px;
border-bottom:1px dashed #999;
}
/*各記事タイトル部分の設定*/
.EntryTitle{
color:#007B50;
margin:0 18px;
}
/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox{
margin:0;
}
/*記事本文が記載される部分*/
.EntryText{
margin:10px 1px;
}
/*追記文言が記載される部分*/
.EntryPsText{
text-align: right;
margin:5px 20px 10px 0px;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter{
text-align:right;
margin:0 3px 5px 0;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName{margin-left:3px;}

/*記事を投稿した日が記載されている部分*/
.EntryWriteDate{
color:#007B50;
text-align:right;
margin:0 3px;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory{margin-left:3px;}

/*記事へのコメントリンクが記載されている部分*/
.EntryComment{margin-left:3px;}

/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback{margin-left:3px;}

/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
text-align:center;
padding:0px;
margin:0px 15px 25px 10px;
}
/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
text-align:left;
margin:10px;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
font-weight:bold;
margin:0 18px;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
margin:0 18px;
border-bottom:1px dashed #999;
}
/*コメントのタイトル部分*/
.CommentTitle{
color:#007B50;
margin:10px 5px 0 5px;
}
/*コメント部分*/
.CommentText{
margin:5px 5px 10px 5px;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
text-align:right;
margin:5px 3px;
}
/*投稿者名の部分*/
.CommentUserName{margin-left:3px;}

/*投稿者のホームページへのリンク部分*/
.CommentURL{margin-left:3px;}

/*投稿された時間が記載されている部分*/
.CommentWriteDate{margin-left:3px;}

/*コメント編集へのリンク部分*/
.CommentEdit{margin-left:3px;}

/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
margin-bottom:20px;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{font-size:10px;}

/*コメントフォームTHタグ設定*/
.CommentFormTh{
text-align:left;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
font-size:10px;
padding-bottom:2px;
text-align:left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
padding:5px 0;
font-size:10px;
text-align:left;
}
/*inputタグやtextareaの設定*/
.CommentForms{
font-size:12px;
width:200px;
}
/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
text-align:left;
margin:10px;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
font-weight:bold;
margin:0 18px;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
margin:5px 18px;
border-bottom:1px dashed #999;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
color:#007B50;
margin:10px 5px 0 5px;
}
/*トラックバックの記事部分*/
.TrackbackText{
margin:5px 5px 10px 5px;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
text-align:right;
margin:5px 3px;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{margin-left:3px;}

/*トラックバック元へのリンク部分*/
.TrackbackFromURL{margin-left:3px;}

/*トラックバックされた日付部分*/
.TrackbackWriteDate{margin-left:3px;}

/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
font-weight:bold;
margin:0 18px;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
#TrackbackURL{
margin:10px 20px;
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.plugin_data {
text-align:left;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.plugin_data_date {
text-align:right;
margin-bottom:3px;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
font-size:10px;
padding:3px;
width:100%;
}
.CalendarMoveTable a:link { font-weight:bold; }
.CalendarMoveTable a:visited{ font-weight:bold; }
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable{
font-size:10px;
line-height:170%;
width:100%;
padding:3px;
}
.CalendarTable a:link{font-weight:bold;}

/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr{color:#007B50;}

/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun{font-weight:normal;border-bottom:1px solid #CCC;}

/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday{font-weight:normal;border-bottom:1px solid #CCC;}

/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat{font-weight:normal;border-bottom:1px solid #CCC;}

/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr{}

/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun{}

/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat{}

/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd{}

/*記事が存在する場所の設定*/
.CalendarTdLink{}

/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock{
margin:10px 18px;
border-bottom:1px solid #999;
}

.CommentResBox{
margin:0 0 5px 50px;
}

.CommentResTitle{
font-size:10px;
color:#007B50;
margin-left:5px;
}

.CommentResText{
margin:5px 10px;
}

.CommentResFooter{
text-align:right;
margin:10px 5px 0px 0px;
}