/**************************************************************************************
 全ブロックの共通設定
 **************************************************************************************/
 /*BODY全体に関する設定*/
 body {
 text-align:center;
 margin:auto 0px;
 padding:0px;
 background-color:#fff;
 font-size:10px;
 line-hieght:160%;
 color:#555;
 font-family:Verdana;
 scrollbar-arrow-color:black; 
　　 scrollbar-face-color:white;
　　 scrollbar-highlight-color:white; 
　　 scrollbar-3dlight-color:black;
　　 scrollbar-track-color:white;
　　 scrollbar-shadow-color:black;
　　 scrollbar-darkshadow-color:white;background-image:url('http://file.rabbit7se.blog.shinobi.jp/sc066_f60.jpg');
background-position:left top;
background-repeat:no-repeat;
background-attachment:fixed;
  cursor : crosshair;
}
img{
 border:none;
 vertical-align:bottom;
}
 /*<td>の全ての設定*/
 td {
 text-align:center;
 }
 /*table全ての設定*/
 table{
 border-collapse: collapse;
 Font-size:9px;
 cursor : crosshair;
 }
 /*通常のリンクの設定*/
 a:link {
 color:#555;
 text-decoration:none;
 }
 /*過去に見たことがあるページのリンクの設定*/
 a:visited{
 color:#555;
 text-decoration:none;
 }
 /*カーソルが合っている状態のリンクの設定*/
 a:hover {
 color:#444;
 text-decoration:line-through;
  cursor : crosshair;
 }
 /*アクティブ状態のリンクの設定*/
 a:active {
 color:#555;
 text-decoration:line-through;
 }
 
 /*全体の設定*/
 #mainBlock {
 margin:auto;
 padding:0px;
 width:720px;
 text-align: center;
 }
 /*テキスト左寄せ*/
 .left {
 text-align:left;
 }
 /*テキスト中央寄せ*/
 .center {
 text-align:center;
 }
 /*テキスト右寄せ*/
 .right {
 text-align:right;
 }
 
  INPUT,TEXTAREA{
    font-size : 10px;
    color : #333;
    background-color : #fff;
     border-width : 1px;
     border-style : solid;
     border-color :  #555;
  }
 /**************************************************************************************
 トップブロック用デザイン
 **************************************************************************************/
 /*一番上のブロック（タイトルが書かれる場所）の設定*/
 #TopBlock {
 float: left;
 width: 480px;
 height: 100px;
 text-align: left;
 font-family:Comic Sans MS;
 background-image:url('http://file.rabbit7se.blog.shinobi.jp/b1-01.gif');
background-repeat:no-repeat;
background-position:center center;
}
 /*ページタイトル文字部分の設定*/
 #TopTitle {
 padding: 34px 30px 0px 95px;
 font-size:20px;
 font-weight:bold;
 }
 /*ページタイトル文字色の設定*/
 .TopTitleFont {
 }
 /*ページタイトルの下に来るブログの説明文書*/
 #TopExplanation {
 padding: 2px 40px 0px 0px;
 font-size:9px;
 font-family:Verdana;
 text-align: right;
 }

 /**************************************************************************************
 フッターブロック用デザイン
 **************************************************************************************/
 /*一番下のブロック（著作権表示が書かれる場所）の設定*/
 #FooterBlock {
 clear:both;
 height: 100px;
 text-align: center;
 }
 
 /**************************************************************************************
   プラグインブロック用デザイン
 **************************************************************************************/
 /*プラグイン表示箇所全体の設定*/
 .PluginBlock {
 margin:0px;
 padding:0px;
 width: 220px;
 text-align: left;
 float:right;
 }
 /*プラグイン表示箇所の背景や余白設定*/
 .PluginInnerBlock {
 padding:10px;
 }
 /*プラグインのタイトル（名称）部分の設定*/
 .PluginTitle {
 background:url('http://file.sampleninja.blog.shinobi.jp/pl_title_bg.gif') no-repeat;
 color:#666666;
 width:220px;
 padding:10px 0px 10px 25px;;
 background-image:url('http://file.rabbit7se.blog.shinobi.jp/b1-02.gif');
background-position:right top;
background-repeat:no-repeat;
}
 /*プラグインの説明部分の設定*/
 .PluginExplanation {
 padding: 0px;
 }
 /*プラグインが表示される場所の設定*/
 .PluginContents {
 padding: 10px;
 }
 /**************************************************************************************
   記事ブロック用デザイン
 **************************************************************************************/
 /*記事繰り返し処理全ての部分の設定*/
 #EntryBlock {
 width: 480px;
 float:left;
 text-align: left;
 background-position:left bottom;
