/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
body {
background-color: #ffffff;
color:　#333333;
font-size: 12px;
font-family:sans-serif;
text-align: center;
font-weight: nomal;
}
/*<td>の全ての設定*/
td {
text-align:left;
font-size:11px
}
/*table全ての設定*/
table{
border-collapse: collapse;
}
/*通常のリンクの設定*/
a:link {
color: #666666;
text-decoration: none;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
color: #666666;
text-decoration: none;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
color: #cc0000;
text-decoration: none;
}
/*アクティブ状態のリンクの設定*/
a:active {
color:#cc0000;
text-decoration:none;
}
/* リンク画像の表示設定 */
a img {
border-style : none;	/* 枠を非表示 */
border-width : 0px;	/* 枠の幅を0pxに設定 */
text-decoration : none;	/* 装飾を表示しない */
background-color: #ffffff;  /*背景色→白*/
}
/*全体の設定*/
#mainBlock {
width:770px;
text-align: left;
margin-right:auto;
margin-left:auto;
background-color:#ffffff repeat-y left#ffffff
}
/*テキスト左寄せ*/
.left {
text-align: left;
}
/*テキスト中央寄せ*/
.center {
text-align: center;
}
/*テキスト右寄せ*/
.right {
text-align: right;
}

/*スクロールバーの色指定*/ 
html,body { 
scrollbar-track-color: #ffffff; 
scrollbar-3dlight-color: #6c6c6c; 
scrollbar-arrow-color: #6c6c6c; 
scrollbar-darkshadow-color: #6c6c6c; 
scrollbar-face-color: #ffffff; 
scrollbar-highlight-color: #ffffff; 
scrollbar-shadow-color: #ffffff;
}

/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
width: 770px;
height:100px;
text-align: left; /*タイトルを左寄せに設定*/
background-image:url('http://file.chibitaruneon.blog.shinobi.jp/タイトルカニ.jpg');
background-position:center top;
background-repeat:no-repeat;
}
/*ＴＯＰの管理部屋リンクの表示*/
.admin {
text-align: right;　/*右寄せに設定*/
}
.adminfont{
font-size: 10px;
}
/*ページタイトル部分の設定*/
#TopTitle {
padding: 10px 0px 0px 20px;
font-weight:bold;
font-size:24px;
}
/*ページタイトル文字色の設定*/
.TopTitleFont {
font-size: 20px;
font-weight: bold;
color:#FF6600;
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
padding: 10px 0px 0px 20px;
font-size: 12px;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロックの設定*/
#FooterBlock {
clear:both;
height: 200px;
text-align: center;
}
/*フッターブロックの画像表示設定*/
#FooterBlock img {
border:0px;
margin:0px 5px;
padding:5px;
vertical-align:middle; /*中央揃えに設定*/
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock {
text-align:center;
margin: 5px;
padding:5px;
}
/*リンク表示設定*/
.PageLinkBlock a:hover {
text-decoration:underline;
}
.PageLinkBlock a img {
border-style : none;	/* 枠を非表示 */
border-width : 0px;	/* 枠の幅を0pxに設定 */
text-decoration : none;	/* 装飾を表示しない */
}
/*著作権表示部分の設定*/
.CopylightBlock {
border-style:dashed;
padding:5px 0px;
border-width:2px;
font-weight:bold;
border-color:#999999;
background-color:#ffffff
}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
width: 220px;
text-align: left;
float: right;　　/*右側に設定*/
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
padding: 5px;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
text-align: left;
border-style: none;
background-position: left center;
background-repeat:no-repeat;
background-image:url('http://bfile.shinobi.jp/1204/dcdb0fae.gif');
font-family : Comic Sans MS;
font-weight: bold;
font-size: 14px;
color: #cc3300;
padding: 0px 5px 5px 30px;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
padding: 0px;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
padding: 10px;
color: #000000;
background-position: center bottom;
background-repeat:no-repeat;
background-image:url('http://bfile.shinobi.jp/1204/line-M.gif');
}
/*プラグイン内のリンク表示設定*/
.PluginContents a:hover {
text-decoration: underline;
background-color: #ffcccc;
position:relative; top:1px; left:1px;
}
 a img {
border-style : none;	/* 枠を非表示 */
border-width : 0px;	/* 枠の幅を0pxに設定 */
text-decoration : none;	/* 装飾を表示しない */
background-color: #ffffff;  /*背景色→白*/
}

