/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
body {
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #5f5f5f;
scrollbar-3dlight-color: #5f5f5f;
scrollbar-arrow-color: #ffffff;
scrollbar-track-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;
background-color:#e7e7eb;
text-align: center;
color:#555555;
font-size: 12pt;
font-family:"ＭＳ Ｐゴシック", sans-serif;
line-height:1.7;
}
/*<td>の全ての設定*/
td {
text-align:left;
}
/*table全ての設定*/
table{
border-collapse: collapse;
font-size:100%;
}
/*通常のリンクの設定*/
a			{ color: #7b6c3e; text-decoration: none; }
a:link		{ color: #7b6c3e; text-decoration: none; }

/*過去に見たことがあるページのリンクの設定*/
a:visited	{ color: #7b6c3e; text-decoration: none; }

/*カーソルが合っている状態のリンクの設定*/
a:active	{ color: #7b6c3e; text-decoration: none; }

/*アクティブ状態のリンクの設定*/
a:hover		{ color: #7b6c3e; text-decoration: underline; }

/*全体の設定*/
#mainBlock {
width:770px;
text-align: center;
margin-left:auto;
margin-right:auto;
}

/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}
/*検索ボタンのデザイン*/
.btn{color:#5f5f5f;background-color:white;
border: #5f5f5f 1px solid;width:35px;
}

/*検索フォームのデザイン*/
.box{color:#5f5f5f;background-color:white;
border: #5f5f5f 1px solid;width:140px;margin-left:5px;margin-right:5px;
}

/*記事内・文字の反転用*/
.hanten{color:white;}

/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
width:770px;
height: 100px;
text-align: left;
background-color:#f8f4e6;
padding-top:20px;
border-color: #5f5f5f; border-width: 1px; border-style: solid; margin-bottom:10px;
}
/*ページタイトル文字部分の設定*/
#TopTitle {
padding: 10px 0px 0px 20px;
}
/*ページタイトル文字色の設定*/
.TopTitleFont {
font-size:18pt;
font-weight:bold;
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
padding: 10px 0px 10px 20px;
font-size:11pt;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
font-size:70%;
clear:both;
height: 90px;
text-align: right;
border-top:1px #5f5f5f dotted;padding:2px;margin-bottom50px;
margin-top:10px;
font-weight:bold;
}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
width: 220px;
text-align: left;
float: right;
font-size:10pt;
line-height:1.2;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
padding:1%;
border-color: #5f5f5f; border-width: 1px; border-style: solid; 
margin-bottom:10px;
background-color:white;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
border-top-width: 0px;
border-right-width: 0px;
border-left-width: 0px;
border-bottom:1px #404040 dotted;padding:2px;margin-bottom:1px;
text-align:center;
margin-left:8px;
margin-right:8px;
font-size:13pt;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
padding: 3px;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
padding: 3px;
}

/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
width: 550px;
float: left;
text-align: left;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
padding: 5px 9px 5px 9px;
text-align: left;
border-color: #5f5f5f; border-width: 1px; border-style: solid; margin-bottom:10px; margin-right:10px;
background-color:white;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
text-align: left;
border-bottom: #5f5f5f 1px dotted; padding:2px; margin-bottom:5px; 
margin-left:10px;margin-right:10px;
font-weight:bold;
font-size:13pt;





padding-top:10;
padding-right:50;
padding-bottom:0;
padding-left:5;

}
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
margin: 5px 0px;
}
/*記事本文が記載される部分*/
.EntryText {
margin: 20px 15px 20px 15px;

}
/*追記文書が記載される部分*/
.EntryPsText {
padding: 20px;
text-align: right;
}

/*追記クリック後に出る＋マークの設定*/
.ps{
text-align:center;
color:lightblue;
margin-top:30px;
margin-bottom:30px;
}

/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
text-align:right;
padding:2px 5px 2px 10px;
border-top:1px dotted #5f5f5f ;
font-size:12pt;


}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
margin-left: 5px;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin-left: 5px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
text-align:center;
padding:5px;
font-weight:bold;
}

/*トップに表示されている他のページへのリンク部分*/
.PageLinkBlock2{
text-align:right;
padding:5px;
font-size:10pt;
}


/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
text-align:left;
padding:5px;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
text-align:right;
font-size:10pt;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
padding:3px;
width:80%;
font-size:90%;
align:center;
margin-left:auto;
margin-right:auto;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
text-align:center;
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
text-align:center;
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
text-align:center;
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
text-align:center;
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:80%;
padding:3px;
font-size:90%;
align:center;
text-align:center;
margin-left:auto;
margin-right:auto;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
text-align:center;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
text-align:center;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
text-align:center;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
color:tomato;
text-decoration:underline;
}
