@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 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;    /* 12px */
	color:#555;
	text-align:center;
	background:url(http://bfile.shinobi.jp/4877/back-01a.jpg) right bottom no-repeat fixed #FFF;
}

/* 画像の基本指定 
-----------------------------------------------*/
img { margin: 2px; }

/* 絵文字の基本指定 */
img.emoji { margin: 0 1px; }

/* テーブルの基本設定 
------------------------------------------------*/
table { margin: 0 auto; }  /* 中央寄せ */

th, td { text-align: center; }

/* フォームの基本指定 
------------------------------------------------*/
textarea, input, select {
	padding: 2px;
	border: solid 1px #CCC;
	background-color:#FFF;
	font-family: Arial, Helvetica, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input { font-size: 109%; }  /* 13px */

textarea { font-size: 125%; }  /* 15px */

/**************************************************************************************
 リンクの共通設定
**************************************************************************************/

a:link {
	text-decoration:none;
	color:#F66;
}

a:visited{
	text-decoration:none;
	color:#F66;
}

a:active {
	text-decoration:none;
	color:#9C6;
}

a:hover {
	text-decoration: none;
	color:#9C6;
}

/*************************************************
  レイアウト
*************************************************/

/*メインブロック*/
#mainBlock {
	width:750px;
	margin:0px auto;
	text-align:center;
}

/*ヘッダー*/
#TopBlock {
	height:150px;
	background:url(http://bfile.shinobi.jp/4877/o-header5.jpg) left center no-repeat;
}

/*エントリー*/
#EntryBlock {
	width:525px;
	padding:10px 0px 20px;
	float:right;
	text-align:center;
}

/*メニュー*/
.PluginBlock {
	width:200px;
	float:left;
	text-align:left;
	margin:0px 0px 0px auto;
	padding:10px 0px 0px;
	color:#666;
}

/*フッター*/
#FooterBlock {
	height:45px;
	margin:0px 0px 0px auto;
	padding:10px 0px;
	clear:both;
	text-align:center;
	line-height:150%;
}
	
/**************************************************************************************
 トップブロック用デザイン
**************************************************************************************/

#TopTitle {	
	padding:50px 10px 5px 100px;
	font-size:26px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho",  serif;
	text-align:left;
	font-weight:bold;
}

#TopTitle a:link,
#TopTitle a:visited {
	color:#F85;
}

#TopTitle a:hover {
	position: relative;
	top: 2px;
	left: 2px;
}

#TopExplanation {
	padding:0px 10px 0px 100px;
	text-align:left;
}

/**************************************************************************************
 トップカレンダーブロック用デザイン
**************************************************************************************/

#TopCalender{
	padding:1px;
	background-color:#CD4B49;
	text-align:center;
	color:#FFF;
	word-spacing:1px;
}

#TopCalender a:link,
#TopCalender a:visited {
	color:#CF7;
}

#TopCalender a:hover {
	position:relative;
	top:2px;
	left:2px;
}

/**************************************************************************************
 ログインブロック用デザイン
**************************************************************************************/

.Admin {
	padding:2px 10px;
	height:15px;
	font-size:10px;
	text-align:right;
	color:#AAA;
}

.Admin a:link,
.Admin a:visited {
	color: #F66;
}

.Admin a:hover {
	position:relative;
	left:2px;
	top:2px;	
}

/**************************************************************************************
  ページリンク部分の設定
**************************************************************************************/

#PageLinkBlock{
	padding:0px 0px 40px;
	margin:0px 0px 10px;	
	text-align:center;
	clear:both;
	background:url(http://bfile.shinobi.jp/4877/o-border1a.gif) bottom center no-repeat;
}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/

.PluginBlock a:link,
.PluginBlock a:visited {
	color:#CD4B49;
}

.PluginBlock a:hover{
	color:#99CC66;
}

.PluginInnerBlock {
	margin-bottom:15px;
	line-height:150%;
}	

