/**************************************************************************/
/***** 　 日めくりカレンダー 3ブロックINDIGOBLUE　　 080220更新    　  ****/
/*****  　Edited by がりんぺいろ　　　　http://ninja-blog.com/　　　　 ****/
/**************************************************************************/

/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
body {
	text-align: center;
	font-size: 13px;
	color: #333;
	font-family:Verdana, "MS UI Gothic";
	background-color: #9999D2;
	min-width: 762px;
	background-image: url(http://file.template100.blog.shinobi.jp/1c_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
}
textarea,input,select{
border:1px solid #9999D2;
color:#999;
font-size:13px;
}
/*<td>の全ての設定*/
td {
text-align:center;
}
/*table全ての設定*/
table{
border-collapse: collapse;
}
a:link ,a:visited {
	text-decoration:underline;
	color: #131221;
}
a:hover {
text-decoration: underline;
color: #f30;
}
/*アクティブ状態のリンクの設定*/
a:active {
color:#009900;
text-decoration:underline;
}

/*全体の設定*/
#mainBlock {
	width:98%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#container {
	width:100%;
 	float:left;
 	margin-right:-205px;
}
/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}
/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
	width:100%;
	text-align: left;
	margin-bottom: 10px;
	background-color: #FFF;
	background-image: url(http://file.template100.blog.shinobi.jp/1c_a.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/*ページタイトル文字部分の設定*/
#TopTitle {
	font-size:24px;
	font-weight:bold;
	color: #131221;
	padding-top: 36px;
	vertical-align: text-botom;
	padding-right: 110px;
	padding-left: 10px;
	background-image: url(http://file.template100.blog.shinobi.jp/1c_b.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#TopTitle a{
	font-weight: bolder;
	color: #131221;
	text-decoration: none;
}
#TopTitle a:hover{
	font-weight: bold;
	color: #585399;
	text-decoration: none;
}
#TopSearch {
	float: right;
	width: 120px;
	margin-right: 12px;
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
	padding: 8px 10px;
	font-size:12px;
	font-weight: bold;
	background-color: #7777FD;
	color: #FFFFFF;
	margin-top: 10px;
}
.rss {
	position:absolute;
	right:3%;
}
.admin {
	position: relative;
	top: 3px;
}

.bread {
	margin-right: auto;
	margin-left: auto;
	color: #999999;
	font-size: 10px;
	text-align: left;
	margin-top: 3px;
	width: 96%;
	margin-bottom: 2px;
	height: 20px;
	vertical-align: text-botom;
}
.bread a ,.bread a:visited {
	color: #999999;
	text-decoration: none;
}
.bread a:hover {
	color: #dddddd;
	text-decoration: none;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
	clear:both;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	border-top: 1px solid #B8CDE8;
	padding-top: 15px;
	margin-top: 5px;
	background-image: url(http://file.template100.blog.shinobi.jp/1c_c.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
#FooterBlock a, #FooterBlock a:visited {
	color: #666666;
	text-decoration: none;
	}
#FooterBlock a:hover {
	color: #666666;
	text-decoration: underline;
	}
#FtRc{
	background-image: url(http://file.template100.blog.shinobi.jp/1c_d.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 20px;
}
#FtRc a{
	clear:both;
	text-align: center;
	color: #666;
	border: 0;
	text-decoration: underline;
}

#FooterBlock2 {
	font-size: 10px;
	clear:both;
	margin-top: 2px;
}
#FooterBlock2 a ,#FooterBlock2 a:visited {
	color: #666666;
	text-decoration: none;
}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlockLeft {
	width:200px;
	float:right;
	position:relative;
	z-index:2;
	margin-bottom: 5px;
}
.PluginBlockRight {
	width:200px;
	float:right;
	margin-bottom: 5px;
}

/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
	margin-bottom: 12px;

}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
	font-weight:bold;
	font-size:13px;
	color:#131221;
	padding-right:0;
	padding-left:10;
	padding-top:2;
	padding-bottom:2;
	background-image: url(http://file.template100.blog.shinobi.jp/fi_pittl.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 19px;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
padding: 0px; 
}
/*プラグインが表示される場所の設定*/
.PluginContents {
	border: #fff 0px solid;
	font-size:12px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}
