/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
* {
margin: 0;
padding: 0;
}
body {
text-align: center;
background: url('http://bfile.shinobi.jp/6242/bg_67_1.gif') 
repeat-x fixed;
font-family: Verdana,Osaka,ＭＳ Ｐゴシック;
font-size: 12px;
line-height: 170%;
color: #333333;
}
/*<td>の全ての設定*/
td {
text-align: center;
}
/*table全ての設定*/
table{
border-collapse: collapse;
}
/*リンクの設定*/
a {
text-decoration: none;
}
/*通常のリンクの設定*/
a:link {
color: #333333;
text-decoration: underline;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited {
color: #666666;
}
/*カーソルが合っている状態のリンクの設定*/
/*アクティブ状態のリンクの設定*/
a:hover,a:active {
color: #339999;
}
/*全体の設定*/
#mainBlock {
width: 835px;
margin: auto;
text-align: center;
background: url('http://bfile.shinobi.jp/6242/t75.png');
border-right: 1px solid #cccccc;
}
/*テキスト左寄せ*/
.left {
text-align: left;
}
/*テキスト中央寄せ*/
.center {
text-align: center;
}
/*テキスト右寄せ*/
.right {
text-align: right;
}

/*↓IE6以下の場合*/
* html #mainBlock {
width: 835px;
margin: auto;
text-align: center;
background-image: none;
background-color: #ffffff;
filter:alpha(opacity=75);
opacity: 0.75;
border-right: 1px solid #cccccc;
}
* html .EntryTitle {
background: url('http://bfile.shinobi.jp/6242/182.jpg') 
no-repeat left top;
height: 20px;
margin-left: 23px;
}
* html .PluginTitle {
padding: 2px 0 1px 20px;
background: url('http://bfile.shinobi.jp/6242/182.jpg') 
no-repeat 5px center;
text-align: left;
color: #333333;
font-size: 12px;
border-bottom: 1px dashed #333333;
}

/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
#TopBlock {
width: 835px;
height: 130px;
text-align: left;
}
/*ページタイトル文字部分の設定*/
#TopTitle {
padding: 20px 0 0 40px;
font-size: 18px;
text-align: left;
}
/*ページタイトルリンクの装飾*/
#TopTitle a {
text-decoration: none;
}
/*ページタイトル文字色の設定*/
.TopTitleFont {
color: #669999;
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
padding: 0 0 10px 60px;
font-size: 12px;
text-align: left;
color: #333333;
}
/*Admin部分の設定*/
#Admin {
text-align: right;
padding-right: 35px;
color: #ffffff;
background: url('http://bfile.shinobi.jp/6242/bg_67_1.gif') 
repeat-x fixed;
}
/*Adminのリンクの設定*/
#Admin a {
text-decoration: none;
color: #333333;
}
#Admin a:hover,a:active {
color: #ffffff;
}
/*ラインの設定*/
.line {
margin: 2px 0;
padding: 0;
height: 2px;
overflow: hidden;
background-color: #669999;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
clear: both;
}
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterInnerBlock {
text-align: center;
color: #333333;
background: url('http://bfile.shinobi.jp/6242/bg_67_1.gif') 
repeat-x;
}
/*一番下のブロックのリンクの装飾*/
#FooterBlock a {
text-decoration: none;
}
#FooterBlock a:link,a:visited {
color: #333333;
}
#FooterBlock a:hover,a:active {
color: #ffffff;
}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体(一番外枠)の設定*/
.PluginBlock {
width: 220px;
text-align: left;
float: right;
}
/*プラグイン表示箇所全体(各枠)の設定*/
.PluginInnerBlock {
}
/*プラグイン表示箇所のリンクの装飾*/
.PluginInnerBlock a {
text-decoration: none;
}
.PluginInnerBlock a:link {
color: #333333;
}
.PluginInnerBlock a:visited {
color: #666666;
}
.PluginInnerBlock a:hover,a:active {
color: #339999;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
padding: 2px 0 1px 20px;
background: url('http://bfile.shinobi.jp/6242/182.png') 
no-repeat 5px center;
text-align: left;
color: #333333;
font-size: 12px;
border-bottom: 1px dashed #333333;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
}
/*プラグイン表示箇所全体-タイトル部分の設定*/
.PluginContents {
padding: 10px 20px 20px 8px;
color: #666666;
font-size: 11px;
}

