@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: 0; }

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 {
	padding-left: 80px;
	color: #444;
	background: url(http://bfile.shinobi.jp/5874/tsuru_back-3.jpg) left top repeat-y fixed #FEFEFE;
	font-size: 75%;
	line-height: 1.5;
	font-family: Arial, Helvetica, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
}

/* 画像の基本指定 
-----------------------------------------------*/
img { margin: 2px; }

/* 絵文字の基本指定 */
img.emoji { margin: 0 1px; }

/* テーブルの基本設定 
------------------------------------------------*/
table { margin: 0 auto; }  /* 中央寄せ */

th, td { text-align: center; }

/* フォームの基本指定 
------------------------------------------------*/
textarea, input {
	padding: 2px;
	border: solid 1px #BBB;
	font-family: Arial, Helvetica, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input { font-size: 109%; }  /* 13px */

textarea { font-size: 125%; }  /* 15px */

/************************************************* 
　見出し
*************************************************/

/* ブログのタイトル (h1)
------------------------------------------------*/
h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 236%;           /* 28px */
}

/* IE6 */
* html #TopTitle { font-weight: bold; }
                             
/* 記事のタイトル (h2)
------------------------------------------------*/
h2 {
	font-size: 134%;           /* 16px */
	font-weight: bold;
}


/* コメント、トラックバック、コメント編集 (h3)
------------------------------------------------*/
h3 {
	font-family: Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 120%;            /* 14px */
	font-weight: bold;
}


/* コメント、コメントレス、トラックバック、プラグイン
   のタイトル （h4）
-------------------------------------------------*/
h4 {
	font-size: 110%;
	font-weight: bold;
}                                 /* 13px */


/* h5とh6の指定
------------------------------------------------*/
h5, h6 {
	font-size: 100%;
	font-weight: bold;
}                                /* 12px */


/*************************************************
  リンク基本設定
*************************************************/
a { text-decoration: none; }

a:link,
a:visited { color: #960; }

a:hover,
a:active { color: #E8631A; }


/*************************************************
  レイアウト
*************************************************/
/*メインブロック*/
div#mainBlock {
	width: 770px;
	margin: 0 auto;
	text-align:center;
	background-color: #FEFEFE;
}

/*ヘッダー*/
div#TopBlock {
	height: 180px;
	text-align:left;
	overflow: hidden;
	background: url(http://bfile.shinobi.jp/5874/tsuru_clip-2.gif) left 30px no-repeat;
}

/*エントリー*/
div#EntryBlock {
	float: left;
	width: 550px;
	text-align: left;
	margin-top: 10px;
}

/*メニュー*/
div.PluginBlock {
	float: right;
	width: 220px;
	text-align: left;
	margin-top: -2px;
	margin-bottom: 20px;
}

/*フッター*/
div#FooterBlock {
	clear: both;
	padding: 5px;
	text-align: center;
}


/*************************************************
  ヘッダー
*************************************************/
/*ブログのタイトル*/
h1#TopTitle {
	height: 37px;
	margin: 60px 10px 0 120px;
}

h1#TopTitle a:link,
h1#TopTitle a:visited { color: #C90; }

h1#TopTitle a:hover {
	position: relative;
	top: 2px;
	left: 2px;
}

/*ブログの説明*/
p#TopExplanation { margin: 0 20px 0 120px; }



/*************************************************
  カテゴリー、アーカイブ、キーワード検索ページ
*************************************************/

