/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
body {
background: #fff; 
font-size: 12px;
color: #000;
margin: 20px 20px;
font-family: 'Verdana', 'Arial', 'Helvetica';
text-align: center;
scrollbar-face-color: #69f;
scrollbar-3dlight-color:#000;
scrollbar-highlight-color:#69f;
scrollbar-shadow-color:#69f;
scrollbar-darkshadow-color:#000;
scrollbar-arrow-color: #fff;
scrollbar-track-color: #fff;
}

.btn{ color:#000; font-size:10px; background-image: url(http://bfile.shinobi.jp/373/sora_07.jpg); background-position: 50% 50%; border: #000 1px solid ; letter-spacing: 1px; width: 50px;}

.box{ width:150px; color:#000; background-image: url(http://bfile.shinobi.jp/373/sora_07.jpg);background-position: 100% 100%; font-size:12px; border: #000 1px solid; margin-bottom: 5px;}

/*<td>の全ての設定*/
td { text-align: center;}

/*table全ての設定*/
table{ border-collapse: collapse;}

/*通常のリンクの設定*/
a:link {
color: #000;
}

/*過去に見たことがあるページのリンクの設定*/
a:visited{
color: #000;
}

/*アクティブ状態のリンクの設定*/
a:active {
color: #000;
}

/*カーソルが合っている状態のリンクの設定*/
a:hover {
color: #03f;
text-decoration: underline;
}

a{ text-decoration: none;}

.link1 a:hover{ text-decoration: underline; color: #fff;}

.CalendarTable a:link { color: #36f;}
.CalendarTable a:visited{ color: #36f;}
.CalendarTable a:active {color: #36f;}
.CalendarTable a:hover{ text-decoration: underline; color:#fff;}

/*AllBlock---全体の設定*/
#AllBlock{
width: 694px; /*--//654px//--*/
margin-left: auto;
margin-right: auto;
text-align: right;
float: center;
}

/*mainBlockの設定*/
#mainBlock {
width:498px; /*--//498px//--*/
float:left;
margin-left: auto;
margin-right: auto;
}
/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}
/*エントリー下の著作権表示*/
#font1{
width:300px; /*--//300px//--*/
font-size:10px;
color:#000;
text-align:center;
}

/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
width:300px; /*--//300px//--*/
height: 100px;
border-bottom: solid 1px #000;
background-image: url(http://bfile.shinobi.jp/373/sora_07.jpg);
}

/*ページタイトル文字部分の設定*/
#TopTitle {
padding: 30px 30px 10px 30px;
text-align:center;
font-size:16px;
font-weight:bold;
color:#fff;
}

#TitleLink a:link {color:#000;}
#TitleLink a:visited{color:#000;}
#TitleLink a:active {color:#000;}
#TitleLink a:hover{text-decoration:underline;color:#fff; }

/*ページタイトルの下に来るブログの説明文*/
#TopExplanation {
padding: 0px 30px 0px 30px;
font-size: 12px;
color: #000;
text-align:center;
}

/*管理リンク*/
#KanriBlock{
background: #fff;
font-size:10px;
font-weight:bold;
text-align: right;
padding: 5px 10px 5px 10px;
border-bottom: solid 1px #000;
}
/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（<CM1><CM2>が書かれる場所）の設定*/
#FooterBlock {
height:100px; /*--//100px（デフォルトは200px）//--*/
text-align: center;
font-size:10px;
padding-top:20px;
border-top:solid 1px #000;

}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/

/*-------------------------------
     プラグイン左の設定
-------------------------------*/