/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
	width:100%;
	float:right;
	margin-left:-200px;
}

#EntryBlock>* {
	margin-left :200px;
	margin-right:200px;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
	text-align: left;
	background-color: #FFFFFF;
	margin-bottom: 30px;
	background-image: url(http://file.template100.blog.shinobi.jp/1c_enttl.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-right: 208px;
	margin-left : 208px;
	border-top-width:2px;
	border-top-style: solid;
	border-top-color: #9999D2;
	padding: 2px;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
	font-weight:bold;
	font-size:13px;
	color:#131221;
	padding-right:0;
	height: 60px;
	margin-top:2px;
	padding-top: 12px;
}
.EntryTitle a ,.EntryTitle a:visited {
	text-align: left;
	font-weight:bold;
	font-size:16px;
	color: #131221;
	text-decoration: none;
	padding-right: 3px;
	line-height: 1.3em;
	padding-top: 18px;
}
.EntryTitle a:hover{
	color: #585399;
	text-decoration: underline;
}
.datebox {
	width: 46px;
	float: left;
	margin-right: 1ex;
	display: block;
	height: 59px;
	background-image: url(http://file.template100.blog.shinobi.jp/1c_cal.jpg);
	background-repeat: no-repeat;
}
.datebox a,.datebox a:visited {
	display: block;
	text-decoration: none;
}

.datebox .month {
  font-family: Cambria, "Times New Roman", Times, serif;
  font-size: 10px;
  padding-top: 3px;
  padding-bottom: 0.1em;
  text-align: center;
  color: #dddddd;
  font-weight: bold;
}
.datebox .month a{
	text-decoration: none;
	line-height: 1em;
}

.datebox .weekday {
	font-family: Cambria, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: center;
	color: #333333;
	margin-top: 2px;
	line-height: 1em;
}
.datebox .weekday a {
	text-decoration: none;
}

.datebox .day {
	font-family: Cambria, "Times New Roman", Times, serif;
	font-size: 17px;
	text-align: center;
	color: #333333;
	line-height: 1em;
	font-weight: bold;
}
.datebox .day a{
	text-decoration: none;
}
.datebox .year {
	font-family: Cambria, "Times New Roman", Times, serif;
	font-size: 9px;
	text-align: center;
	color: #333333;
	line-height: 1em;
}
.datebox .day a:hover{
	text-decoration: none;
	color: #f30;
}

/*各記事タイトル部分の文字色設定
.EntryTitleFont {
color:#131221;
}*/

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
	padding-right:12;
	padding-left:12;
	font-size: 12px;
}
/*記事本文が記載される部分*/
.EntryText {
	color: #333333;
	font-size: 105%;
	line-height: 175%;
	margin-top: 10px;
}
.EntryText a{
	color: #0000FF;
	text-decoration: underline;
}
.EntryText a:hover{
	color: #F30;
	text-decoration: underline;
}

/*追記文書が記載される部分*/
.EntryPsText {
padding: 10px;
text-align: right;
font-size: 13px;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
	text-align:right;
	padding:6px 5px 5px;
	margin-top: 18px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #9999D2;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
margin-left: 5px;
font-size:12px;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin-left: 5px;
font-size:12px;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
margin-left: 5px;
font-size:12px;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
margin-left: 5px;
font-size:12px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
text-align:center;
padding:10px;
font-size:13px;
margin-right: 200px;
margin-left : 200px;
}
/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
	padding:10px;
	margin-right: 200px;
	margin-left : 200px;
	text-align: left;
	background-color: #FFFFFF;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
