/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*エントリ全体の背景を白に　エントリ全体の背景色を変えたい場合はここを変えて下さい*/
.mainback{
background-color:white;
width:702px;
text-align:center;
margin-left:auto;
margin-right:auto;}

/*BODY全体に関する設定*/
body {
color:#6883ba;
text-align:center;
margin-left:auto;
margin-right:auto;
background-image:url("http://bfile.shinobi.jp/6454/lines07.gif");
background-repeat:repeat;
font-size:80%;
font-family: "ＭＳ Ｐゴシック", "Osaka";
line-height:1.4;
scrollbar-base-color: white;
scrollbar-track-color: white;
scrollbar-face-color: white;
scrollbar-shadow-color: #6883ba;
scrollbar-darkshadow-color: white;
scrollbar-highlight-color: white;
scrollbar-3dlight-color: #6883ba;
scrollbar-arrow-color: #6883ba;
}
/*<td>の全ての設定*/
td {font-size:80%;
text-align:center;
}
/*table全ての設定*/
table{
border-collapse: collapse;
}
/*通常のリンクの設定*/
a{text-decoration:none;}
a:link {color:#7897d7;}
/*過去に見たことがあるページのリンクの設定*/
a:visited{color:#7cab90;}
/*カーソルが合っている状態のリンクの設定*/
a:hover {color:#303030;}
/*アクティブ状態のリンクの設定*/
a:active {color:#303030;}

/*全体の設定*/
#mainBlock {
width:702px;
text-align:center;
margin-left:auto;
margin-right:auto;}
/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}

/*横長カレンダー用ここから*/
.car-base{width:698px;padding:2px;}
.car{text-align:center;font-size:80%;color:#6f6f6f;font-weight:bold;}
.car2{text-align:center;font-size:80%;color:#6f6f6f;font-weight:bold;}
.car-l{text-align:center;font-size:80%;color:#6f6f6f;font-weight:bold;
background-image:url("http://bfile.shinobi.jp/6454/ar-left.gif");
background-repeat:no-repeat;
background-position:left;
padding-left:12px;}
.car-r{text-align:center;font-size:80%;color:#6f6f6f;font-weight:bold;
background-image:url("http://bfile.shinobi.jp/6454/ar-right.gif");
background-repeat:no-repeat;
background-position:right;
padding-right:12px;}
.car a:link {text-decoration:none; color:#7fabf5;}
.car a:visited{text-decoration:none; color:#7fabf5;}
.car a:hover {text-decoration:none; color:white; background-color:#7fabf5;}
.car a:active {text-decoration:none; color:white; background-color:#7fabf5;}
.car2 a:link {text-decoration:none; color:white; background-color:#7fabf5;}
.car2 a:visited{text-decoration:none; color:white; background-color:#7fabf5;}
.car2 a:hover {text-decoration:none; color:white; background-color:gray;}
.car2 a:active {text-decoration:none; color:white; background-color:#7fabf5;}
/*横長カレンダー用ここまで*/

/*追記クリック後に出る＋マークの設定*/
.ps{
text-align:center;
color:#6883ba;
margin-top:30px;
margin-bottom:30px;
}

/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
width:702px;
height: 200px;
text-align: left;
border:1px solid #7897d7;
background-image:url("http://bfile.shinobi.jp/6454/lines-title.gif");
}
/*ページタイトル文字部分の設定*/
#TopTitle {
padding: 50px 0px 0px 20px;
}
/*ページタイトル文字色の設定*/
.TopTitleFont {color:white;font-size:210%;font-weight:700;
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
padding: 10px 0px 0px 20px;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
clear:both;
height: 50px;
text-align: center;
border-top:dotted 1px #6883ba;
padding-top:10px;
}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定（真ん中寄せ用）*/
.PluginBlockall {
text-align:center;
margin-left:auto;
margin-right:auto;
}

/*プラグイン表示箇所全体の設定（左側　プラグインカテゴリ１・２用）*/
.PluginBlock1 {
width: 220px;
text-align: left;
float: left;
margin:0px 4px;
}

/*プラグイン表示箇所全体の設定（真ん中　プラグインカテゴリ３・４用）*/
.PluginBlock2 {
width: 220px;
text-align: left;
float: left;
margin:0px 4px;
}

/*プラグイン表示箇所全体の設定（右側　プラグインカテゴリ５用）*/
.PluginBlock3 {
width: 220px;
text-align: left;
float: left;
margin:0px 4px;
}

/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
padding:5px;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
border-width: 0px;
background-image:url("http://bfile.shinobi.jp/6454/lines-s215.gif");
background-repeat:no-repeat;
width:215px;height:30px;
padding:5px 0px;
color:#5a71a1;
text-align:center;
font-weight:bold;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
padding:5px 10px;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
padding:5px 5px;
}

/*検索ボタンのデザイン*/
.btn{color:#6883ba;background-color:white;
border: #6883ba 1px solid;width:35px;font-size:12px;height:20px;}

/*検索フォームのデザイン*/
.box{color:#6883ba;background-color:white;
border: #6883ba 1px solid;width:130px;margin-left:1px;margin-right:1px;}
/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
width: 700px;
float: none;
text-align: left;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
padding: 0px;
text-align: left;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
text-align: left;
background-image:url("http://bfile.shinobi.jp/6454/lines-b.gif");
background-repeat:no-repeat;
width:700px;
height:30px;
padding:5px 40px;
font-weight:bold;
}
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {color:#176cbf;
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
margin: 5px 0px;
padding:10px;
}
/*記事本文が記載される部分*/
.EntryText {
padding: 10px 15px;
}
/*追記文書が記載される部分*/
.EntryPsText {
padding: 20px 20px 5px 20px;
text-align: right;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
text-align:right;
padding:5px;
margin-bottom:20px;
margin-left:240px;
background-color:aliceblue;
}

/*記事の投稿者名が記載されている部分*/
.EntryUserName {text-align:right;}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
margin-left: 5px;
font-size:80%;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin-left: 5px;
font-size:80%;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
margin-left: 5px;
font-size:80%;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
margin-left: 5px;
font-size:80%;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
text-align:center;
padding:10px;
border-bottom:dotted 1px #7fabf5;
border-top:dotted 1px #7fabf5;
margin-bottom:20px;
}

/*次の記事やHOMEへのリンクが表示される背景部分　（TopBlock内）*/
.PageLinkBlock-ti{
text-align:right;
padding:30px 10px 0px 10px;
color:orange;
font-weight:bold;
}
.PageLinkBlock-ti a{color:#7fabf5;font-weight:bold;background-color:white;}

/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
padding:10px;
width:690px;
}

/*この記事にコメントする　の下部ライン*/
.com-bline{border-bottom:1px dotted #6883ba;margin-bottom:100px;}

/*コメント全体の設定（編集画面用）*/
.CommentBlock2{
margin-top:20px;
padding:10px;
width:620px;
}

/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
font-weight:bold;
background-image:url("http://bfile.shinobi.jp/6454/lines-com.gif");
background-repeat:no-repeat;
width:600px;
height:30px;
text-align:center;
margin-left:40px;
margin-right:40px;
padding-top:7px;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
margin: 5px 0px;
}
/*コメントのタイトル部分*/
.CommentTitle{
text-align: left;
background-image:url("http://bfile.shinobi.jp/6454/lines-com.gif");
background-repeat:no-repeat;
width:600px;
height:30px;
padding:8px 30px;
font-weight:bold;
}
/*コメント部分*/
.CommentText{
width:600px;
padding: 10px;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
background-image:url("http://bfile.shinobi.jp/6454/lines07.gif");
background-repeat:repeat;
text-align:right;
width:580px;
padding:5px 30px 5px 10px;
margin-bottom:10px;
}
/*投稿者名の部分*/
.CommentUserName{
margin-left: 5px;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin-left: 5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-left: 5px;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin-left: 5px;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
text-align:center;
margin-left:auto;
margin-right:auto;
margin-bottom:10px;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{font-size:100%;margin-bottom:10px;text-align:center;
margin-left:auto;
margin-right:auto;
}

/*コメントフォーム用テーブル（編集画面用）*/
.CommentFormTable2{font-size:100%;margin-top:20px;margin-bottom:20px;text-align:center;
margin-left:auto;
margin-right:auto;
}

/*コメントフォームTHタグ設定*/
.CommentFormTh{
padding:5px 5px 0px 0px;text-align:right;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding-top:5px;
text-align:left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
text-align:left;
padding:10px 0px 10px 60px;
}
/*inputタグやtextareaの設定*/
.CommentForms{
color:#606060;
background-color:white;
border: #6883ba 1px solid;font-size:11px;
scrollbar-base-color: white;
scrollbar-track-color: white;
scrollbar-face-color: white;
scrollbar-shadow-color: #6883ba;
scrollbar-darkshadow-color: white;
scrollbar-highlight-color: white;
scrollbar-3dlight-color: #6883ba;
scrollbar-arrow-color: #6883ba;
}


/*コメントフォーム送信・消去ボタン設定*/
.btn2{color:#6883ba; background-color:white; border: #6883ba 1px solid;width:35px;}

/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
padding:10px;
border-top:dotted 1px #7fabf5;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
text-align: left;
margin-left:50px;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
margin: 5px 0px;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
text-align: left;
background-color:aliceblue;
}
/*トラックバックの記事部分*/
.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;
margin-left:50px;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
#TrackbackURL{width:350px;font-size:12px;color:#7fabf5;border:1px solid #7fabf5;}

/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
text-align:left;
padding:5px;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
text-align:right;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
padding:3px;
width:200px;
text-align:center;
margin-left:auto;
margin-right:auto;
margin-bottom:10px;
background-image:url("http://bfile.shinobi.jp/6454/lines07.gif");
background-repeat:repeat;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:200px;
padding:3px;
text-align:center;
margin-left:auto;
margin-right:auto;
font-size:100%;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
}
/*記事が存在する場所の設定*/
.CalendarTdLink {background-color:aliceblue;
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {font-weight:bold;
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
margin:10px 0px 10px 70px;
width:600px;
}

.CommentResBox {padding:0px;}

.CommentResTitle {
text-align: left;
background-image:url("http://bfile.shinobi.jp/6454/lines-res.gif");
background-repeat:no-repeat;
width:600px;
height:30px;
padding:8px 30px;
font-weight:bold;
}

.CommentResText {
	padding:5px 30px 0px 30px;
}

.CommentResFooter {
text-align:right;
margin:10px 0px 50px 10px;
background-image:url("http://bfile.shinobi.jp/6454/lines07.gif");
background-repeat:repeat;
width:580px;
padding:5px 30px 5px 10px;
}