/* プラグインタイトル */	
.PluginTitle {
	height:21px;
	margin-bottom:5px;
	padding:2px 5px 2px 30px;
	text-align:left;
	background:url(http://bfile.shinobi.jp/4877/i-nanten2a.gif) left no-repeat;
	border-bottom:dashed 1px #AAA;
	color:#CD4B49;
	font-weight:bold;
}

.PluginTitle a:link,
.PluginTitle a:visited {
	color:#CD4B49;
}

.PluginTitle a:hover {
	color:#FF8855;
}

/* プラグインの説明 */
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;
	border-bottom:dashed 1px #CF9;
}

/* レスのアイコン */
div.plugin_data .plugin_cm_with_res img {
	margin: 0 3px;
	vertical-align: top;
}

/*プラグインの日付、他*/
div.plugin_data_date { text-align: right; }

/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/

.EntryInnerBlock {
	margin:0px auto 30px; 
	padding:0px 10px 10px;
	text-align:left;
}

/* 記事タイトル */
.EntryTitle {
	padding:5px 10px;
	border-bottom:dashed 1px #AAAAAA;
	font-size:14px;
	font-weight:bold;
}

.EntryTitle a:link,
.EntryTitle a:visited {
	color:#CD4B49;
}

.EntryTitle a:hover{
	color:#FF8855;
}

/* 記事表示部分 */
.EntryTextBox {
	padding:8px 5px 2px;
}

/* 記事本文 */
.EntryText {
	padding:0px 0px 3px;
	line-height:180%;
}

/* 追記文 */
.EntryTextPs {
	margin-top:20px;
	padding:50px 0px 3px;
	line-height:180%;
	background:url(http://bfile.shinobi.jp/4877/o-border2a.gif) no-repeat top;	
}

/* 追記文へのリンク */
.EntryPsText {
	margin:15px 0 5px;
}

/* ランキングバナー等設置個所 */
.RankingBlock {
	margin-top:5px;
	text-align:right;
}

/* 記事フッター */
ul.EntryFooter {
	padding:5px 10px 10px;
	border-top:dashed 1px #AAA;
	text-align: right;
}

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: #AAA;
	color: #AAA;
	border: none;
}

/* 記事内の引用文 */
.EntryTextBox blockquote {
	margin: 1em 0 1em 1em;
	padding: 10px;
	border: dotted 1px #F88;
}

/* 記事内の短い引用文*/
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;
}

/**************************************************************************************
  コメント表示部分の設定
**************************************************************************************/

.CommentBlock {
	padding:20px;
	text-align:left;       
}

/* コメント見出し */
.CommentMenuTitle {
	text-align:left;
	padding:0px 10px 3px;
	border-bottom:solid 1px #A2CD5A;
	border-left:solid 5px #A2CD5A;
	color:#CD4B49;
	font-size:16px;
	font-weight:bold;
 }

/* コメント表示部分 */
.CommentBox {
	padding:2px;
	margin:0px 0px 10px auto;
	border:solid 2px #F99;
} 

.CommentInnerBox {
	padding:5px;
	border:solid 1px #F99;
} 

.CommentTextBox {

}

/* コメントタイトル */
.CommentTitle {
	text-align:left;
	padding:10px;
	border-bottom:solid 1px #FF9999;
}

/* コメント */
.CommentText {
	padding:5px 10px;
	line-height:160%;
}

/*コメント情報部分*/
ul.CommentNavi {
	text-align:right;
	margin-bottom:10px;
}
ul.CommentNavi li { display: inline; }


/**************************************************************************************
  コメント 管理者返信部分デザイン
**************************************************************************************/

.CommentResBox {
	padding:2px;
	margin-bottom:20px;
	border:solid 2px #CCE5B2;
}

.CommentResInnerBox {
	padding:5px;
	border:solid 1px #CCE5B2;
}

