/**************************************************************************************
Ver. qcho_easy01_mr
Date 07/09/28
Update 07/11/02
Designed by chocolate巧
Blog@shinobi http://qchocolate.blog.shinobi.jp/
Pluging Only for 3categories, 4、5 will be hidden.
**************************************************************************************/




/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
body{
background-color:#990000;
color:#CC0000;
font-size:10pt;
font-family:"Arial";
letter-spacing:1px;
line-height:120%;
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;
color: #CC0000;
font-size:10pt; 
font-family : Arial;
padding:1px;/*邊框空白1*/}

/*通常のリンクの設定*/
a:link{
color:#808080;
text-decoration:none;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
color:#808080;
text-decoration:none;
}
/*アクティブ状態のリンクの設定*/
a:active{
color:#000000;
text-decoration:none;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover{
color:#CC0000;
font-weight:bold;
text-decoration:none;
}

/*全体の設定*/
#mainBlock{
background-color:#FFF;
text-align:left;
width:600px;
margin:0 auto;
}

/*テキスト左寄せ*/
.left{text-align:left;}

/*テキスト中央寄せ*/
.center{text-align:center;}

/*テキスト右寄せ*/
.right{text-align:right;}

/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock{
text-align:right;
width:100%;
height:100px;
padding-top:10px;

}
/*ページタイトル文字部分の設定*/
#TopTitle{
font-size:10pt;
font-weight:bold;
margin:0 10px;
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation{
margin:0 10px;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock{
background-color:#FFF;
font-size:8pt;
letter-spacing:0px;
text-align:center;
width:100%;
height:100px;
margin-top:30px;
}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock{
width:220px;
text-align:right;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock{
width:100px;
font-size:8pt;
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;font-size:8pt;}

/*プラグインの説明部分の設定*/
.PluginExplanation{}

/*プラグインが表示される場所の設定*/
.pluginContents{font-size:8pt;}

.box{font-size:8pt;}

.btn{
font-size:8pt;
border-color:#CCC;
border-width:1px;
}

/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock{
text-align:left;
width:60%;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock{
margin:10px 10px 30px 10px;
border-bottom:1px dashed #999;
}
/*各記事タイトル部分の設定*/
.EntryTitle{
color:#808080;
margin:0 18px;
font-size:10pt;
font-weight:bold;
border-style:dashed;
border-top-width:0;
border-bottom-width:0;
border-right-width:0;
border-left-width:2;
padding-left:10;
}
/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox{
margin:0;
}
/*記事本文が記載される部分*/
.EntryText{
margin:10px 18px;
}
/*追記文言が記載される部分*/
.EntryPsText{
text-align: right;
margin:5px 20px 10px 0px;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter{
font-size : 8pt; /*文字大小*/
color : #999999; /*文字色彩*/
text-align:right;
margin:0 3px 5px 0;
border-style:none;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName{margin-left:3px;}

/*記事を投稿した日が記載されている部分*/
.EntryWriteDate{
font-size : 8pt; /*文字大小*/
color : #999999; /*文字色彩*/
text-align:left;
margin:0 3px;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory{
font-size : 8pt; /*文字大小*/
color : #999999; /*文字色彩*/
margin-left:3px;}

/*記事へのコメントリンクが記載されている部分*/
.EntryComment{
font-size : 8pt; /*文字大小*/
color : #999999; /*文字色彩*/
margin-left:3px;}

/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback{
font-size : 8pt; /*文字大小*/
color : #999999; /*文字色彩*/
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;
font-size:10pt;

}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
margin:0 18px;
border-bottom:1px dashed #999;
}
/*コメントのタイトル部分*/
.CommentTitle{
color:#007B50;
margin:10px 5px 0 5px;
}
/*コメント部分*/
.CommentText{
margin:5px 5px 10px 5px;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
font-size : 8pt; /*文字大小*/
color : #999999; /*文字色彩*/
text-align:right;
margin:5px 3px;
}
/*投稿者名の部分*/
.CommentUserName{
font-size : 8pt; /*文字大小*/
color : #999999; /*文字色彩*/
margin-left:3px;}

/*投稿者のホームページへのリンク部分*/
.CommentURL{
font-size : 8pt; /*文字大小*/
color : #999999; /*文字色彩*/
margin-left:3px;}

/*投稿された時間が記載されている部分*/
.CommentWriteDate{
font-size : 8pt; /*文字大小*/
color : #999999; /*文字色彩*/
margin-left:3px;}

/*コメント編集へのリンク部分*/
.CommentEdit{
font-size : 8pt; /*文字大小*/
margin-left:3px;}

/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
margin-bottom:20px;
}

/*コメントフォーム用テーブル*/
.CommentFormTable{font-size:10px;
}

/*コメントフォームTHタグ設定*/
.CommentFormTh{
text-align:left;
border-style:none;
font-size:8pt;
}

/*コメントフォームTDタグ設定*/
.CommentFormTd{
font-size:8pt;
padding-bottom:2px;
text-align:left;
border-style:none;
}

/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
padding:5px 0;
font-size:8pt;
text-align:left;
}

/*inputタグやtextareaの設定*/
.CommentForms{
font-size:10pt;
width:220pt;
border-style:none;
background-color:#FFCCCC;
}

/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
text-align:left;
margin:10px;

}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
font-weight:bold;
margin:0 18px;
font-size:8pt;
border-style:none;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
margin:5px 18px;
border-bottom:1px dashed #999;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
color:#990000;
margin:10px 5px 0 5px;
font-size:6PT;
border-style:dashed;

padding-left:10;
border-left-width:2;
border-bottom-width:0;
border-right-width:0;
border-top-width:0;
font-weight:bold;
}

/*トラックバックの記事部分*/
.TrackbackText{
margin:5px 5px 10px 5px;
font-size:6pt;
color:#FFCCCC;
}

/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
text-align:right;
margin:5px 3px;
border-style:none;
font-size:6pt;
}

/*トラックバック元のブログ名部分*/
.TrackbackUserName{margin-left:3px;}

/*トラックバック元へのリンク部分*/
.TrackbackFromURL{margin-left:3px;}

/*トラックバックされた日付部分*/
.TrackbackWriteDate{margin-left:3px;}

/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
font-weight:bold;
margin:0 18px;
}

/*トラックバックする為のURLが記載されているフォーム部分の設定*/
#TrackbackURL{
font-size:10pt;
width:220pt;
border-style:none;
background-color:#FFCCCC;
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;
}



.6pt000000 {
font-size : 6pt; /*文字大小*/
font-family : Arial;/*文字字型*/
color : #000000; /*文字色彩*/
letter-spacing : 1pt;/*字間距離*/
}