/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し部分全体(外枠)の設定*/
#EntryBlock {
width: 550px;
float: left;
text-align: left;
}
/*記事表示部分全体(各枠)の設定(-HOME)*/
.EntryInnerBlock {
text-align: left;
}
/*各記事タイトル部分の背景設定*/
.EntryTitle {
background: url('http://bfile.shinobi.jp/6242/182.png') 
no-repeat left top;
height: 20px;
margin-left: 23px;
}
/*各記事タイトルリンクの装飾*/
.EntryTitle a {
text-decoration: none;
}
/*各記事タイトル部分の文字設定*/
.EntryTitleFont {
text-align: left;
color: #333333;
font-size: 14px;
padding-left: 13px;
}
/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
}
/*記事本文(のみ)が記載される部分*/
.EntryText {
padding: 20px 20px 30px 20px;
color: #333333;
}
/*記事本文(のみ)が記載される部分のリンクの装飾*/
.EntryText a {
text-decoration: underline;
}
.EntryText a:link {
color: #333333;
}
.EntryText a:visited {
color: #666666;
text-decoration: none;
}
.EntryText a:hover,a:active {
color: #339999;
text-decoration: none;
}
/*記事内の画像に装飾*/
.EntryText img {
padding: 5px 8px;
margin: 10px 8px;
background-color: #ffffff;
border: 1px solid;
border-color: #cccccc #808080 #808080 #cccccc;
}
/*画像装飾なし*/
.EntryText img.noborder {
padding: 0;
margin: 0;
border: none;
}
/*絵文字*/
.EntryText img.emoji {
background-color: transparent;
padding: 0;
margin: 0;
border: none;
}
/*追記文書が記載される部分*/
.EntryPsText {
padding: 0 0 30px 20px;
text-align: left;
}
/*追記文書が記載される部分のリンクの装飾*/
.EntryPsText a {
text-decoration: underline;
}
.EntryPsText a:link {
color: #333333;
}
.EntryPsText a:visited {
color: #666666;
}
.EntryPsText a:hover,a:active {
color: #339999;
text-decoration: none;
}
/*記事へのリンク（投稿日）*/
.EntryHeader {
text-align: left;
margin-left:18px;
}
/*記事へのリンク（投稿日）の装飾*/
.EntryHeader a {
text-decoration: none;
color: #333333;
}
/*記事へのリンク（カテゴリやコメント）*/
.EntryFooter {
margin: 5px 15px 40px 0;
padding-right: 20px;
text-align: right;
background: url('http://bfile.shinobi.jp/6242/bg_67_1.gif') 
repeat-x fixed;
border-right: 5px solid #669999;
border-bottom: 1px solid #999999;
font-size: 10px;
height: 18px;
}
/*記事へのリンク（カテゴリやコメント）の装飾*/
.EntryFooter a {
text-decoration: none;
}
.EntryFooter a:link {
color: #333333;
}
.EntryFooter a:visited {
color: #666666;
}
.EntryFooter a:hover,a:active {
color: #ffffff;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
margin-left: 5px;
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
margin-left: 5px;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin-left: 5px;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
margin-left: 5px;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
margin-left: 5px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock {
text-align: center;
margin: 40px 0;
}
/*次の記事やHOMEへのリンク装飾*/
.PageLinkBlock a {
text-decoration: none;
}
.PageLinkBlock a:link {
color: #333333;
}
.PageLinkBlock a:visited {
color: #666666;
}
.PageLinkBlock a:hover, a:active {
color: #339999;
}

/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock {
width: 550px;
text-align: left;
}
/*Commentと書かれてる部分（同ページ）の設定*/
.CommentMenuTitle {
text-align: left;
padding: 0 0 2px 25px;
margin-bottom: 30px;
color: #333333;
font-size: 14px;
border-bottom: 2px dotted #999999;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox {
margin: 5px 0;
}
/*外からのコメント部分の設定*/
.CommentTitle {
text-align: left;
padding: 20px 0 2px 25px;
color: #333333;
font-size: 14px;
border-bottom: 1px dashed #999999;
}
/*コメント部分*/
.CommentText {
text-align: left;
padding:10px 30px;
color: #666666;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter {
text-align: right;
padding: 10px 30px;
}
/*投稿者名の部分*/
.CommentUserName {
margin-left: 5px;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL {
margin-left: 5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate {
margin-left: 5px;
}
/*コメント編集へのリンク部分*/
.CommentEdit {
margin-left: 5px;
}
/*コメント編集へのリンク部分の装飾*/
.CommentEdit a {
text-decoration: underline;
}
.CommentEdit a:link {
color: #333333;
}
.CommentEdit a:visited {
color: #666666;
}
.CommentEdit a:hover,a:active {
color: #339999;
text-decoration: none;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock {
margin-bottom: 40px;
padding-left: 30px;
}
/*コメントフォーム用テーブル*/
.CommentFormTable {
}
/*コメントフォームTHタグ設定*/
.CommentFormTh {
text-align: right;
padding-top: 5px;
font-size: 12px;
color: #333333;
border-style: none;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd {
text-align: left;
padding: 5px 0 0 20px;
border-style: none;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit {
padding-top: 30px;
text-align: center;
}
/*inputタグやtextareaの設定*/
.CommentForms {
font-family: Verdana,Osaka,ＭＳ Ｐゴシック;
font-size: 12px;
border: 1px solid #333333;
margin: 5px;
}

/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock {
width: 550px;
text-align: left;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle {
text-align: left;
padding: 0 0 2px 25px;
margin-bottom: 30px;
color: #333333;
font-size: 14px;
border-bottom: 2px dotted #999999;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox {
margin: 5px 0;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle {
text-align: left;
font-size: 12px;
color: #666666;
}
/*トラックバックの記事部分*/
.TrackbackText {
text-align: left;
padding: 20px 0 2px 25px;
color: #333333;
font-size: 14px;
border-bottom: 1px dashed #999999;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter {
text-align: right;
padding: 5px;
font-size: 12px;
color: #666666;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName {
margin-left: 5px;
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL {
margin-left: 5px;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate {
margin-left: 5px;
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle {
text-align: left;
margin-left: 40px;
font-size: 12px;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
.TrackbackURL {
width: 100%;
}

/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
text-align: left;
padding: 5px;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
text-align: right;
}

/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
width: 80%;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
text-align: center;
color: #333333;
background: url('http://bfile.shinobi.jp/6242/bg_67_1.gif') 
repeat-x fixed;
}
/*カレンダー日付移動用テーブルリンクの装飾*/
.CalendarMoveTable a {
text-decoration: none;
}
.CalendarMoveTable a:link {
color: #333333;
}
.CalendarMoveTable a:visited {
color: #666666;
}
.CalendarMoveTable a:hover,a:active {
color: #ffffff;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
font-size: 12px;
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
font-size: 12px;
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
font-size: 12px;
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width: 80%;
padding: 3px;
margin-left: auto;
margin-right: auto;
text-align: center;
font-size: 12px;
}

/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
color: #ff6633;
font-size: 12px;
padding: 8px 3px;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
color: #333333;
font-size: 12px;
padding: 8px 3px;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
color: #0066ff;
font-size: 12px;
padding: 8px 3px;
}

/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
color: #333333;
font-size: 12px;
padding: 3px;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
color: #333333;
font-size: 12px;
padding: 3px;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
color: #333333;
font-size: 12px;
padding: 3px;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
font-size: 12px;
}
/*記事が存在する日付のリンク装飾*/
.CalendarTdLink a {
text-decoration: underline;
}
.CalendarTdLink a:link {
color: #339999;
}
.CalendarTdLink a:visited {
color: #666666;
}
.CalendarTdLink a:hover,a:active {
color: #ffffff;
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
}

/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
padding: 10px 30px;
margin-bottom: 20px;
}
.CommentResBox {
border: 1px solid #666666;
padding: 10px
}
.CommentResTitle {
font-size: 14px;
text-align: left;
padding: 10px;
}
.CommentResText {
text-align: left;
padding: 10px;
}
.CommentResFooter {
text-align: right;
padding: 5px 10px 0 0;
border-top: 1px dotted #666666;
}