/**************************************************************************************
かんたんにテンプレートをカスタマイズできるように、テンプレート本文とCSSにコメントを追加したものです。
勿論このままでも、シンプルなテンプレートとしてご利用いただけます。

かんたんカスタマイズ用ですが、テンプレート配布元へのリンクなどは消さないでください。

**************************************************************************************/


/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
body {
font-size:10pt; /*全体のフォントサイズ。小さくしたい場合は9pt程度まで数字を下げてみて下さい。*/
color:#333333; /*ブログ全体のフォントの色*/
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック', sans-serif,Verdana, Arial; /*あまり変更しないほうがいいと思います*/
background-image:url('http://file.momotaronyanko.blog.shinobi.jp/va11.gif');
background-repeat:repeat;
margin:0;
background-color:transparent;
background-attachment:fixed;
text-align:center;
}

/*table全ての設定*/
table{
border-collapse: collapse;
font-size:10pt; /*全体のフォントサイズ。小さくしたい場合は9pt程度まで数字を下げてみて下さい。*/
text-align:left;
color:#333333;
}

/*通常のリンクの設定*/
a:link {
color:#008db7;
text-decoration:none;
}

a:visited {
color:#6600cc;
text-decoration:none;
}

/*カーソルが合っている状態のリンクの設定*/
a:hover {
text-decoration:none;
color:#e633e6;
}

a:active {
color:#e600e6;
text-decoration:none;
}

/*全体の設定*/

#mainBlock {
width:1010px; /*これを変更する場合、メインブロックとプラグイン、トップブロックのサイズも一緒に変更して下さい*/
text-align:left;
margin:0 auto;
}

/*画像の設定*/
.image {
border-width:0px;
border-style: none;
background: #ffffff;
margin:0 auto;
padding: 10px;
}
img,
a img{
border:0px;
}
.EntryText img,
.ikutu img{
    display:block;
    margin: 0 auto;
    text-align: center;
}


/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
width:1010px;/*これを変更する場合、メインブロックとプラグインのサイズも一緒に変更して下さい*/
height:350px; /*タイトルの高さはここで指定できます。*/
margin-top:0px;
margin-bottom:20px;
}
.wrap{
background-color: transparent;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
clear:both;
text-align: center;
margin:50px 0px;
padding-top:30px;
}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/

/*左右にあるプラグインの設定を行います。プラグインの幅についてですが、左右プラグインの幅+記事の幅＝テンプレート全体の幅　となります。左右プラグインを足した幅が全体幅より大きい等の問題がある場合、プラグイン、記事が下に落ちて表示が崩れます。ここから下をカスタマイズする場合は、必ず幅をご確認下さい。*/

/*中央のプラグインの設定です。*/
.PluginBlockcenter {
line-height:160%;/*記事本文の行間の指定です*/
width: 560px; /*ここを変更する際には、必ず左右のプラグインのサイズを変更してください。*/
margin-bottom:10px;}

/*左側のプラグインの設定です。*/
.PluginBlockleft {
width: 210px;/*左側のプラグインの幅を変更する場合はここのサイズを変更して下さい*/
float:left;
line-height:130%;/*プラグインの行間です。*/
margin-right:15px;
}

/*右側のプラグインの設定です。*/
.PluginBlockright {
width: 210px;/*右側のプラグインの幅を変更する場合はここのサイズを変更して下さい*/
float:right;
line-height:130%;/*プラグインの行間です。*/
margin-left:15px;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
background-image:url('http://file.momotaronyanko.blog.shinobi.jp/touka.png');
background-repeat:repeat;
padding:6px 10px;
margin-bottom:20px;
margin-top:0px;
}

/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
border-top-width: 0px;
border-right-width:0;
border-bottom-width:1;
border-left-width:0;
padding-bottom:1;
border-color:#333333;
border-style:dashed;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
padding: 5 7px;
}
/*プラグインが表示される場所の設定*/
.PluginCo5 7px;
font-size:9pt;
}

/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {

}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
text-align:right;
}

/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
line-height:160%;/*記事本文の行間の指定です*/
width: 560px; /*ここを変更する際には、必ず左右のプラグインのサイズを変更してください。*/
float:left;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
margin-bottom:30px;
padding: 0px;
border-width:0;
}

.EntryInnerBlocktable{
border-collapse:collapse;
width:560px;
line-height:150%;
}

