@charset "utf-8";   
/*************************************************
 リセット
*************************************************/
html, body, div, h1 ,h2, h3, h4, h5, h6, p, blockquote, 
dl, dt, dd, ul, ol, li, pre, form, table, th, tr, td, address {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
}

ul, ol, li { list-style: none; }


/*************************************************
 全体の基本設定
*************************************************/
/* IEスクロールバー*/
html {
	scrollbar-base-color: #670001;
	scrollbar-face-color: #670001;
	scrollbar-track-color: #76191A;
	scrollbar-arrow-color: #8B3E3F;
	scrollbar-highlight-color: #8B3E3F;
	scrollbar-shadow-color: #76191A;
	scrollbar-3dlight-color: #AB5E5F;
	scrollbar-darkshadow-color: #370100;
}

/* ボディ 
------------------------------------------------*/
body {
	margin: 0;
	background: url(http://bfile.shinobi.jp/5913/bara_back-3.jpg) center top repeat-y fixed #000;
	color: #FFF;
	font-size: 12px;
	line-height: 1.5;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

* html body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;  /* IE6 */
	font-size: 75%;
}

*:first-child+html body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;  /* IE7 */
	font-size: 75%;
}

/* 画像 
------------------------------------------------*/
img, a img {
	margin: 2px;
	border: none;
}

img.emoji {
	margin: 0 1px;
	border: none;
}


/* その他
------------------------------------------------*/
td { text-align: center; }

textarea, input {
	border: 1px solid #370100;
	background-color: #76191A;
	padding: 2px;
	color: #FFC;
}


/*************************************************
  リンク設定
*************************************************/
/* 基本 */
a { text-decoration: none; }

