/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
* {
margin: 0px; 
}
body {
	margin: 0px;
	background-image:url(http://bfile.shinobi.jp/5557/bg.gif);
	text-align:center;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: top;
	font-size: 85%;
}
/*<td>の全ての設定*/
td {
text-align:center;
}
/*table全ての設定*/
table{
border-collapse: collapse;
}
address{
	font-size: 90%;
	font-style: normal;
	color: #FFFFFF;
}
/*通常のリンクの設定*/
a:link {
	color: #FF3333;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
	color: #FF6699;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
	color: #be7980;
}
/*アクティブ状態のリンクの設定*/
a:active {
	color: #be7980;
}

/*全体の設定*/
#mainBlock {
	width:800px;
	padding: 0px;
	text-align: center;
	margin:auto auto;
	background-image: url(http://bfile.shinobi.jp/5557/bg02.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: scroll;
}
/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}
/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
	width:776px;
	height: 200px;
	text-align: left;
	background-image:url(http://bfile.shinobi.jp/5557/top_bg.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
/*ページタイトル文字部分の設定*/
#TopTitle {
	font-size: 150%;
	font-weight: bold;
	padding-top: 120px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
/*ページタイトル文字色の設定*/
.TopTitleFont {
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
	color: #663300;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
	width:776px;
	clear:both;
	height: 50px;
	text-align: center;
	background-image:url(http://bfile.shinobi.jp/5557/foot_bg.gif);
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	margin:auto auto;
}
#FooterBlock a {
	color: #FFFFFF;
	text-decoration: none;
}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
*html body .PluginBlock {
	width: 205px;
	float: left;
	background-image: url(http://bfile.shinobi.jp/5557/Plugin_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 13px;
	margin-left: 12px;
}
.PluginBlock {
	width: 205px;
	float: left;
	background-image: url(http://bfile.shinobi.jp/5557/Plugin_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 13px;
	margin-left: 25px;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
	background-image: url(http://bfile.shinobi.jp/5557/Plugin_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px;
	margin: 0px;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(http://bfile.shinobi.jp/5557/plugin_icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 32px;
	height: 26px;
	margin-left: 10px;
	font-size: 100%;
	font-weight: bold;
	color: #660000;
	padding-top: 5px;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 85%;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 85%;
}
/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
	width: 565px;
	float: right;
	text-align: left;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
	padding: 10px;
	text-align: left;
	margin-right: 15px;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
	text-align: left;
	background-image: url(http://bfile.shinobi.jp/5557/icon01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 31px;
	margin-left: 10px;
	padding-left: 30px;
	font-size: 130%;
	font-weight: bold;
	padding-top: 5px;
}
.EntryTitle a {
	text-decoration: none;
}
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
	color: #660000;
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
margin: 5px 0px;
}
/*記事本文が記載される部分*/
.EntryText {
	padding: 10px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #336600;
}
/*追記文書が記載される部分*/
.EntryPsText {
padding: 20px;
text-align: right;
	padding-left: 12px;
	padding-bottom: 2px;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
	text-align:right;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #336600;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
	padding-left: 12px;
	font-size: 90%;
	padding-bottom: 3px;
}

/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
margin-left: 5px;
	padding-left: 12px;
	font-size: 90%;
	padding-bottom: 3px;
}
.EntryWriteDate a {
	color: #be7980;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
	margin-left: 5px;
	background-image: url(http://bfile.shinobi.jp/5557/icon04.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
	font-size: 90%;
	padding-bottom: 3px;
}
.EntryCategory a {
	color: #be7980;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
	margin-left: 5px;
	background-image: url(http://bfile.shinobi.jp/5557/icon02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
	font-size: 90%;
	padding-bottom: 3px;
}
.EntryComment a {
	color: #be7980;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
	margin-left: 5px;
	background-image: url(http://bfile.shinobi.jp/5557/icon03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
	font-size: 90%;
	padding-bottom: 3px;
}
.EntryTrackback a {
	color: #be7980;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
	text-align:center;
	margin-bottom: 10px;
	margin-top: 10px;
}

/*区切り線*/
.Entryhr{
	text-align:center;
	background-image: url(http://bfile.shinobi.jp/5557/hr01.gif);
	background-repeat: repeat-x;
	background-position: right top;
	padding: 0px;
	height: 2px;
	width: 529px;
	margin: 0px;
}

/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
padding:10px;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
	text-align: left;
	font-weight: bold;
	color: #663300;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
/*コメントのタイトル部分*/
.CommentTitle{
	text-align: left;
	font-weight: bold;
	margin-top: 5px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CC3333;
	padding-top: 5px;
	background-image: url(http://bfile.shinobi.jp/5557/icon07.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	padding-bottom: 2px;
}
/*コメント部分*/
.CommentText{
padding: 10px;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
	text-align:right;
	font-size: 85%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CC3333;
}
/*投稿者名の部分*/
.CommentUserName{
margin-left: 5px;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin-left: 5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-left: 5px;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin-left: 5px;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
	margin-bottom:20px;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
padding-top:5px;
text-align:right;
	font-size: 85%;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding-top:5px;
text-align:left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
	text-align:center;
}
/*inputタグやtextareaの設定*/
.CommentForms{
}
/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
padding:10px;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
text-align: left;
	font-weight: bold;
	color: #663300;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{

	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
	text-align: left;
	margin-top: 5px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CC3333;
	padding-top: 5px;
	background-image: url(http://bfile.shinobi.jp/5557/icon07.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	font-weight: bold;
	padding-bottom: 2px;
}
/*トラックバックの記事部分*/
.TrackbackText{
padding: 10px;
line-height:140%;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
text-align:right;
	font-size: 85%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CC3333;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
margin-left: 5px;
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
margin-left: 5px;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
margin-left: 5px;
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
text-align: left;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
.TrackbackURL{
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
text-align:left;
padding:5px;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
text-align:right;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
*html body .CalendarMoveTable {
	padding:3px;
	width:80%;
}
.CalendarMoveTable {
	padding:3px;
	width:90%;
	margin-left: 10px;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
	font-size: 80%;
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
	font-weight: bold;
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
	font-size: 80%;
}
/*カレンダー表示用テーブル*/
*html body .CalendarTable {
width:80%;
padding:3px;
}
.CalendarTable {
width:90%;
padding:3px;
	margin-left: 10px;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
	font-size: 85%;
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
	color: #990000;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
	color: #003300;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
	color: #3333CC;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
	font-size: 85%;
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
	color: #990000;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
	color: #3333CC;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
	background-color: #333333;
}
.CalendarTdLink a {
	text-decoration: none;
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
	color: #FFFFFF;
}

/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
	padding:10px 30px 10px 50px;
}

.CommentResBox {
	border:1px solid #CC3333;
	padding:10px;
}

.CommentResTitle {
	font-size:14px;
	font-weight:700;
}

.CommentResText {
	padding:10px 0px 0px 10px;
}

.CommentResFooter {
	text-align:right;
	margin:15px 0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CC3333;
}