/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
width: 550px;
float: left;
text-align: left;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
text-align: left;
background-color: #ffffff;
margin: 0px 20px 10px 0px;
border-style: dashed;
padding: 5px;
border-width: 3px;
border-color: #cccccc;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
text-align: right;
padding: 10px 10px 10px 20px;
border-style: none;
background-position: center bottom;
background-repeat:no-repeat;
background-image:url('http://bfile.shinobi.jp/1204/line-L.GIF');
}
/*タイトル部分のリンク表示設定*/
.EntryTitle a:hover {
color: #cc3300;
}
/*各記事タイトル部分の文字設定*/
.EntryTitleFont {
font-weight: bold;
font-size: 14px;
}
/*記事タイトルエリアの表示設定（画像を表示する設定）*/
img.logo {
position: absolute;
clip: rect(auto 150px 150px auto);
overflow: hidden;
}
/*タイトル下の日付・カテゴリー表示の設定*/
.EntryHead{ 
text-align: right; 
margin: 2px 5px; 
}
/*日付・カテゴリー表示部分のリンク表示設定*/
.EntryHead a:hover {
text-decoration: underline;
background-color: #ffcccc;
position:relative; top:1px; left:1px;
}
/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
margin: 5px 0px;
}
/*記事本文が記載される部分*/
.EntryText {
padding: 10px;
line-height: 160%;
}
/*記事本文のリンク表示設定*/
.EntryText a:link {
color: #cc3300;
}
.EntryText a:visited{
color: #cc3300;
}
.EntryText a:hover{
color: #cc3300;
font-weight: bold;
text-decoration: underline; /*下線を表示*/
}
.EntryText a:active{
color: #cc3300;
font-weight: bold;
text-decoration: underline; /*下線を表示*/
}
/*追記文書が記載される部分*/
.EntryPsText {
padding: 20px;
text-align: right;　/*右側に設定*/
}
/*追記文書のリンク表示設定*/
.EntryPsText a:link {
font-weight: bold;
color: #666666;
}
.EntryPsText a:visited {
font-weight: bold;
color: #666666;
}
.EntryPsText a:hover {
text-decoration: underline;
background-color: #ffcccc;
color: #cc0000;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
text-align: right;
padding: 5px;
color: #ff3366;
border-style: none;
background-position: center top;
background-repeat:no-repeat;
background-image:url('http://bfile.shinobi.jp/1204/line-L.GIF');}
}
/*コメント・ＴＢへのリンク表示設定*/
.EntryFooter a:hover {
text-decoration: underline;
background-color: #ffcccc;
position:relative; top:1px; left:1px;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
margin: 10px 5px;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin: 10px 5px;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
margin: 10px 5px;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
margin: 10px 5px;
}