background-repeat:no-repeat;
}
 /*記事表示部分の背景や余白等の設定*/
 .EntryInnerBlock {
 padding: 20px;
 margin-bottom:30px;
 text-align: left;
 border:solid 1px #555;
 }
 /*各記事タイトル部分の設定*/
 .EntryTitle {
 text-align: left;
 padding:10px 0px 10px 40px;
 font-size:11px;
 background-image:url('http://file.rabbit7se.blog.shinobi.jp/b1-02.gif');
background-position:left top;
background-repeat:no-repeat;
font-weight:bold;
}
 /*各記事タイトル部分の文字色設定*/
 .EntryTitleFont {
 }
 /*記事部分の写真の変更はここで行ないますW460×H330*/
 .pict{
 margin:0px;
 padding:0px;
 height:330px;
 background:url('');
 background-position:0% 0%
 background-repeat: no-repeat;
 }

 .EntryTextBox {
 margin: 5px 0px;
 line-height: 160%;
 overflow: auto;
 height: 330px;
background-image:url('http://file.rabbit7se.blog.shinobi.jp/xmas3.gif');
background-repeat:no-repeat;
background-position:right bottom;
background-attachment:fixed;
}
 /*記事本文が記載される部分*/
 .EntryText {
 padding: 10px;
 font-size:11px;
}
 /*追記文書が記載される部分*/
 .EntryPsText {
 padding: 20px;
 text-align: right;
 }
 /*記事へのリンク（コメントやトラックバック等）の背景*/
 .EntryFooter {
 text-align:right;
 padding:5px;
 }
 /*記事の投稿者名が記載されている部分*/
 .EntryUserName {
 }
 /*記事を投稿した日が記載されている部分*/
 .EntryWriteDate {
 margin-left: 5px;
 }
 /*記事のカテゴリ名が記載されている部分*/
 .EntryCategory {
 margin-left: 5px;
 }
 /*記事へのコメントリンクが記載されている部分*/
 .EntryComment {
 margin-left: 5px;
 }
 /*記事へのトラックバックリンクが記載されている部分*/
 .EntryTrackback {
 margin-left: 5px;
 }
 /*次の記事やHOMEへのリンクが表示される背景部分*/
 .PageLinkBlock{
 text-align:center;
 padding:10px;
 }
 /**************************************************************************************
   各コメント表示部分の設定
 **************************************************************************************/
 /*コメント全体の設定*/
 .CommentBlock{
 padding:10px 20px 10px 15px;
 }
 /*この記事にコメントする　と書かれてる部分の設定*/
 .CommentMenuTitle{
 text-align: left;
 }
 /*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
 .CommentTextBox{
 margin: 20px 0px;
 border:solid 1px #555;
 }
 /*コメントのタイトル部分*/
 .CommentTitle{
 padding:5px;
 margin:5px;
 text-align: left;
 border-bottom:double 3px #555;
 }
 /*コメント部分*/
 .CommentText{
 padding: 10px;
 line-height:1.4em;
 }
 /*投稿者や投稿時間などが表示されている部分*/
 .CommentFooter{
 text-align:right;
 padding:5px;
 }
 /*投稿者名の部分*/
 .CommentUserName{
 margin-left: 5px;
 }
 /*投稿者のホームページへのリンク部分*/
 .CommentURL{
 margin-left: 5px;
 }
 /*投稿された時間が記載されている部分*/
 .CommentWriteDate{
 margin-left: 5px;
 }
 /*コメント編集へのリンク部分*/
 .CommentEdit{
 margin-left: 5px;
 }

