@charset "utf-8";
/*************************************************
 リセット
*************************************************/
body, div, h1 ,h2, h3, h4, h5, h6, p, blockquote, 
dl, dt, dd, ul, ol, li, pre, form, fieldset, input, texarea, table, th, tr, td, address {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th { text-align: left; }

ul, ol { list-style: none; }

img { border: none; }

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, 
q:after { content: ''; }


/*************************************************
 全体の基本設定
*************************************************/

/* ブログ全体の基本指定 */
body {
	background:url(http://bfile.shinobi.jp/6532/bf-back3.gif) #E5BBC8;    /* 背景色の指定 */
	color: #444;                   /* 文字の基本色 */
	font-size: 75%;                /* 12px 基本フォントサイズ */
	line-height: 1.5;              /* 行間 */
    font-family: Arial, Helvetica, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;  /* フォント */
	text-align: center;
}

/* 画像の基本指定 
-----------------------------------------------*/
img { padding: 2px; }

a img:hover { background-color: #FFF; }

/* IE6 */
* html a img { background-color: #FFF; }

/* Firefox, Opera, Google Chrome, Safari */
html>/**/body a img { vertical-align: text-bottom; }

/* IE8 */
html>/**/body a img { vertical-align /*\**/: bottom\9; }

/* 絵文字の基本指定 */
img.emoji {
	margin: 0 1px;
	padding: 0;
	vertical-align: middle;
	background-color: transparent;
}

/* テーブルの基本設定 
------------------------------------------------*/
table { margin: 0 auto; }  /* 中央寄せ */

th, td { text-align: center; }

/* フォームの基本指定 
------------------------------------------------*/
textarea, input {
	padding: 2px;
	border: solid 1px #CCC;
	font-family: Arial, Helvetica, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input { font-size: 109%; }  /* 13px */

textarea { font-size: 125%; }  /* 15px */


/************************************************* 
　見出し
*************************************************/

/* ブログのタイトル
------------------------------------------------*/
h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 167%;           /* 20px */
}

/* IE6 */
* html #TopTitle { font-weight: bold; }

/* IE7 */
*:first-child+html #TopTitle {
	font-family: Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold; 
}
                             
/* 記事のタイトル
------------------------------------------------*/
h2 {
	font-size: 134%;           /* 16px */
	font-weight: bold;
}

/* コメント、コメントレス、トラックバック、プラグイン
   のタイトル 
-------------------------------------------------*/
h4 {
	font-size: 110%;
	font-weight: bold;
}                                 /* 13px */


/* h5とh6の指定
------------------------------------------------*/
h5, h6 {
	font-size: 110%;
	font-weight: bold;
}                                /* 13px */



/*************************************************
  リンク
*************************************************/

/* リンクの基本設定 
------------------------------------------------*/
a { text-decoration: none; }

/* 通常のリンク */
a:link { color: #BB5282; }

/* 訪問したリンク */
a:visited { color: #BB5282; }

/* マウスが乗ったときのリンク */
a:hover { background-color: #FCE1ED; }

/* マウスをクリックしたときのリンク */
a:active { color: #D1272F; }

/* アドミンリンク
------------------------------------------------*/
div.AdminBlock a:link,
div.AdminBlock a:visited { color: #999; }

div.AdminBlock a:hover { color: #BD5879; }

/* ブログのタイトル
------------------------------------------------*/
h1#TopTitle a:link, 
h1#TopTitle a:visited { color: #A02050; }

h1#TopTitle a:hover {
	position: relative;
	top: 2px;
	left: 2px;
	background-color: transparent;
}

/* 記事タイトル 
------------------------------------------------*/
h2.EntryTitle a:link,
h2.EntryTitle a:visited { color: #A02050; }

h2.EntryTitle a:hover {
	color: #D786A1;
	background-color: transparent;
}

/* 記事フッター 
------------------------------------------------*/
.EntryFooter a:link,
.EntryFooter a:visited { color: #888; }

.EntryFooter a:hover {
	background-color: transparent;
	color: #BD5879;
}

/* ページナビ
------------------------------------------------*/
ul.PageLinkBlock li a:link,
ul.PageLinkBlock li a:visited { text-decoration: none; }

ul.PageLinkBlock li a:hover,
ul.PageLinkBlock li a:active {
	background-color: #DB7093;
	text-decoration: none;
	color: #FEFEFE;
}

ul.PageLinkBlock li .PageLink:link,
ul.PageLinkBlock li .PageLink:visited { color: #BD5879; }

ul.PageLinkBlock li .PageLink:hover { color: #E796B1; }

/* プラグインタイトル 
------------------------------------------------*/
h4.PluginTitle a:link,
h4.PluginTitle a:visited { color: #777; }

h4.PluginTitle a:hover {
	background-color: transparent;
	text-decoration: none;
	color: #999;
}

/* フッター
------------------------------------------------*/
div#FooterBlock a:link,
div#FooterBlock a:visited { color: #FEFEFE; }

div#FooterBlock a:hover {
	color: #CD3278;
	background-color: transparent;
}


/*************************************************
  レイアウト
*************************************************/

/* アドミンブロック 
------------------------------------------------*/
div.adshadow {
	width: 800px;
	height: 20px;
	margin: 16px auto 0;
	padding: 0 11px;
	background: url(http://bfile.shinobi.jp/6532/bf_adshadow.png) right top no-repeat;
}

/* IE6 */
* html div.adshadow {
	width: 801px;
	margin: 0 auto 0;
	padding: 0;
	background:none;
}

div.AdminBlock {
	padding: 5px 10px 0;
	text-align: right;
	font-size: 92%;    /* 11px */
	background: url(http://bfile.shinobi.jp/6532/bf_ad-w.jpg) right top no-repeat #FFF;
	border-top: solid 1px #EEE;
	border-left: solid 1px #EEE;
}

/* IE6 */
* html div.AdminBlock {
	padding: 4px 10px 0;
	border-right: solid 1px #EEE;
}


/*メインブロック
------------------------------------------------*/
div#mainBlock {
	width: 800px;
	margin: 0 auto;
	padding: 0 11px;
	text-align:center;
	background: url(http://bfile.shinobi.jp/6532/bf_shadow.png) right top repeat-y;
}

/* IE6 */
* html div#mainBlock {
	width: 801px;
	padding: 0;
	background: none;
}

/* コンテンツ 
------------------------------------------------*/
div#Contents {
	margin: auto;
	background: url(
http://bfile.shinobi.jp/6532/bf_back-w.jpg) right top repeat-y #FFF;
	border-left: solid 1px #EEE;
}

/* IE6 */
* html div#Contents { border-right: solid 1px #EEE; }

/*エントリーブロック
------------------------------------------------*/
div#EntryBlock {
	width: 569px;
	float: left;
	padding-bottom: 10px;
}

/*ヘッダー
------------------------------------------------*/
div#TopBlock {
	height:420px;
	padding: 0 20px 20px 20px;
	background: url(http://bfile.shinobi.jp/6532/bf_header-30.jpg) 19px 0 no-repeat;
	text-align: left;
	overflow: hidden;
}

/* メニュー（プラグイン）
------------------------------------------------*/
div.PluginBlock {
	float: right;
	width: 230px;
	padding: 10px 0;
}

/*フッター
------------------------------------------------*/
div#FooterBlock {
	clear: both;
	padding: 5px;
	text-align: center;
	background-color: #CF7894;
	color: #E7C2D3;
}

/* フッター影
----------------------------------------------- */
.footershadow {
	width: 800px;
	margin:0 auto 9px;
	padding: 0 11px 11px;
	background: url(http://bfile.shinobi.jp/6532/bf_shadow_footer.png) right top no-repeat;
}

/* IE6 */
* html .footershadow {
	width: 961px;
	margin: 0 auto 0;
	padding: 0;
	background: none;
	display: none;
}

/* clearfix（削除しないでください）
----------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix { min-height: 1px; }  /* IE7 */

* html .clearfix { height: 1px; }  /* IE6 */


/*************************************************
  ヘッダー
*************************************************/

/*ブログのタイトル */
h1#TopTitle { padding-top: 370px; }

/*ブログの説明 */
p#TopExplanation { color: #888; }


/*************************************************
  カテゴリー、アーカイブ、キーワード検索ページ
*************************************************/

/* 各検索ブロックの全体指定
------------------------------------------------*/
div#seach {
	padding: 20px 20px 0;
	text-align: left;
}

/* 各タイトル
------------------------------------------------*/
div.SearchTitle {
	padding: 4px 5px 0;
	text-align: center;
	border-bottom: solid 2px #E1B1BF;
	color: #777;
}

/* 前後のページリンク
------------------------------------------------*/
ul.SearchNavi {
	margin: 8px 0;
	text-align: center;
}

ul.SearchNavi li {
	display: inline;
	font-size: 84%;                 /* 10px */
}

/* 各検索ブロックの記事リスト
------------------------------------------------*/
ul.SearchContents {
	margin: 15px 0 0;
	padding: 10px;
	border: dotted 1px #CCC;
	font-size: 110%;                /* 13px */
}

ul.SearchContents li {
	list-style: inside disc;
}


/*************************************************
  記事上のプラグイン4（記事一覧ページのみ）
*************************************************/

/* プラグイン4のボックス
------------------------------------------------*/
div.Plugin4InnerBlock {
	margin: 20px 20px 0;
	text-align: left;
}

/* プラグインタイトル */
h4.Plugin4Title {
	margin-bottom: 10px;
	padding-bottom: 3px;
	background: url(http://bfile.shinobi.jp/6532/bf_line.gif) left bottom repeat-x;
	text-align: center;
	color: #A02050;
}

/* プラグイン表示部分 */
div.Plugin4Body {
	padding: 0 10px;
}

/* プラグイン本体 */
div.Plugin4Contents { margin: 10px 0; }


/*************************************************
  記事下のプラグイン5（記事詳細ページのみ）
*************************************************/

/* プラグイン5のボックス
------------------------------------------------*/
div.Plugin5InnerBlock {
	margin: 20px 20px 0;
	text-align: left;
}

/* プラグイン本体 */
div.Plugin5Contents { margin: 5px 0; }


/*************************************************
  エントリー（記事ブロック）
*************************************************/

/* 各記事の全体指定
------------------------------------------------*/
div.EntryInnerBlock {
	margin: 20px 20px 20px;
	padding-top: 20px;
	text-align: left;
}

/* 記事タイトル
------------------------------------------------*/
h2.EntryTitle {
	padding: 3px 8px;
	color: #A02050;
	background: url(http://bfile.shinobi.jp/6532/bf_line.gif) left bottom repeat-x;
	text-align: center;
}

/* 記事文章の入るボックス
------------------------------------------------*/
div.EntryTextBox {
	padding: 7px 0 2px;
	line-height: 1.8;
	font-size: 110%;         /* 13px */
}

/* 記事文章 */
div.EntryText { padding-top: 10px; }

/* 追記文上部罫線 */
hr.PsText {
    margin: 25px 0 15px;
	height: 1px;
	text-align: center;
	background-color: #ACACAC;
	color: #ABABAB;
	border: none;
}

/* 追記文へのリンク */
p.EntryPsTitle {
	margin: 10px 0 5px;
	text-align: right;
}

/* ランキングバナーや広告が入るところ */
div.TextFooter {
	margin-top: 15px;
    margin-bottom: 2px;
	text-align: left;
}

/* 記事フッター（記事下のリンク部分）*/
ul.EntryFooter {
	padding: 2px 10px;
	text-align: right;
	background-color: #FEE;
	position: relative;
}

ul.EntryFooter li { display: inline; }

/* 投稿時間部分 */
ul.EntryFooter li.EntryTime {
	float: left;
	width: auto;
	text-align: left;
}


/* 記事アクセサリー
------------------------------------------------*/

/* 記事内の画像 */
.EntryText img, 
.EntryText a img {
	padding: 2px 4px;
}

/* ランキングバナー用画像 */
.TextFooter img,
.TextFooter a img { padding: 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-top: dotted 1px #CCC;
	border-right: dotted 1px #CCC;
	border-bottom: dotted 1px #CCC;
	border-left: solid 3px #FFC0CB;
}

/* 記事内の短い引用文*/
q        { quotes : '"' '"' "'" "'" ; color: #BD59B9; }
q:before { content: open-quote; }
q:after  { content: close-quote; }

/* 拍手 */
.NinjaClap img { vertical-align: middle; }

/* その他のアクセサリー
------------------------------------------------*/
.EntryTextBox p { margin: 1em 0; }

.EntryTextBox em {
	color: #BB4C92;
	font-style: italic;
}

.EntryTextBox pre {
	margin: 1em 0 1em auto;
	padding: 1em;
	border: 3px solid #DDD;
	font-family: sans-serif;
	width: 92%;
	overflow: auto;
	line-height: 1.2;
}

/* IE6 */
* html pre { overflow: scroll; }

/* IE7 */
*:first-child+html pre { overflow: scroll; }

code {
	font-family: "Lucida Console", Monaco, monospace;
	line-height : 1.2;
}

	
/*************************************************
 ページナビ
*************************************************/

ul.PageLinkBlock {
	margin: 20px auto;
	text-align: center;
}

ul.PageLinkBlock li { display: inline; }

ul.PageLinkBlock li a {
	margin: 0 2px;
	padding: 3px 4px;
	background-color: #FFF;
	border: solid 1px #CCC;
}

ul.PageLinkBlock li a.PageLink {
	background-color: transparent;
	border: none;
}


/*************************************************
 コメント
*************************************************/

/*コメントの全体指定
------------------------------------------------*/
div.CommentBlock {
	margin: 10px 0;
	padding: 10px 20px;
	text-align: left;
}

/*コメント見出し
------------------------------------------------*/
h3.CommentMenuTitle {
	height: 30px;
	margin: 20px 0;
	background: url(http://bfile.shinobi.jp/6532/bf_cm_title.gif) center top no-repeat;
}

/*コメントとレスが表示されるボックス
------------------------------------------------*/
.cmbox {
	padding:5px 10px;
	background: url(http://bfile.shinobi.jp/6532/bf-cm_back.gif);
}

/*コメントが表示されるボックス
------------------------------------------------*/
div.CommentTextBox {
	padding: 5px 0;
}

/*コメントのタイトル */
h4.CommentTitle {
	padding-left:5px;
	border-left: 5px solid #CF7894;
	color: #777;
}

/*コメント文章部分 */
div.CommentText {
	padding: 10px;
}

/*コメントフッター */
ul.CommentFooter {
	text-align: right;
	padding: 2px 10px;
}

ul.CommentFooter li { display: inline; }


/*************************************************
 コメントレス
*************************************************/

/* レスが表示されるボックス
------------------------------------------------*/
div.CommentResBlock {
	padding:  5px 0;
}

/* レスタイトル */
h4.CommentResTitle {
	padding-left: 5px;
	border-left: 5px solid #9D6890;
	color: #777;
}

/* レス文章部分 */
div.CommentResText { padding: 10px; }

/* レスフッター */
ul.CommentResFooter {
	text-align: right;
	padding: 2px 10px;
}

ul.CommentResFooter li {display: inline; }


/*************************************************
 トラックバックエリア
*************************************************/

/* トラックバックブロックの全体指定 
------------------------------------------------*/
div.TrackbackBlock {
	margin: 15px 0;
	padding: 10px 20px;
	text-align: left;
}

/* トラックバック見出し
----------------------------------------------- */
h3.TrackbackMenuTitle {
	height: 30px;
	margin: 20px 0;
	background: url(http://bfile.shinobi.jp/6532/bf_tb_title.gif) center top no-repeat;
}

/* URL見出し */
p.TrackbackURLTitle {
	margin-bottom: 30px;
	text-align: center;
}

/* URL表示部分 */
input#TrackbackURL { width: 300px; }

/* トラックバックが表示されるボックス
------------------------------------------------*/
div.TrackbackTextBox {
	padding: 5px 20px;
}

/* トラックバックタイトル */
h4.TrackbackTitle {
	padding-left: 5px;
	border-left: 5px solid #CF7894;
	color: #777;
}

/* トラックバック記事部分 */
div.TrackbackText {
	padding: 10px 0;
	line-height: 1.4;
}

/* トラックバックフッター */
ul.TrackbackFooter {
	text-align: right;
	padding: 2px 10px;
}

ul.TrackbackFooter li { display: inline; }


/*************************************************
  コメント編集ページ
*************************************************/

/* 編集ブロックの全体指定 
------------------------------------------------*/
div.CommentEditBlock {
	margin: 5px 0 0;
	padding: 10px 20px;
}

/* 編集タイトル 
------------------------------------------------*/
.CommentEditBlock .CommentEditTitle {
	height: 30px;
	margin: 20px 0;
	background: url(http://bfile.shinobi.jp/6532/bf_ed_title.gif) center top no-repeat;
}


/*************************************************
 フォーム
*************************************************/

/*フォームブロック
------------------------------------------------*/
div.CommentFormBlock {
	margin-bottom:30px;
	padding-left: 70px;
	text-align: left;
}

/* フォーム
-----------------------------------------------*/
dl.Form dt {
	padding-top: 2px;
	font-weight: bold;
}

dt span { font-weight: normal; }


dd input.CommentForms {
	width:250px;
}

/* コメントを書く部分 */					  
dd textarea {
	width: 400px;
	padding: 2px;
}

/* 絵文字のアイコン */
dd img {
	margin: 0;
	padding: 0;
}

/* 編集ページのメールアドレスを隠す */
.hide { display: none; }

/* 秘密コメントボタン */
input.check {
	border: none;
	background: none;
	margin-right: 0.5em;
	vertical-align: bottom;
}

/* 送信ボタン */
input.btn {
	background-color: #EEE;
	color: #444;
}

input.btn:hover {
	background-color: #DB7093;
	color: #EEE;
}

/* コメントページに戻るボタン */
input.BackButton {
	background-color: #EEE;
	color: #444;
}

input.BackButton:hover {
	background-color: #DB7093;
	color: #EEE;
}


/*************************************************
  プラグイン
*************************************************/

/* プラグインブロック
------------------------------------------------*/
div.PluginInnerBlock {
	margin: 5px 20px 15px 10px;
	text-align: left;
}

/* プラグインタイトル */
h4.PluginTitle {
	padding: 6px 5px 3px;
	background: url(http://bfile.shinobi.jp/6532/bf_line.gif) left bottom repeat-x;
	text-align: center;
	color: #777;
}

/* プラグインの説明 */
div.PluginExplanation {
	margin: 10px 5px;
	line-height: 1.4;
}

/* プラグイン表示部分 */
div.PluginContents {
	padding: 5px;

}

/* プラグイン 
------------------------------------------------*/
/* ブログ内検索 */
div.blogsearch {
	padding: 5px;
	vertical-align: middle;
}

.blogsearch input.box {
	width: 150px;
	margin-bottom: 5px;
}

/* バーコード */
div.qrcode_image { text-align: center; }

div.qrcode_image a img {
	margin: 0;
	padding: 0;
}

/* IE6 */
* html div.qrcode_image a:hover img {
	margin-right: -4px;
	margin-bottom: -3px;
	padding-right: 4px;
	padding-bottom: 3px;
}
	
/* IE7 */
*:first-child+html div.qrcode_image img:hover {
	margin-right: -4px;
	margin-bottom: -3px;
	padding-right: 4px;
	padding-bottom: 3px;
}

/* 各プラグイン共通部分
------------------------------------------------*/
/* プラグイン本体 */
div.plugin_data {
	text-align: left;
}

 /* レスのアイコン */
div.plugin_data .plugin_cm_with_res img {
	margin: 0 3px;
	vertical-align: top;
}

/* プラグインの日付、他 */
div.plugin_data_date { text-align: right; }

/* テキスト左、中央、右寄せ */
.left { text-align: left; }

.center { text-align: center; }

.right { text-align: right; }


/*************************************************
  カレンダー
*************************************************/

/* 日付移動用テーブル（前月、次月へのリンクなど）
------------------------------------------------*/
.CalendarMoveTable {
	padding: 3px;
	width: 98%;
}

/* 日付移動用テーブル、trタグ部分 */
.CalendarMoveTr {
}

/* 日付移動用テーブル内、左側td部分 */
.CalendarPrevTd {
}

/* 日付移動用テーブル内、中央td部分 */
.CalendarNowTd {
}

/* 日付移動用テーブル内、右側td部分 */
.CalendarNextTd {
}

/* カレンダー表示用テーブル
------------------------------------------------*/
.CalendarTable {
	width: 98%;
	padding: 3px;
	border-collapse: separate;
	border-spacing:3px;
}

/* カレンダーテーブル  曜日表示部分デザイン
------------------------------------------------*/

/* 曜日表示部分（trタグ部分）*/
.CalendarWdayTr { background-color: #FFD6DC; }

/* 曜日表示部分、日曜日のthタグ部分 */
.CalendarWdaySun { color: #BB5073; }

/* 曜日表示部分、平日のthタグ部分 */
.CalendarWday { color: #777; }

/* 曜日表示部分、土曜日のthタグ部分 */
.CalendarWdaySat { color: #BD86BD; }


/* カレンダーテーブル  日付表示部分デザイン
------------------------------------------------*/

/* 日付表示部分（trタグ部分）*/
.CalendarTr {  }

/* 日付表示部分、日曜日のtdタグ部分 */
.CalendarTdSun { color: #EFA6B1; }

/* 日付表示部分、土曜日のtdタグ部分 */
.CalendarTdSat { color: #CD96CD; }

/* 日付表示部分、平日曜日のtdタグ部分 */
.CalendarTd { color: #777;  }

/* 記事が存在する場所の設定 */
.CalendarTdLink { background-color: #FEE; }

/* 記事が存在する日付の文字色の設定 */
.CalendarTdLinkFont {
	font-weight: bold;
}