/*プラグイン左表示箇所全体の設定*/
.PluginBlock {
width: 180px; /*--//180px//--*/
text-align: left;
margin-left: auto;
margin-right: auto;
float:left;
border-left: solid 1px #000;
border-right: solid 1px #000;
border-bottom: solid 1px #000;
background-image: url(http://bfile.shinobi.jp/373/sora_07.jpg);background-position: 100% 100%;
}

/*プラグイン左表示箇所の背景や余白設定*/
.PluginInnerBlock {
}

/*プラグイン左のタイトル（名称）部分の設定*/
.PluginTitle {
padding:4px 10px 4px 10px;
font-size:10px;
font-weight:bold;
color:#000;
border-top: solid 1px #000;
border-bottom: solid 1px #000;
}

/*プラグイン左の説明部分の設定*/
.PluginExplanation {
background:#fff;
padding: 2px 5px 2px 5px;
font-size:10px;
color: #000;
}

/*プラグイン左が表示される場所の設定*/
.pluginContents {
background:#fff;
padding-top: 2px;
padding-right:5px;
padding-bottom: 2px;
padding-left: 5px;
font-size:10px;
color: #000;
}

/*-------------------------------
     プラグイン右の設定
-------------------------------*/

/*プラグイン右表示箇所全体の設定*/
.SubPluginBlock {
width: 180px; /*--//180px//--*/
text-align: left;
float: right;
border-left: solid 1px #000;
border-right: solid 1px #000;
border-bottom: solid 1px #000;
background-image: url(http://bfile.shinobi.jp/373/sora_07.jpg);background-position: 100% 100%;
}

/*プラグイン右が表示される場所の設定*/
.SubpluginContents {
background:#fff;
padding-top: 2px;
padding-right:5px;
padding-bottom: 2px;
padding-left: 5px;
font-size:10px;
color: #000;
}


/*プラグイン右表示箇所の背景や余白設定*/
.SubPluginInnerBlock {
}

/*プラグイン右のタイトル（名称）部分の設定*/
.SubPluginTitle {
padding:4px 10px 4px 10px;
font-size:10px;
font-weight:bold;
color:#000;
border-top: solid 1px #000;
border-bottom: solid 1px #000;
}

/*プラグイン右の説明部分の設定*/
.SubPluginExplanation {
background:#fff;
padding: 5px;
font-size:10px;
color: #000;
}

/*プラグイン右が表示される場所の設定*/
.SubpluginContents {
background:#fff;
padding-top: 2px;
padding-right:5px;
padding-bottom: 2px;
padding-left: 5px;
font-size:10px;
color: #000;
}


/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
#PageLink{
height:30px;
padding-right:10px;
padding-top:5px;
text-align:right;
}

/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
float:right;
width:300px; /*--//300px//ココを広げる場合は背景画像を変えてください。（横300pxのものしか用意できなかったので…）//--*/
text-align: left;
border: solid 1px #000;
font-size:12px;
color:#000;
background-image: url(http://bfile.shinobi.jp/373/sora_07.jpg);background-position: 100% 100%;
border-bottom: solid 1px #000;
}

/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
}

/*各記事タイトル部分の設定*/
.EntryTitle {
text-align: left;
padding:2px 10px 2px 10px;
font-size:12px;
font-weight:bold;
color:#000;
border-bottom: solid 1px #000;
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
background: #fff;
font-size:10px;
color:#fff;
text-align: left;
border-top: dotted 1px #fff;
}

/*記事本文が記載される部分*/
.EntryText {
padding: 15px 15px 30px 15px;
font-size:12px;
color: #000;
}

/*追記文書が記載される部分*/
.EntryPsText {
text-align: right;
}

.pstitle{
padding: 50px 15px 50px 15px;
font-size:12px;
background-image: url(http://bfile.shinobi.jp/373/sora_mini.jpg);
background-position: 50% 50%;
background-repeat:no-repeat;
}

/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
background: #fff;
font-size:10px;
color:#fff;
padding-bottom:30px;
border-bottom: solid 1px #000;
}

/*記事の投稿者名が記載されている部分*/
.EntryUserName {
font-size:10px;
}

/*記事を投稿した日・カテゴリ名が記載されている部分*/
.EntryWriteDate {
background-color:white;filter:Alpha(opacity='60'); /*//--IEのみの動作です--//*/
padding-top: 0px;
padding-right:5px;
padding-bottom: 0px;
padding-left: 5px;
font-size:10px;
color:#000;
text-align:right;
}

/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
margin-left: 5px;
font-size:10px;
color:#000;
}

/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
margin-left: 5px;
font-size:10px;
color:#000;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
#PageLinkBlock{
padding: 10px 10px;
}

/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
margin-top:20px;
width:300px; /*--//300px//--*/
text-align: left;
background: #fff;
padding-bottom:10px;
}

/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
text-align: left;
border-bottom:solid 1px #000;
}

/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
text-align: left;
margin-top:20px;
padding:3px 0px 2px 0px;
font-size:12px;
color:#000;
border-bottom:solid 1px #000;
}

/*コメントのタイトル部分*/
.CommentTitle{
padding: 2px 0px 2px 20px;
text-align: left;
font-size:12px;
color:#000;
font-weight:bold;
background-image: url(http://bfile.shinobi.jp/373/sora_07.jpg);background-position: 100% 100%;
border-top: solid 1px #000;
border-bottom: solid 1px #000;
}

/*コメント部分*/
.CommentText{
padding: 10px;
font-size:12px;
color:#000;
background: #fff;
}

/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
margin:0px;
text-align:right;
padding:2px 20px 2px 20px;
font-size:10px;
color:#000;
border-top:dotted 1px #69f;
background: #fff;
}

/*投稿者名の部分*/
.CommentUserName{
margin: 0px 0px 0px 5px;
font-size:10px;
color:#000;
}

/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin: 0px 0px 0px 5px;
font-size:10px;
color:#000;
}

/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin: 0px 0px 0px 5px;
font-size:10px;
color:#000;
}

/*コメント編集へのリンク部分*/
.CommentEdit{
font-size:10px;
color:#000;
}

/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
background: #fff;
padding-left:10px;
}

/*コメントフォーム用テーブル*/
.CommentFormTable{
}

