/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
* { margin: 0; padding: 0; }

/*BODY全体に関する設定*/
body {
color: #555040;
font-size: 12px;
font-family: 'Hiragino Kaku Gothic Pro','メイリオ','MS Pゴシック',Arial; line-height: 1.9; 
text-align: center;
background: url(http://bfile.shinobi.jp/4913/main_bg.gif) repeat-x;
}
a { text-decoration: none; }

/*<td>の全ての設定*/
td {
text-align:center;
}
/*table全ての設定*/
table{
border-collapse: collapse;
}
/*通常のリンクの設定*/
a:link {
color: 546D7D;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
color: 546D7D;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
color: 102A3A;
}
/*アクティブ状態のリンクの設定*/
a:active {
color: 546D7D;
}

/*全体の設定*/
#mainBlock {
width:950px;
text-align: left;
margin: 0 auto;
position: relative;
background: #fff;
}
/*テキスト左寄せ*/
.left {
text-align: left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align: right;;
}
/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
width:950px;
height: 500px;
text-align: left;
background: url(http://bfile.shinobi.jp/4913/top_bg.gif) no-repeat center top;
}
/*ページタイトル文字部分の設定*/
#TopTitle {
width: 578px;
height: 228px;
position: absolute; left: 30px; top: 55px;
background: url(http://bfile.shinobi.jp/4913/title_img.jpg) no-repeat left bottom;
}
/*ページタイトル文字色の設定*/
.TopTitleFont {
font-size: 20px;
padding: 35px 0 0 35px;
display: block;
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
width: 500px;
height: 100px;
position: absolute; left: 100px; top: 130px;
font-size: 10px;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
clear:both;
width: 600px;
height: 50px;
text-align: center;
}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
width: 320px;
margin-top: -430px;
padding-bottom: 20px;
text-align: left;
float: right;
background: url(http://bfile.shinobi.jp/4913/side_b_bg.gif) no-repeat left bottom;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
width: 300px;
background: url(http://bfile.shinobi.jp/4913/side_c_bg.gif);
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
width: 300px;
height: 60px;
background: url(http://bfile.shinobi.jp/4913/side_title.gif) no-repeat center 10px;
color: #fff;
}

.PluginTitle span {
display: block;
padding: 19px 0 0 20px;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
width: 260px;
margin-left: 20px;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
width: 240px;
margin-left: 30px;
font-size: 11px;
line-height: 1.5;
}

*+html body .PluginContents { width: 260px; margin: -23px 0px -23px 20px; font-size: 11px; }
* html body .PluginContents { width: 260px; margin: -23px 0px -23px 20px; font-size: 11px; }

/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
width: 600px;
margin-top: -185px;
float: left;
text-align: left;
}

#EntryBlock a{
color: #666;
}

#EntryBlock a:hover{
color: #000;
}

/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
width: 594px;
margin: 0 0 20px 18px;
text-align: left;
position: relative;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
text-align: left;
height: 65px;
background: url(http://bfile.shinobi.jp/4913/entry_title_01.gif) no-repeat left top;
}