a:link,
a:visited { color: #FFF; }

a:hover,
a:active { color: #EEC591; text-decoration: underline; }

/* ヘッダー */
div#TopTitle a:link,
div#TopTitle a:visited { color: #FFF; }
div#TopTitle a:hover {
	text-decoration: none;
	position: relative;
	top: 2px;
	left: 2px;
}

/* 記事タイトル */
div.EntryTitle a:link,
div.EntryTitle a:visited { color: #EEC591; }
div.EntryTitle a:hover {text-decoration: none; color: #FFF; }

/* 記事部分 */
div.EntryTextBox a:link,
div.EntryTextBox a:visited { color: #EEC591; text-decoration: underline; }
div.EntryTextBox a:hover { color: #FFF; }

/* 追記のリンク */
p.EntryPsTitle a:link,
p.EntryPsTitle a:visited {text-decoration: none; }
p.EntryPsTitle a:hover {
	color: #EEC591;
	text-decoration: none;
	position: relative;
	top: 2px;
	left: 2px;
}


/*プラグインタイトル  */
div.PluginTitle a:link, 
div.PluginTitle a:visited { color: #FFC; }
div.PluginTitle a:hover {
	text-decoration: none;
	position: relative;
	top: 2px;
	left: 2px;
}

/* カレンダー */
.CalendarTdLink a:hover { text-decoration: none; }

/* フッター */
div#FooterBlock a:link, div#FooterBlock a:visited { color: #EEC591; }
div#FooterBlock a:hover { color: #FFF; }



/*************************************************
  レイアウト
*************************************************/
/*メインブロック*/
div#mainBlock {
	width: 770px;
	margin: 0 auto;
	text-align:center;
	background-color: #670001;
}

/*ヘッダー*/
div#TopBlock {
	height: 165px;
	overflow: hidden;
	background: url(http://bfile.shinobi.jp/5913/bara-wel.jpg) 95% 30px no-repeat;
}

/*エントリー*/
div#EntryBlock {
	float: left;
	width: 510px;
	margin: 30px 0;
	text-align: left;
}

/*メニュー*/
div.PluginBlock {
	float: right;
	width: 230px;
	text-align: left;
	margin: 43px 0 20px;
}

/*フッター*/
div#FooterBlock {
	clear: both;
	height: 50px;
	margin: 0;
	padding-top: 50px;
	background: url(http://bfile.shinobi.jp/5913/bara_line-7.jpg) center top no-repeat;
	text-align: center;
}


/*************************************************
  ヘッダー
*************************************************/
/*ブログのタイトル*/
div#TopTitle {
	height: 37px;
	margin: 50px 0 0;
	padding: 0 30px;
	text-align: left;
	font-size: 180%;
	font-weight: bold;
}

/*IE6とIE7以外*/
#TopBlock>/**/#TopTitle {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
}

/*ブログの説明*/
p#TopExplanation {
	margin: 0;
	padding: 2px 30px;
	text-align: left;
	color: #EEC591;
}

/* アドミンブロック */
div.AdminBlock {
	margin: 0;
	padding: 10px 10px 0;
	text-align: right;
	color: #370100;
}

div.AdminBlock a:link, div.AdminBlock a:visited { color: #933; }

div.AdminBlock a:hover { color: #FFC; }


/*************************************************
  カテゴリー、アーカイブ、キーワード検索ページ
*************************************************/

div.SearchTitle {
	margin: 0;
	padding: 20px 5px 30px;
	height: 20px;
	background: url(http://bfile.shinobi.jp/5913/bara_line-3b.jpg) center bottom no-repeat;
	font-weight: bold;
	text-align: center;
}

ul.SearchNavi {
	margin: -5px 20px 5px;
	text-align: center;
}

ul.SearchNavi li {
	display: inline;
	font-size: 10px;
}

ul.SearchContents {
	margin: 0 20px 30px;
	padding: 10px;	
}

ul.SearchContents li {
	padding: 0 10px;
	list-style: inside disc;
}


/*************************************************
  エントリー（記事ブロック）
*************************************************/

div.EntryInnerBlock {
	margin: 0 0 20px;
	padding: 0;
	text-align: left;
}

/* 記事タイトル */
div.EntryTitle {
	height: 18px;
	margin: 0;
	height: 18px;
	padding: 80px 45px 25px;
	background: url(http://bfile.shinobi.jp/5913/bara_e_header-1.jpg) center bottom no-repeat;
	text-align: center;
	font-weight: bold;
	font-size: 135%;
	color: #EEC591;
}

/*記事部分*/
div.EntryTextBox {
	margin: 0;
	padding: 10px 45px 0;
	background: url(http://bfile.shinobi.jp/5913/bara_e_body-1.jpg) center top repeat-y;
	line-height: 1.8;
}

/*記事本文*/
div.EntryText {
	padding: 10px 0 5px;
}

/* 追記文ボーダー */
div.EntryPsBorder {
	margin: 15px;
	height: 33px;
	background: url(http://bfile.shinobi.jp/5913/bara_line-4a.jpg) center center no-repeat;
}

/*追記文へのリンク*/
p.EntryPsTitle {
	margin: 10px 0 5px;
}

/* ランキングバナー等用フッター*/
div.TextFooter {
	padding-top: 10px;
	text-align: left;
}

/*記事情報部分*/
ul.EntryFooter {
	height: 16px;
	margin: 0;
	padding: 25px 45px 85px;
	background: url(http://bfile.shinobi.jp/5913/bara_e_footer.jpg) center top no-repeat;
	text-align: center;
}

ul.EntryFooter li {
	display: inline;
}


/* 記事内の画像
------------------------------------------------*/

.EntryTextBox img, 
.EntryTextBox a img {
	margin: 2px 4px;
}


/* ランキングバナー用画像
------------------------------------------------*/
.TextFooter img {
	margin: 1px;
}
	

/* 記事内のリスト、定義リスト
------------------------------------------------*/
.EntryTextBox ul,
.EntryTextBox ol {
	margin: 1em 0;
	padding-left: 2em;
}

.EntryTextBox ul li { list-style: disc outside;	}

.EntryTextBox ol li { list-style: decimal outside; }

.EntryTextBox dl { margin: 1em 0; }

.EntryTextBox dl dt {
	font-weight: bold;
}

.EntryTextBox dl dd {
	margin: 0 1em 1em;
}


/* 記事内の引用文
------------------------------------------------*/
.EntryTextBox blockquote {
	margin: 1em 0.5em;
	padding: 10px;
	border: dotted 1px #360000;
	background-color: #7C2425;
}

/* 記事内の短い引用文*/
q        { quotes : "“" "”" "‘" "’" ; color : #DEB581; }
q:before { content: open-quote; }
q:after  { content: close-quote; }


/* 記事アクセサリー
------------------------------------------------*/
.EntryTextBox p { margin: 1em 0; }

.EntryTextBox em {
	color: #FC6;
}


/*************************************************
 ページナビ
*************************************************/
ul.PageLinkBlock {
	text-align: center;
	padding: 10px;
}

ul.PageLinkBlock li {
	display: inline;
}

/*************************************************
 コメント
*************************************************/
/*コメント全体ブロック*/
div.CommentBlock {
	margin-top: 20px;
	padding: 10px 0;
}

/*コメント見出し*/
div.CommentMenuTitle{
	margin-bottom: 20px;
	padding: 10px 0 32px;
	height: 20px;
	background: url(http://bfile.shinobi.jp/5913/bara_line-3b.jpg) center bottom no-repeat;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}

/*コメントボックス*/
div.CommentTextBox{
	margin: 5px 20px;
	border: solid 2px #370100;
	background: url(http://bfile.shinobi.jp/5913/bara_line-7a.jpg) center 30px no-repeat #8B3E3F;
}

/*コメントのタイトル*/
div.CommentTitle{
	margin: 0;	
	padding:20px 10px 30px;
	text-align: center;
	font-weight: bold;
        color: #FEE;
}

/*コメント部分*/
div.CommentText {
	padding: 10px;
}

/*コメントフッター*/
ul.CommentFooter {
	margin: 0;
	text-align: right;
	padding: 5px 10px;
	color: #C58F8F;
}

ul.CommentFooter li {
	display: inline;
}

/* コメント投稿者と管理人の名前 */
span.nickname { color: #FCC; }


/*************************************************
 コメントレス
*************************************************/
/* レスブロック */
div.CommentResBlock {
	margin-bottom: 10px;
}

/* レスボックス */
div.CommentResBox {
	margin: 5px 20px;
	border: solid 2px #370100;
	background: url(http://bfile.shinobi.jp/5913/bara_line-7b.jpg) center 30px no-repeat #76191A;
}

/* レスタイトル */
div.CommentResTitle {
	margin: 0;
	padding: 20px 10px 30px;
	text-align: center;
	font-weight: bold;
        color: #FEE;
}

/* レス部分 */
div.CommentResText {
	padding: 10px;
	color: #FDD;
}

/* レスフッター */
ul.CommentResFooter {
	margin: 0;
	text-align: right;
	padding: 5px 10px;
	color: #C58F8F;
}

ul.CommentResFooter li {
	display: inline;
}


/*************************************************
 トラックバックエリア
*************************************************/
/* トラックバックブロック */
div.TrackbackBlock{
	margin: 20px 0;
	text-align: left;
}

/* トラックバック見出し */
div.TrackbackMenuTitle{
	margin-bottom: 20px;
	padding: 10px 0 32px;
	height: 20px;
	background: url(http://bfile.shinobi.jp/5913/bara_line-3b.jpg) center bottom no-repeat;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}

/* URL見出し */
p.TrackbackURLTitle{
	margin-bottom: 20px;
	text-align: center;
}

/* URL表示部分 */
input#TrackbackURL{
	width: 300px;
}

/* トラックバックボックス */
div.TrackbackTextBox{
	margin: 5px 20px;
	border: solid 2px #370100;
	background: url(http://bfile.shinobi.jp/5913/bara_line-7a.jpg) center 30px no-repeat #8B3E3F;
}

/* トラックバックタイトル */
div.TrackbackTitle{
	margin: 0;
	padding: 20px 10px 30px;
	text-align: center;
	font-weight: bold;
        color: #FEE;
}

/* トラックバック記事 */
div.TrackbackText{
	padding: 10px;
	line-height: 1.4;
}

/* トラックバックフッター */
ul.TrackbackFooter{
	margin: 0;
	text-align: right;
	padding: 5px 10px;
	color: #C58F8F;
}

ul.TrackbackFooter li {
	display: inline;
}


/*************************************************
  コメント編集ページ
*************************************************/
/* 編集ブロック */
div.CommentEditBlock {
	width: 510px;
	height:520px;
	margin: 50px auto 0;
	text-align: center;
}


/* 編集タイトル */
div.CommentEditTitle {
	height: 15px;
	margin: 20px auto;
	padding: 10px 0 32px;
	height: 20px;
	background: url(http://bfile.shinobi.jp/5913/bara_line-3.jpg) center bottom no-repeat;
	text-align:center;
	font-size: 120%;
	font-weight: bold;
}


/*************************************************
 フォーム
*************************************************/
/*フォームブロック*/
div.CommentFormBlock{
	width:460px;
	margin:0 auto 30px;
	text-align: left;
}

/* フォーム */
dl.Form {
	line-height:1.6;
	position:relative;
}

/* 項目 */
dl.Form dt {
	width: 8em;
	text-align: right;
}

/* 入力部分 */
dl.Form dd {
	margin: -1.6em 0 5px 8.5em;
	text-align: left;
	position:relative;
}

dd input.CommentForms { width:200px;}
					  
dd textarea {
	width: 350px;
}

dl.Form img {
	margin: 0;
	padding: 0;
}

* html span.setsumei { vertical-align: sub; } /* IE6 */
*:first-child+html span.setsumei { vertical-align: sub; } /* IE7 */

textarea { font-size: 120%; }

/* 秘密ボタン */
input#himitsu {
	border: none;
	background-color: transparent;
	margin-right: 0.5em;
	vertical-align: bottom;
}

/**/
input.btn {
	background-color: #100;
	color: #FFF;
	font-size: 100%;
}

input.BackButton {
	background-color: #100;
	color: #FFF;
	font-size: 100%;
}


/*************************************************
  プラグイン
*************************************************/
/*プラグインブロック*/
div.PluginInnerBlock {
	margin-bottom: 10px;
	color: #DDA;
}

/*プラグインタイトル*/
div.PluginTitle {
	height: 20px;
	margin: 0;
	padding: 5px 10px 32px 25px;
	background: url(http://bfile.shinobi.jp/5913/bara_p_title-2.jpg) center bottom no-repeat;
	text-align: left;
	font-weight: bold;
        color: #FFC;
}

/*  プラグインボディー*/
div.PluginBody { margin: -5px 20px 25px 10px; }

/*プラグインの説明*/
div.PluginExplanation {
	margin: 0 5px;
	line-height: 1.3;
}

/*プラグイン表示部分*/
div.PluginContents {
	margin: 5px 0;
}

/* 検索 */
div.blogsearch {
	vertical-align: middle;
}

.blogsearch input.box {
	width: 150px;
	margin-bottom: 5px;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}


/*  各プラグイン表示部分
------------------------------------------------*/
/*プラグイン本体*/
div.plugin_data {
	text-align: left;
	padding-left: 15px;
	background: url(http://bfile.shinobi.jp/5913/bara_icon-1.gif) left 3px no-repeat;
}

 /* レスのアイコン */
div.plugin_data .plugin_cm_with_res img {
	margin: 0 3px;
	vertical-align: top;
}

/*プラグインの日付、他*/
div.plugin_data_date {
	text-align: right;
}


/**************************************************************************************
  カレンダー
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
        padding: 3px;
        width: 90%;
        margin: 0 auto;
}
/*カレンダー日付移動用テーブル、trタグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable {
        width: 90%;
        padding: 3px;
        margin: 0 auto;
		border-collapse: separate;
}

/*-------------------------------------------------------
  カレンダーテーブル  曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（trタグ部分）のデザイン*/
.CalendarWdayTr {
	background-color: #100;
}
/*曜日表示部分、日曜日のthタグ部分デザイン*/
.CalendarWdaySun {
}
/*曜日表示部分、平日のthタグ部分デザイン*/
.CalendarWday {
}
/*曜日表示部分、土曜日のthタグ部分デザイン*/
.CalendarWdaySat {
}

/*-------------------------------------------------------
  カレンダーテーブル  日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（trタグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日のtdタグ部分デザイン*/
.CalendarTdSun {
	color: #C66;
}
/*日付表示部分、土曜日のtdタグ部分デザイン*/
.CalendarTdSat {
	color: #8B668B;
}
/*日付表示部分、平日曜日のtdタグ部分デザイン*/
.CalendarTd {
	color: #933;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
	background-color: #100;
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
	color: #900;
	font-weight: bold;
}


/*************************************************
  フッター
*************************************************/
#FooterBlock address {
	font-style: normal;
}

#FooterBlock p { margin-top:0;}