/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
padding:10px 20px 10px 70px;
background:url(http://file.rabbit7se.blog.shinobi.jp/machibi-021.gif) no-repeat;
}
.CommentResBox {
padding-left:10px;
}
.CommentResTitle {
padding:6px 0px;
font-weight:bold;
border-top:2px dotted #E7F2CE;
}
.CommentResText {
line-height:1.4em;
}
.CommentResFooter {
text-align:right;
padding:6px 0px;
}

/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
padding:10px;
text-align:center;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
padding:1px;
text-align:right;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding:1px;
font-size:10px;
text-align:left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
text-align:center;
padding-top:5px;
}
/*inputタグやtextareaの設定*/
.CommentForms{
}
 /**************************************************************************************
   トラックバック表示部分の設定
 **************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
padding:20px;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
 text-align: left;
 }
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
padding:4px 0px;
font-weight:bold;
}
/*トラックバックの記事部分*/
.TrackbackText{
line-height:140%;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
padding:4px 0px;
text-align:right;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{margin-left:10px;}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL{margin-left:10px;}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{margin-left:10px;}
/*トラックバックURLの設定*/
.TrackbackURLTitle{
padding:10px;
text-align: left;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
.TrackbackURL{
width:75%;
}
 /**************************************************************************************
   各プラグイン共通項目用設定
 **************************************************************************************/
 /*各プラグイン処理内の基本デザイン*/
 .Plugin_data {
 text-align:left;
 padding:5px;
 }
 /*各プラグイン処理内基本デザインの下に記載する日付など*/
 .Plugin_data_date {
 text-align:right;
 }
 /**************************************************************************************
   カレンダープラグイン用デザイン
 **************************************************************************************/
/*--カレンダー日付移動用テーブル（前月、次月へのリンクなど）--*/
.CalendarMoveTable {
width: 200px;
font-size: 10px;
margin: 0 auto;
border-top: 1px solid #F2F2F2;
border-bottom: none;
border-left: 1px solid #F2F2F2;
border-right: 2px solid #eee;
}
.CalendarMoveTable td a {
font-weight: bold;
}
.CalendarMoveTable td a:link { color: #9ECD3D;}
.CalendarMoveTable td a:visited {color:#9ECD3D;}
.CalendarMoveTable td a:active { color: #9ECD3D;}
.CalendarMoveTable td a:hover { color:#ADAEB4;}

/*--カレンダー日付移動用テーブル、<tr>タグ部分のデザイン--*/
.CalendarMoveTr {
}
/*--カレンダー日付移動用テーブル内、左側td部分のデザイン--*/
.CalendarPrevTd {
padding : 3px 0 5px 0;
}
/*--カレンダー日付移動用テーブル内、中央td部分のデザイン--*/
.CalendarNowTd {
padding : 3px 0 5px 0;
}
/*--カレンダー日付移動用テーブル内、右側td部分のデザイン--*/
.CalendarNextTd {
padding : 3px 0 5px 0;
}
/*--カレンダー表示用テーブル--*/
.CalendarTable {
width: 200px;
padding: 3px;
font-size: 10px;
margin: 0 auto;
border-top: none;
border-bottom: 2px solid #eee;
border-left: 1px solid #F2F2F2;
border-right: 2px solid #eee;
}

/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
background: #E7F2CE;
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
padding: 2px 0;
color: #E29FA7;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
padding: 2px 0;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
padding: 2px 0;
color: #A2A5CC;
}

/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
text-align: center;
line-height: 24px;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
margin: 1px;
text-align: center;
line-height: 24px;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
margin: 1px;
text-align: center;
line-height: 24px;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
margin: 1px;
font-weight: bold;
background-color:#ffffff;
line-height: 24px;
background-image:url('http://file.rabbit7se.blog.shinobi.jp/machibi-012.gif');
background-repeat:no-repeat;
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {

}