/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/*BODY全体に関する設定*/
body {
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	background-color: #434947;
}
/*<td>の全ての設定*/

td {
	font-size: 12px;
	line-height: 20px;
	text-align:center;
}
/*table全ての設定*/
table{
border-collapse: collapse;
}


a:link {color: #FF33CC; text-decoration: none;}/*通常のリンクの設定*/
a:visited{color: #FF33CC; text-decoration: none;}/*過去に見たことがあるページのリンクの設定*/
a:hover {color: #FF33CC; text-decoration: underline;}/*カーソルが合っている状態のリンクの設定*/
a:active {color: #FF33CC; text-decoration: underline;}/*アクティブ状態のリンクの設定*/

.PluginBlock a:link {color: #FFFFFF; text-decoration: none;}/*通常のリンクの設定*/
.PluginBlock a:visited{color: #FFFFFF; text-decoration: none;}/*過去に見たことがあるページのリンクの設定*/
.PluginBlock a:hover {color: #FFFFFF; text-decoration: underline;}/*カーソルが合っている状態のリンクの設定*/
.PluginBlock a:active {color: #FFFFFF; text-decoration: underline;}/*アクティブ状態のリンクの設定*/

#FooterBlock a:link {color: #FFFFFF; text-decoration: none;}/*通常のリンクの設定*/
#FooterBlock a:visited{color: #FFFFFF; text-decoration: none;}/*過去に見たことがあるページのリンクの設定*/
#FooterBlock a:hover {color: #FFFFFF; text-decoration: underline;}/*カーソルが合っている状態のリンクの設定*/
#FooterBlock a:active {color: #FFFFFF; text-decoration: underline;}/*アクティブ状態のリンクの設定*/

/*全体の設定*/
#mainBlock {
text-align: center;
}
/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}

/**************************************************************************************
クリアフィックス**************************************************************************************/

.clearfix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix{
  overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix{
  height:1%;
  overflow:visible;
}
/* End hide from IE-mac */


/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
#title_back {
	background-color: #000000;
	text-align: center;
	width: 100%;
	background-image: url('http://bfile.shinobi.jp/4256/title_back.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}

/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
	width:770px;
	height: 212px;
	text-align: left;
	background-repeat:no-repeat;
	background-image:url('http://bfile.shinobi.jp/4256/header_base.jpg');
	margin: 0 auto;
}
#title_block {
	width: 400px;
	float: right;
}
/*ページタイトル文字部分の設定*/
#TopTitle {
	padding: 50px 30px 15px 0;
	text-align: right;
}
/*ページタイトル文字色の設定*/
.TopTitleFont {
	font-size: 42px;
	font-weight: bold;
	color: #FFB037;
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
	width: 400px;
	float: right;
	margin: 0px 10px 0px 0px;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
#footer_back {
	clear:both;
	background-color: #434947;
	text-align: center;
	width: 100%;
	background-image: url('http://bfile.shinobi.jp/4256/footer.jpg');
	background-repeat: repeat-x;
	background-position: top;
}

/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
	width:770px;
	height: 70px;
	text-align: center;
	padding-top: 10px;
	margin: 0 auto;
}
/**************************************************************************************
  コンテンツブロック用デザイン
**************************************************************************************/
#contents_back{
	clear:both;
	background-color: #1C1C1C;
	text-align: center;
	width: 100%;
}
#ContentsBlock{
	width:770px;
	background-color: #1C1C1C;
	background-image: url('http://bfile.shinobi.jp/4256/contents_back.jpg');
	background-repeat: repeat-y;
	margin: 0 auto;
}
/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
	padding-top: 20px;
width: 220px;
text-align: left;
float: left;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
	width: 190px;
	margin: 0 0 30px 10px;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
	font-weight: bold;
	color: #FF33CC;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {}
/*プラグインが表示される場所の設定*/
.PluginContents {}
/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
.text_top {
	background-image: url('http://bfile.shinobi.jp/4256/entry_top.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	height: 10px;
	width: 539px;
}
.text_bottom {
	background-image: url('http://bfile.shinobi.jp/4256/entry_bottom.jpg');
	background-repeat: no-repeat;
	height: 15px;
	width: 539px;
}
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
	margin-top: 10px;
	width: 539px;
	float: right;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
	text-align: left;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
	text-align: left;
	background-image: url('http://bfile.shinobi.jp/4256/title.jpg');
	background-repeat: no-repeat;
	height: 37px;
	width: 539px;
	padding: 10px;
}
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
	font-weight: bold;
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
}
/*記事本文が記載される部分*/
.EntryText {
	background-image: url('http://bfile.shinobi.jp/4256/entry_base.jpg');
	background-repeat: repeat-y;
	padding: 0 20px;
}
/*追記文書が記載される部分*/
.EntryPsText {
	background-image: url('http://bfile.shinobi.jp/4256/entry_base.jpg');
	background-repeat: repeat-y;
	padding: 10px;

}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
	text-align:right;
	padding:5px;
	margin-bottom: 30px;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
margin-left: 5px;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin-left: 5px;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
margin-left: 5px;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
margin-left: 5px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
margin-bottom: 10px;
text-align:center;
}
/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
padding:10px;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
	margin-top: 30px;
	font-weight: bold;
	color: #FF33CC;
	text-align: left;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
	margin: 10px 0px;
}
/*コメントのタイトル部分*/
.CommentTitle{
	font-weight: bold;
	text-align: left;
	border-bottom: 1px dotted #383838;
}
/*コメント部分*/
.CommentText{
	text-align:left;
	color: #ffffff;
	padding: 10px;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
text-align:right;
padding:5px;
}
/*投稿者名の部分*/
.CommentUserName{
margin-left: 5px;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin-left: 5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-left: 5px;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin-left: 5px;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
margin-bottom:20px;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
	width:150px;
	padding-top:5px;
	text-align:left;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding-top:5px;
text-align:left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
text-align:left;
}
/*inputタグやtextareaの設定*/
.CommentForms{
}
/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
padding:10px;
margin-bottom: 20px;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
	margin-top: 30px;
	font-weight: bold;
	color: #FF33CC;
	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 {
	padding-left:5px;
	text-align:left;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
	padding-left:8px;
	text-align:left;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
	padding:3px;
	width:90%;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable {
	width:90%;
	padding:3px;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
	color: #5B82FF;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
	color: #FF6060;

}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
	background-color: #383838;
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
	color: #FF33CC;
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
	padding:10px 0px 10px 50px;
}

.CommentResBox {
	padding:10px;
}

.CommentResTitle {
	font-weight: bold;
	border-bottom: 1px dotted #383838;
	font-weight:700;
}

.CommentResText {
	padding:10px 0px 0px 10px;
}

.CommentResFooter {
	text-align:right;
	margin:15px 0;}