.EntryInnerBlocktr{
margin:0;
padding:0;
}

.EntryInnerBlocktd01{
margin:0;
padding:0;
width:19;
height:18;
}
.EntryInnerBlocktd02{
margin:0;
padding:0;
width:18;
height:18;
}
.EntryInnerBlocktd03{
margin:0;
padding:0;
width:19;
height:19;
}
.EntryInnerBlocktd04{
margin:0;
padding:0;
width:18;
height:19;
}
.EntryInnerBlocktdue{
background-image:url('http://file.momotaronyanko.blog.shinobi.jp/table14-bue.gif');
background-repeat: repeat-x;
margin:0;
padding:0;
}
.EntryInnerBlocktdhidari{
background-repeat: repeat-y;
background-image:url('http://file.momotaronyanko.blog.shinobi.jp/table14-bhidari.gif');
margin:0;
padding:0;
}
.EntryInnerBlocktdnaka{
margin:0;
padding:0;
background-color:#ffffff;
}
.EntryInnerBlocktdmigi{
background-repeat: repeat-y;
background-image:url('http://file.momotaronyanko.blog.shinobi.jp/table14-bmigi.gif');
margin:0;
padding:0;
}
.EntryInnerBlocktdsita{
background-image:url('http://file.momotaronyanko.blog.shinobi.jp/table14-bsita.gif');
background-repeat: repeat-x;
margin:0;
padding:0;
}

/*各記事タイトル部分の設定*/
.EntryTitle {
border-style:dashed;
border-bottom-width:1;
padding-bottom:3;
padding-left:20px;
border-color:#333333;
border-right-width:0;
border-top-width:0;
border-left-width:0;
background-image:url('http://file.momotaronyanko.blog.shinobi.jp/16-momo.gif');
background-repeat:no-repeat;
background-position:left 23%;
}

/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
font-size:11pt;
}
/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
margin: 5px 0px;
}
/*記事本文が記載される部分*/
.EntryText {
padding: 10px;
}
/*追記文書が記載される部分*/
.EntryPsText {
padding: 10px;
}

/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
text-align:right;
padding:5px;
border-style:none;
}

/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
text-align:right;
}

/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin-left: 5px;
}

/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
margin-left: 5px;
}

/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
margin-left: 5px;
}

/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
}

.PageLinktable{
width:560px;
table-layout: fixed;
}

.PageLinkright {
text-align:right;
}

.PageLinkleft {
text-align:left;
}

.PageLinkcenter{
text-align:center;
}

/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
padding:0px;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
text-align: left;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
padding:0px;
margin: 5px 0px;
border:none;
}
/*コメントのタイトル部分*/
.CommentTitle{
font-weight:bold;
}
/*コメント部分*/
.CommentText{
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
border-top:1px dotted #99ccff;
text-align:right;
padding:5px;
border-style:none;
}
/*投稿者名の部分*/
.CommentUserName{
margin-left: 5px;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin-left: 5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-left: 5px;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin-left: 5px;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
margin-bottom:20px;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
padding-top:5px;
text-align:right;
padding:3px;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding-top:5px;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
text-align:center;
}
/*inputタグやtextareaの設定*/
input.CommentForms{
width: 200px;
}
textarea.CommentForms{ 
width: 450px;
}
/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
padding:10px;
margin: 15 0px;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
margin: 5 0px;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
font-weight:bold;
}
/*トラックバックの記事部分*/
.TrackbackText{
padding: 10px;
line-height:130%;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
text-align:right;
padding:5px;
color:#3a3e7e;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
margin-left: 5px;
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
margin-left: 5px;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
margin-left: 5px;
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
.TrackbackURL{
}

input#TrackbackURL{
width: 300px;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
width:85%;
text-align:center;
font-size:9pt;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {

}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:85%;
text-align:center;
font-size:9pt;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
color:#c71585;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
color:#0099ff;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
color:#c71585;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
color:#0099ff;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {

}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
color:#ee7948;
font-weight: bold;
text-decoration:underline;
}

/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
padding:5px;
margin:10px 10px 10px 20px;
background-color:#ffeacc;
}

.CommentResTitle {
font-weight:bold;
}

.CommentResText {
padding:10px 0px 0px 10px;
}

.CommentResFooter {
text-align:right;
margin:15px 0;
}