div.SearchTitle {
	height: 17px;
	margin: 10px 20px 0 10px;
	padding: 4px 5px;
	font-weight: bold;
	text-align: center;
	background: url(http://bfile.shinobi.jp/5874/title-3.gif) left center no-repeat #F5F5D8;
	border: solid 1px #E1C990;
}

ul.SearchNavi {
	margin: 5px 20px;
	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;
}


/*************************************************
  記事上のプラグイン4（記事一覧ページのみ）
*************************************************/

/* プラグイン4のボックス
------------------------------------------------*/
div.Plugin4InnerBlock {
	margin: 10px 20px 20px 0;
	text-align: left;
}

/* プラグインタイトル */
.Plugin4InnerBlock .Plugin4Title {
	height: 17px;
	padding: 4px;
	text-align: center;
	background: url(http://bfile.shinobi.jp/5874/title-3.gif) left center no-repeat #F5F5D8;
	border: solid 1px #E1C990;
}

/* プラグイン表示部分 */
div.Plugin4Body {
	padding: 0 10px 10px;
}

/* プラグイン本体 */
div.Plugin4Contents { margin: 10px 0; }


/*************************************************
  記事下のプラグイン5（記事詳細ページのみ）
*************************************************/

/* プラグイン5のボックス
------------------------------------------------*/
div.Plugin5InnerBlock {
	margin: 20px 20px 0 0;
	text-align: left;
}

/* プラグイン本体 */
div.Plugin5Contents { margin: 5px 0; }


/*************************************************
  エントリー（記事ブロック）
*************************************************/

div.EntryInnerBlock {
	margin: 0 20px 20px 0;
	padding: 10px;
	text-align: left;
}

/* 記事タイトル */
div.EntryTitle {
	height: 40px;
	padding: 10px 5px 5px 55px;
	background: url(http://bfile.shinobi.jp/5874/tsuru_icon-1.gif) left top no-repeat;
	border-bottom: solid 1px #CCC;
	overflow: hidden;
}

.EntryTitle h2 { color: #444; }

.EntryTitle h2 a:link, .EntryTitle h2 a:visited { color: #444;; }

.EntryTitle h2 a:hover {
	position: relative;
	top: 2px;
	left: 2px;
}

/*記事部分*/
div.EntryTextBox {
	padding: 4px 0 0;
	line-height: 1.8;
}

/*記事本文*/
div.EntryText { margin: 10px 0 0; }

.EntryTextBox a:link, .EntryTextBox a:visited { color: #D8530A; }

.EntryTextBox a:hover { text-decoration: underline; }

/* 追記文 */
div.EntryPsText { padding: 2em 0 0; }

/*追記文へのリンク*/
p.EntryPsTitle {
	margin: 10px 0 10px;
	text-align: right;
}

/* ランキングバナー等用フッター*/
.EntryTextBox .TextFooter {
	margin-top: 5px;
	text-align: left;
}

/*記事情報部分*/
ul.EntryFooter {
	padding:3px 5px;
	text-align: right;
	border-top: solid 1px #CCC;
}

ul.EntryFooter li { display: inline; }

/* 記事アクセサリー
------------------------------------------------*/
/* 記事内の画像 */
.EntryText img, 
.EntryText a img {
	margin: 2px 4px;
}

/* ランキングバナー用画像 */
.TextFooter img,
.TextFooter a 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 hr {
	width: 100%;
	height: 1px;
	background-color: #999;
	color: #999;
	border: none;
}

/* 記事内の引用文 */
.EntryTextBox blockquote {
	margin: 1em 0 1em 1em;
	padding: 10px;
	background-color: #FFFFDE;
	border: dotted 1px #CCCCAC;
}

/* 記事内の短い引用文*/
q        { quotes : '"' '"' "'" "'" ; color: #AC3A43; }
q:before { content: open-quote; }
q:after  { content: close-quote; }

/* 拍手 */
.NinjaClap img { vertical-align: middle; }

/* その他のアクセサリー
------------------------------------------------*/
.EntryTextBox p { margin: 1em 0; }

.EntryTextBox em {
	color: #AC3A43;
}


.EntryTextBox pre {
	margin: 1em 0 1em auto;
	padding: 1em;
	border: 3px solid #555;
	font-family: sans-serif;
	background-color: #FBFBFB;
	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: 10px 0;
	text-align: center;
	padding: 10px;
}

ul.PageLinkBlock li { display: inline; }


/*************************************************
 コメント
*************************************************/
/*コメント全体ブロック*/
div.CommentBlock {
	margin-top: 20px;
	padding: 10px 20px 10px 10px;
}

/*コメント見出し*/
h3.CommentMenuTitle{
	margin-bottom: 20px;
	height: 19px;
	padding: 3px;
	text-align: center;
	background: url(http://bfile.shinobi.jp/5874/title-3.gif) left center no-repeat #F5F5D8;
	border: solid 1px #E1C990;
}

/*コメントボックス*/
div.CommentTextBox{
	margin: 5px 0;
	padding: 5px;
	border: solid 2px #D3C39B;
	background-color: #F5F5D8;
}

/*コメントのタイトル*/
h4.CommentTitle{
	margin: 0;
	padding: 5px;
	border-bottom: solid 1px #C1A970;
}

/*コメント部分*/
div.CommentText { padding: 10px; }

/*コメントフッター*/
ul.CommentFooter {
	margin: 0;
	text-align: right;
	padding: 5px;
    color: #777;
}

ul.CommentFooter li { display: inline; }

span.nickname { color: #000; }


/*************************************************
 コメントレス
*************************************************/
/* レスブロック */
div.CommentResBlock {
	margin: 10px 0 15px;
	padding: 5px;
	border: dotted 1px #E1C990;
	background: url(http://bfile.shinobi.jp/5874/shoubai_back-2d.gif) left 30px;
}

/* レスタイトル */
h4.CommentResTitle {
	margin: 0;
	padding: 5px;
	border-bottom: solid 1px #E1C990;
}

/* レス部分 */
div.CommentResText { padding: 10px; }

/* レスフッター */
ul.CommentResFooter {
	margin: 0;
	text-align: right;
	padding: 2px 10px;
        color: #777;
}

ul.CommentResFooter li { display: inline; }


/*************************************************
 トラックバックエリア
*************************************************/
/* トラックバックブロック */
div.TrackbackBlock{
	margin: 30px 20px;
	text-align: left;
}

/* トラックバック見出し */
h3.TrackbackMenuTitle{
	margin-bottom: 20px;
	height: 19px;
	padding: 3px;
	text-align: center;
	background: url(http://bfile.shinobi.jp/5874/title-3.gif) left center no-repeat #F5F5D8;
	border: solid 1px #E1C990;
}

/* URL見出し */
p.TrackbackURLTitle{
	margin-bottom: 50px;
	text-align: center;
}

/* URL表示部分 */
input#TrackbackURL{ width: 300px; }

/* トラックバックボックス */
div.TrackbackTextBox{
	margin: 10px 0;
	border: solid 1px #E1C990;
}

/* トラックバックタイトル */
h4.TrackbackTitle{
	margin: 5px;
	padding: 5px;
	border-bottom: solid 1px #C1A970;
}

/* トラックバック記事 */
div.TrackbackText{
	padding: 10px;
	line-height: 1.4;
}

/* トラックバックフッター */
ul.TrackbackFooter{
	text-align: right;
	padding: 2px 10px;
}

ul.TrackbackFooter li { display: inline; }


/*************************************************
  コメント編集ページ
*************************************************/
/* 編集ブロック */
div.CommentEditBlock {
	width: 740px;
	height: 480px;
	margin: 20px auto;
	padding: 10px;
	text-align: center;
	background-color: #FFFEFE;
}
		
/* 編集タイトル */
h3.CommentEditTitle {
	width: 530px;
	margin: 20px auto;
	height: 19px;
	padding: 3px;
	text-align: center;
	background: url(http://bfile.shinobi.jp/5874/title-3.gif) left center no-repeat #F5F5D8;
	border: solid 1px #E1C990;
}

/* バックボタン */
input.BackButton {
	background-color: #C1A970;
	color: #FFF;
	text-align: center;
	border: none;
}


/*************************************************
 フォーム
*************************************************/
/*フォームブロック*/
div.CommentFormBlock{
	width: 460px;
	margin:0 auto 30px;
	text-align: left;
}

/* フォーム */
dl.Form {
	line-height:1.5;
	position:relative;
}

/* 項目 */
dl.Form dt {
	width: 8em;
	text-align: right;
}

/* 入力部分 */
dl.Form dd {
	margin: -1.5em 0 10px 8.5em;
	text-align: left;
	position:relative;
}

dd input.CommentForms { width:200px;}

dd input {
	border-top: 1px solid #BBB;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #BBB;
	padding: 2px;
}
					  
dd textarea {
	width: 350px;
	border-top: 1px solid #BBB;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #BBB;
	padding: 2px;
}

*:first-child+html span.setsumei { vertical-align: baseline; } /* IE7 */

/* 秘密ボタン */
input#himitsu {
	border: none;
	background: none;
	margin-right: 0.5em;
	vertical-align: bottom;
}

input.btn {
	background-color: #C1A970;
	color: #FFF;
	border: none;
}

/* 編集ページのメールアドレスを隠す */
.hide { display: none; }

/*************************************************
  プラグイン
*************************************************/
/* アドミンブロック */
div.AdminBlock {
	margin: 0 0 0 10px;
	padding: 0 10px;
	text-align: right;
}

/*プラグインブロック*/
div.PluginInnerBlock {
	margin: 0 0 10px 10px;
	padding: 0 10px;
}

/*プラグインタイトル*/
h4.PluginTitle {
	height: 19px;
	padding: 9px 5px;
	text-align: center;
	background: url(http://bfile.shinobi.jp/5874/ume_p-3a.jpg) left top no-repeat #BC4A53;
	color: #FFF;
}

h4.PluginTitle a:link, h4.PluginTitle a:visited { color: #FFF; }

h4.PluginTitle a:hover { color: #FFC; }

/* プラグインの説明 */
div.PluginExplanation {
	margin: 10px;
	line-height: 1.4;
}

/* プラグイン表示部分 */
div.PluginContents { padding: 5px 10px; }

/* 検索 */
div.blogsearch { vertical-align: middle; }

.blogsearch input.box {
	width: 150px;
	margin-bottom: 5px;
}

/* バーコード */
div.qrcode_image { text-align: center; }

.left { text-align: left; }

.center { text-align: center; }

.right { text-align: right; }


/*  各プラグイン表示部分
------------------------------------------------*/
/*プラグイン本体*/
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; }


/**************************************************************************************
  カレンダー
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
        padding: 3px;
        width: 90%;
        margin: 0 auto;
}
/*カレンダー日付移動用テーブル、trタグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable {
        width: 90%;
        padding: 3px;
        margin: 0 auto;
}

/*-------------------------------------------------------
  カレンダーテーブル  曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（trタグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日のthタグ部分デザイン*/
.CalendarWdaySun {
	color: #C66;	border-top: 1px solid #999;
	border-bottom: 1px solid #999;}
/*曜日表示部分、平日のthタグ部分デザイン*/
.CalendarWday {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
/*曜日表示部分、土曜日のthタグ部分デザイン*/
.CalendarWdaySat {
	color: #693;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

/*-------------------------------------------------------
  カレンダーテーブル  日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（trタグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日のtdタグ部分デザイン*/
.CalendarTdSun {
	color: #C88;
}
/*日付表示部分、土曜日のtdタグ部分デザイン*/
.CalendarTdSat {
	color: #9C9;
}
/*日付表示部分、平日曜日のtdタグ部分デザイン*/
.CalendarTd {
	color: #AAA;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
	color: #E8631A;
	font-weight:bold;
}