/* レスタイトル */
.CommentResTitle {
    padding:10px;
	border-bottom:solid 1px #99CC66; 
}

/* 返信 */
.CommentResText {
	padding:5px 10px;
	line-height:160%;
}

/* レス情報部分 */
.CommentResNavi {
	text-align:right;
}

/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/

.TrackbackBlock {
	margin-bottom:50px;
	padding:0px 20px;
}

/* トラックバック見出し */
.TrackbackMenuTitle {
	text-align:left;
	padding:0px 10px 3px;
	border-bottom:solid 1px #A2CD5A;
	border-left:solid 5px #A2CD5A;
	color:#CD4B49;
	font-size:16px;
	font-weight:bold;
}

/* トラックバック表示部分 */
.TrackbackBox {
	padding:2px;
    margin-top:10px;
	border:solid 2px #FA7;
	text-align:left;
} 	

.TrackbackInnerBox {
	padding:5px;
	border:solid 1px #FA7;
} 

.TrackbackTextBox {

}

/* トラックバックタイトル */
.TrackbackTitle {
	text-align:left;
	padding:10px;
	border-bottom:solid 1px #FF8855;
	font-size:12px;
}

/* トラックバック記事 */
.TrackbackText {
	padding:5px 10px;
	line-height:160%;
}

.TrackbackURLTitle {
	padding:20px;
	text-align:left;
	font-size:12px;
}

#TrackbackURL {
	width:300px;
	font-size:12px;
	border:solid 1px #CCCCCC;
}

/* トラックバック情報部分 */
ul.TrackbackNavi {
	text-align: right;
}

ul.TrackbackNavi li { display: inline; }

/**************************************************************************************
  コメント編集部分の設定
**************************************************************************************/

.CommentEditBlock {
	width:515px;
	float:right;
	padding:12px 0px 20px; 
}

/* コメント編集見出し */
.CommentEditTitle {
	text-align:left;
	padding:0px 10px 3px;
	border-bottom:solid 1px #A2CD5A;
	border-left:solid 5px #A2CD5A;
	color:#CD4B49;
	font-size:16px;
	font-weight:bold;
}

.CommentEditFormBlock {
	height:340px;
	margin:0px auto;
	padding:5px 20px;
}

.Backbtn {
	margin-top:20px;
}

.BackButton {
	width:130px;	
}

/**************************************************************************************
  コメントフォームの設定
**************************************************************************************/

.CommentFormBlock {
	height:350px;
	margin:10px 0px 20px;
	padding:5px 20px;
	text-align:center;
}

.CommentFormTable {
	margin:0px auto;
}

.CommentFormTh {
	padding:5px;
	text-align:right;
	font-size:12px;
	border-style:none;
	vertical-align:middle;	
}

.CommentFormTd {
	padding-bottom:2px;
	text-align:left;
	vertical-align:middle;
}

.CommentForms {
	padding:0px 2px;
}

.CommentForms {
	padding:0px 2px;
}

.checkbuttom {
	border:none;
}

.btn {	
	color:#555;	
}

.hide { display: none; }

/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/

/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
	margin:0px auto;
	padding:2px;
	width:170px;
	border-bottom:solid 1px #666;
	font-size:11px;
	text-align:center;
}

/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}

/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
	padding-top:2px;
	padding-bottom:2px;
}

/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}


/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}

/*カレンダー表示用テーブル*/
.CalendarTable {
	width:170px;
    margin:0px auto;
	padding:0px;
	text-align:center;
	font-size:11px;
}

/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/

/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}

/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
	color:#F99;
	padding-top:2px;
	padding-bottom:2px;
}

/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
}

/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
	color:#9C6;
}

/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/

/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}

/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
	color:#F99;
	padding-top:2px;
	padding-bottom:2px;
}

/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
	color: #9C6;
}

/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
}

/*記事が存在する場所の設定 */
.CalendarTdLink {
}

/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
	color:#F90;
	font-weight:bold;
}