text-align: left;
color:#141321;
font-size:14px;
font-weight:bold;
padding-right:0;
padding-left:10;
padding-top:2;
padding-bottom:2;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
	margin: 12px 0px 5px;
	color:#333333;
	border: 1px solid #9999D2;
	background-image: url(http://file.template100.blog.shinobi.jp/1c_com.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
/*コメントのタイトル部分*/
.CommentTitle{
	text-align: left;
	padding-right:0;
	padding-top:10;
	padding-bottom:0;
	padding-left:10;
	font-size:14px;
	font-weight:bold;
	color: #141321;
}
/*コメント部分*/
.CommentText{
	margin: 5px 0px;
	padding-right:10;
	padding-top:5;
	padding-bottom:0;
	padding-left:10;
	font-size:13px;
	color: #333333;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
	text-align:right;
	padding:5px;
	font-size: 93%;
}
/*投稿者名の部分*/
.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;
	font-size: 12px;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding-top:5px;
text-align:left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
text-align:left;
}
/*inputタグやtextareaの設定*/
.CommentForms{
	background-color: #FFFFFF;
	color: #333333;
}

/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
	padding:10px;
	margin-right: 200px;
	margin-left : 200px;
	background-color: #FFFFFF;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
text-align: left;
color: #141321;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
	margin: 5px 0px 12px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
	text-align: left;
	color: #131221;
	background-color: #FFFFFF;
}
/*トラックバックの記事部分*/
.TrackbackText{
padding: 10px;
line-height:140%;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.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;
	margin-bottom: 2px;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;

}
.Plugin_data a{
	margin-bottom: 2px;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 5px;
	display: block;
	color: #0000FF;
	text-decoration: none;
}
.Plugin_data a:hover{
	padding-left: 4px;
	display: block;
	margin-left: 1px;
	color: #F30;
}


/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
	text-align:right;
	font-size:10px;
	color: #666;
}
/**************************************************************************************
  カレンダープラグイン用デザイン  がりんぺいろ　http://ninja-blog.com/
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
padding:3px;
width:80%;
margin:  0 auto; 
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:80%;
padding:3px;
margin:  0 auto; 
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<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;
font-weight:bold;
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
}
/*-------------------------------------------------------
  上部カレンダーデザイン
-------------------------------------------------------*/
/* 上部分のカレンダー */
#calender {
	font-family:Arial;
	font-size:10px;
	text-align:center;
	padding:3px 2px 1px 2px;
	color: #999;
}

#calender li {
		display:inline;
}

#calender .day {
		padding:2px;
		margin:1px;
}

#calender a {
	color:#0000FF;
	font-weight:bold;
	text-decoration:none;
}
#calender a:hover {
	color:#F30;
	text-decoration:none;
}

#calender ul {
	margin:0px;
	padding:0px;
}

#calender .prev-month-calendar {
	font-size:110%;
	font-weight:bold;
	margin-right:5px;
}

#calender .next-month-calendar {
	font-size:110%;
	font-weight:bold;
	margin-left:5px;
}

/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
}

.CommentResBox {
	border:solid 1px #888;
	padding:10px;
	text-align: left;
}

.CommentResTitle {
	font-size:14px;
	font-weight:700;
	color: #131221;
}

.CommentResText {
	padding:10px 0px 0px 10px;
	text-align: left;
}

.CommentResFooter {
	text-align:right;
	margin:15px 0;
	border-top:1px dotted #888;
}
/*-------------------------------------------------------
    記事タイトル一覧部分 > 全体
-------------------------------------------------------*/
.TitleListBox {
	font-size: 95%; /* フォントサイズ */
	text-align:left; /* テキスト位置 */
	border:1px solid #9999D2; /* 枠線の設定 */
	padding:5px; /* 内側余白 */
	margin: 0px 208px 20px 208px; /* 外側余白 */
	background-image: url(http://file.template100.blog.shinobi.jp/1c_com.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
/*-------------------------------------------------------
    記事タイトル一覧部分 > タイトル
-------------------------------------------------------*/
.TitleListTitle {
	font-weight: bold;
}
/*-------------------------------------------------------
    記事タイトル一覧部分 > テキスト
-------------------------------------------------------*/
.TitleListText {
	font-size: 95%;
	text-align:left;
	margin: 0px 0px 0px 10px;
}
/*-------------------------------------------------------
    記事タイトル一覧部分 > ページリンク
-------------------------------------------------------*/
.TitleListPageLink {
	font-size: 95%;
	text-align:center;
}