/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
padding: 10px 30px 10px 10px;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
padding: 0 0 0 30px;
text-align: left;
font-size: 14px;
font-weight: bold;
color: #333333;
background-position: left center;
background-repeat:no-repeat;
background-image:url('http://bfile.shinobi.jp/1204/dcdb0fae.gif');
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
margin: 5px 0px;
}
/*コメントのタイトル部分*/
.CommentTitle{
text-align: left;
font-size: 14px;
color: #333333;
font-weight: bold;
padding: 5px 25px;
border-style: none;
background-position: left center;
background-repeat:no-repeat;
background-image:url('http://bfile.shinobi.jp/1204/dcdb0fae.gif');
}
/*コメント部分*/
.CommentText{
padding: 10px;
color: #000000
background-position: center top;
background-repeat:no-repeat;
background-image:url('http://bfile.shinobi.jp/1204/line-L.GIF');
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
text-align: right;
padding: 10px;
font-size: 10px;
color: #000000;
border-style: none;
background-position: center bottom;
background-repeat:no-repeat;
background-image:url('http://bfile.shinobi.jp/1204/line-L.GIF');}

}
/*投稿者名の部分*/
.CommentUserName{
margin-left: 5px;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin-left: 5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-left: 5px;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin-left: 5px;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
margin-bottom: 20px;
padding: 2px 5px;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
background-color: #ffffff;
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
text-align: right;
border-style: none;
padding: 2px 10px;
font-weight: bold;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
background-color: #ffffff;
text-align: left;
border-style: none;
padding: 2px 10px;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
text-align: right; /*右端に寄せる*/
}
/*inputタグやtextareaの設定*/
.CommentForms{
border-style: dashed;
background-color: #ffffff;
border-width: 2px;
border-color: #cccccc;
}

/**************************************************************************************
  コメント -> 管理者返信部分デザイン
**************************************************************************************/
/**/
.CommentResBlock {
padding: 10px 30px 10px 50px;
}
/**/
.CommentResBox {
border: 0;
padding: 5px;
}
/**/
.CommentResTitle {
font-size: 12px;
font-weight: 700;
}
/**/
.CommentResText {
padding: 10px 0px 0px 10px;
}
/**/
.CommentResFooter {
text-align: right;
margin:15px 0;
border-top:0;
}

/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
padding:10px 30px 10px 10px;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
text-align: left;
font-size: 14px;
color: #333333;
font-weight: bold;
padding: 5px 25px;
border-style: none;
background-position: left center;
background-repeat:no-repeat;
background-image:url('http://bfile.shinobi.jp/1204/dcdb0fae.gif');
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
margin: 5px 0px;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
text-align: left;
font-size: 14px;
color: #333333;
font-weight: bold;
padding: 5px 5px 5px 30px;
border-style: none;
background-position: left center;
background-repeat:no-repeat;
background-image:url('http://bfile.shinobi.jp/1204/dcdb0fae.gif');
}
/*トラックバックの記事部分*/
.TrackbackText{
padding: 10px;
color: #000000
background-position: center top;
background-repeat:no-repeat;
background-image:url('http://bfile.shinobi.jp/1204/line-L.GIF');
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
text-align: right;
padding: 5px;
border-style: none;
background-position: center bottom;
background-repeat:no-repeat;
background-image:url('http://bfile.shinobi.jp/1204/line-L.GIF');
font-size: 10px;
font-weight: bold;
color: #333333;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
margin-left: 5px;
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
margin-left: 5px;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
margin-left: 5px;
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
text-align: left;
color: #333333;
padding: 5px 5px 5px 26px;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
.TrackbackURL{
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
text-align:left;
padding:5px;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
text-align:right;
font-size: 10px;
}

/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
font-size:14px;
width:80%;
background-color:#FFFFFF;
margin:5px;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
margin:0px;
padding:0px;
height:14px;
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
font-size:14px;
font-weight:bold;
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
text-align:center;
font-size:14px;
font-weight:bold;
color:#666666;
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
font-size:14px;
font-weight:bold;
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:80%;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
margin:0px;
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
font-size:11px;
font-weight:bold;
color:#FF3366;
background-color:#CCCCCC;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
font-size:11px;
font-weight:bold;
color:#333333;
background-color:#CCCCCC;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
background-color:#CCCCCC;
font-size:11px;
font-weight:bold;
color:#3366FF;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
background-color:#FFFFFF;
font-size:11px;
color:#333333;
font-weight:bold;

}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
background-color:#FFFFFF;
font-size:11px;
font-weight:bold;
color:#333333;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
background-color:#FFFFFF;
font-size:11px;
color:#333333;
font-weight:bold;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
background-color:#ffffff;
font-weight:bold;
font-size:12px;
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
color:#ff3399;
}