/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
padding: 14px 0 0 62px;
display: block;
font-size: 15px;
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {background: url(http://bfile.shinobi.jp/4913/text_main_bg.gif) repeat-y;
}
/*記事本文が記載される部分*/
.EntryText {
background: url(http://bfile.shinobi.jp/4913/text_main_bg.gif) repeat-y;
padding: 0px 30px 5px 40px;
}

.EntryText img {
padding: 10px 10px 10px 0;
}
/*追記文書が記載される部分*/
.EntryPsText {
background: url(http://bfile.shinobi.jp/4913/text_main_bg.gif) repeat-y left top;
text-align: right;
padding: 20px;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
text-align: left;
height: 50px;
padding: 5px 20px 0px 0px;
background: url(http://bfile.shinobi.jp/4913/text_bottom_bg.gif) no-repeat left top;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
display: block;
height: 3px;
width: 580px;
margin-left: 7px;
border-top: 1px #aaa dotted;
}

*+html body .EntryUserName { 
display: block;
height: 3px;
width: 580px;
margin: 0 0 -18px 7px;
border-top: 1px #aaa dotted; 
}
* html body .EntryUserName { 
display: block;
height: 3px;
width: 580px;
margin: 0 0 -18px 7px;
border-top: 1px #aaa dotted; 
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
display: block;
position: absolute; left: 70px; top: 40px;
font-size: 10px;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
background: url(http://bfile.shinobi.jp/4913/bottom_img.gif) no-repeat left center;
display: block;
height: 30px; 
line-height: 30px;
width: 120px;
margin-left: 195px;
font-size: 10px;
}

.EntryCategory a{
margin-left: 35px;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
background: url(http://bfile.shinobi.jp/4913/bottom_img.gif) no-repeat left center;
display: block;
height: 30px; 
line-height: 30px;
width: 120px;
margin: -30px 0 0 455px;
font-size: 10px;
}

.EntryComment a{
margin-left: 35px;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
background: url(http://bfile.shinobi.jp/4913/bottom_img.gif) no-repeat left center;
display: block;
height: 30px; 
line-height: 30px;
width: 120px;
margin: -30px 0 0 325px;
font-size: 10px;
}

.EntryTrackback a{
margin-left: 35px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
text-align:center;
padding:10px;
}
/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
padding: 0 0 0 40px;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
margin-left: 25px;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
margin: 0 25px 5px 40px;
width: 550px;
line-height: 1.5;
position: relative;
}
/*コメントのタイトル部分*/
.CommentTitle{
height: 70px;
width: 550px;
background: url(http://bfile.shinobi.jp/4913/comment_top.gif) no-repeat left top;
}

.CommentTitle span {
display: block;
padding: 45px 0 0 45px;
}

/*コメント部分*/
.CommentText{
background: url(http://bfile.shinobi.jp/4913/comment_center.gif) repeat-y;
padding: 20px 55px 10px 55px;
}

/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
background: url(http://bfile.shinobi.jp/4913/comment_bottom.gif) no-repeat left bottom;
height: 65px; 
width: 550px;
text-align: right;
}

/*投稿者名の部分*/
.CommentUserName{
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
position: absolute; left: 45px; top: 65px;
font-size: 10px;
width: 460px; 
display: block;
border-top:1px dotted #aaa;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin-right: 45px;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
margin: 0 25px 40px 25px;
width: 500px;
position: relative;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
padding-top: 5px;
text-align:right;
font-size: 12px;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding: 5px 0 0 10px;
text-align:left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
position: absolute; left: 82px; bottom: -30px;
}

.CommentFormSubmit input{
height: 24px;
width: 50px;
vertical-align: bottom;
}


/*inputタグやtextareaの設定*/
.CommentForms{
}
/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
padding:10px 30px 10px 65px;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
text-align: left;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
margin: 5px 0px;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
text-align: left;
}
/*トラックバックの記事部分*/
.TrackbackText{
padding: 10px;
line-height:140%;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
text-align:right;
padding:5px;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
margin-left: 5px;
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
margin-left: 5px;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
margin-left: 5px;
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
text-align: left;
font-size: 12px;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
.TrackbackURL{
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
text-align:left;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
text-align:right;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
width: 200px;
font-size: 11px;
margin: 1px 30px 10px 19px;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width: 220px;
font-size: 11px;
margin: 0 20px 0 8px;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
text-decoration: underline;
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
        padding: 0 0 0 40px;
        line-height: 1.5;
        font-size: 11px;
        width: 450px;
        position: relative;
}

.CommentResBox {
        width: 450px;
        margin: 0px 20px 20px 50px;
        border-bottom:1px dotted #aaa;
}

.CommentResTitle {
}

.CommentResText {
	padding: 23px 0px 10px 10px;
}

.CommentResFooter {
	text-align:right;
	margin-top:10px;
	border-top:1px dotted #aaa;
        display: block;
        height: 30px;
        width: 450px;
        position: absolute;
        left: 90px;
        top: 6px;
}