/*コメントフォームTHタグ設定*/
.CommentFormTh{
padding-top: 5px;
text-align: right;
font-size: 10px;
font-weight: bold;
color: #000;
}

/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding-top: 5px;
padding-right:20px;
text-align:left;
}

/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
text-align:right;
padding-top: 5px;
padding-right: 20px;
}

/*inputタグやtextareaの設定*/
.CommentForms{
width:150px;
color:#000;
font-size:12px;
border: #000 1px solid ; 
letter-spacing: 2px;
background-image: url(http://bfile.shinobi.jp/373/sora_07.jpg);background-position: 100% 100%;
}

.CommentFormSubmit{
}

.subm{
width:60px;
color:#000;
font-size:10px;
border: #000 1px solid ; 
font-family:Verdana, Arial, Helvetica;
letter-spacing: 2px;
background-image: url(http://bfile.shinobi.jp/373/sora_07.jpg);background-position: 100% 100%;
}

.color{
font-size: 12px;
}

/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
width:300px; /*--//300px//--*/
background: #fff;
text-align: left;
padding-top:20px;
border-bottom: solid 1px #000;
}

/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
text-align: left;
background: #fff;
}

/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
padding-bottom:2px;
background: #fff;
}

/*トラックバックタイトルの部分*/
.TrackbackTitle{
padding: 3px 0px 3px 20px;
text-align: left;
font-size:12px;
color:#000;
font-weight:bold;
background-image: url(http://bfile.shinobi.jp/373/sora_07.jpg);background-position: 100% 100%;
border-top: solid 1px #000;
border-bottom: solid 1px #000;
}

/*トラックバックの記事部分*/
.TrackbackText{
padding: 10px;
font-size:12px;
color:#000;
background: #fff;
margin-bottom:20px;

}

/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
text-align:right;
padding:2px 20px 2px 20px;
font-size:10px;
color:#000;
border-top: dotted 1px #69f;

}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
margin-left: 5px;
font-size:10px;
color:#000;
}

/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
text-align:right;
padding:0px 10px 0px 5px;
font-size:10px;
color:#000;
border-top:dotted 1px #000;
background: #fff;
}

/*トラックバックされた日付部分*/
.TrackbackWriteDate{
font-size:10px;
color:#000;
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
padding: 10px 10px 0px 10px;
text-align: center;
font-size: 12px;
margin-top: 30px;
margin-bottom: 30px;
}

/*トラックバックする為のURLが記載されているフォーム部分の設定*/
#TrackbackURL{
width:180px; color:#000; 
background-image: url(http://bfile.shinobi.jp/373/sora_07.jpg);background-position: 100% 100%;
font-size:12px; border: #000 1px solid;
font-family: Verdana, Arial, Helvetica;
}

/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.plugin_data {
text-align:left;
padding:2px 5px 1px 5px;
font-size:10px;
color:#000;
}

/*各プラグイン処理内基本デザインの下に記載する日付など*/
.plugin_data_date {
text-align:right;
font-size:10px;
color:#000;
}

/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
width:90%;
font-size:12px;
color:#000;
border-top: dotted 1px #69f;
border-bottom: dotted 1px #69f;
}

/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}

/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
font-size:12px;
font-weight:bold;
padding-top:2px;
padding-bottom:2px;
}

/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
font-size:12px;
font-weight:bold;
color:#000;
padding-top:2px;
padding-bottom:2px;
}

/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
font-size:12px;
font-weight:bold;
padding-top:2px;
padding-bottom:2px;
}

/*カレンダー表示用テーブル*/
.CalendarTable {
width:90%;
padding:4px;
background: #fff;
}

/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}

/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
font-size:10px;
font-weight:bold;
color:#900;
}

/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
font-size:10px;
font-weight:bold;
color:#666;
}

/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
font-size:10px;
font-weight:bold;
color:#009;
}

/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}

/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
font-size:10px;
color:#000;
}

/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
font-size:10px;
color:#000;
}

/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
font-size:10px;
color:#000;
}

/*記事が存在する場所の設定*/
.CalendarTdLink {
}
.CalendarTable a {
font-weight:bold;
}


/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
text-align: left;
}

.CommentResBox {
padding: 0px;
border-bottom:solid 1px #000;
}

.CommentResTitle {
font-size:12px;
font-weight:700;
padding: 2px 10px 2px 10px;
background-image: url(http://bfile.shinobi.jp/373/sora_07.jpg);background-position: 100% 100%;
border-bottom:solid 1px #000;
}

.CommentResText {
padding:10px;
font-size:12px;
background: #fff
}

.CommentResFooter {
padding: 2px 20px 2px 20px;
text-align:right;
font-size:10px;
border-top:dotted 1px #69f;
background: #fff
}

/*-----------------------------------------------------
         
.plugin_cm_with_res a{
color: #000; /*返信済⇒黒*/
} 
.plugin_cm a{
color: #03f;/*未返信⇒水色*/
} 
