/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
*{margin:0px;padding:0px;font-size: 15px;} 
html{height:100%;} 
/*BODY全体に関する設定*/
body{
color: #999999;
background-color: #ffffff;
background-image: url('http://bfile.shinobi.jp/4772/back00.gif');
background-repeat: repeat;
background-attachment: scroll;
line-height: 150%;
text-align: center;
height: 100%;
}
/*通常のリンクの設定*/
a:link {
color: #666666;
text-decoration: none;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
color: #996633;
text-decoration: none;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
color: #996633;
text-decoration: underline;
}
/*アクティブ状態のリンクの設定*/
a:active {
color: #996633;
text-decoration: underline;
}
/* ブログタイトル */
h1{
font-size: 120%;
color: #663333;
font-weight: bolder;
padding: 20px 10px 5px;
}
/* プラグインのタイトル部分など */
h2{
font-size: 100%;
font-weight: bolder;
text-align: center;
margin: 10px 0px;
background-image: url('http://bfile.shinobi.jp/4772/point02.gif');
background-repeat: no-repeat;
background-position: center center;
}
/* フォーム関連 */
form{margin: 0px;}
input,textarea{
font-size: 100%;
}
/*全体の設定*/
#mainBlock {
margin: 0px auto;
height: 100%;
width: 610px;
background-image: url('http://bfile.shinobi.jp/4772/back01.gif');
background-repeat: repeat-y;
background-attachment: scroll;
background-position: left top;
min-height: 100%;
}
body > #mainBlock{height:auto;}
/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}
/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock{
text-align: left;
margin: 10px auto;
height: 100px;
width: 370px;
background-image: url('http://bfile.shinobi.jp/4772/back03.gif');
background-repeat: no-repeat;
background-position: center center;
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation{
font-size: 80%;
color: #cccccc;
padding: 0px 40px 0px 10px;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock{
margin: 10px auto;
padding-top: 5px;
height: 35px;
background-image: url('http://bfile.shinobi.jp/4772/back02.gif');
background-repeat: no-repeat;
background-position: center center;
}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
#PluginBlock{
float: left;
width: 200px;
}

/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
margin: 0px auto;
width: 160px;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
margin: 5px;
}

/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
float: right;
width: 400px;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
text-align: left;
margin: 0px auto;
width: 370px;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
margin: 5px 0px;
background-image: url('http://bfile.shinobi.jp/4772/point01.gif');
background-repeat: no-repeat;
background-position: left center;
}
/*各記事タイトル部分のリンクに関する設定*/
.EntryTitleLink{
font-weight: bolder;
margin-left: 35px;
float: left;
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
}
/*記事本文が記載される部分*/
.EntryText {
margin: 10px 20px;
}
/*追記文書が記載される部分*/
.EntryPsText {
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
text-align:right;
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
float: right;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
text-align:center;
padding:10px;
}
/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
text-align: left;
margin: 20px;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentDate{
border-bottom: 1px dashed #d6cdc0;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
margin-left: 10px;
}

/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
text-align: left;
margin: 20px;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackDate{
border-bottom: 1px dashed #d6cdc0;
}

/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
margin: 0px auto;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable {
margin: 0px auto;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock{
text-align: left;
margin-left: 30px;
border: 1px solid #d6cdc0;
padding: 5px;
}
.CommentResDate{
text-align: right;
font-size: 80%;
color: #d6cdc0;
}