/**************************************************************************************
▼　記事の画像枠設定
・一部の画像枠を消したいときは、
<img src="画像のアドレス" class="emoji" />で消えると思います。

・そもそも枠はいらないという人は
初めから
.EntryText img.emoji{
	background-color: transparent;
	padding         : 0;
	border          : 0px #ffffff none;}
までを削除

**************************************************************************************/
.EntryText img{
	margin          : 0 5px 0 0;
	padding         : 7px;
	border-top      : 1px #EEEEEE solid;
	border-right    : 1px #CCCCCC solid;
	border-bottom   : 1px #CCCCCC solid;
	border-left     : 1px #EEEEEE solid;}

.EntryText img.emoji{
	background-color: transparent;
	padding         : 0;
	border          : 0px #ffffff none;}


/**************************************************************************************
　〔０〕　全ブロック　　設定
**************************************************************************************/
* {
	margin          : 0px;
	padding         : 0px;}

body {
	font-size       : small;
	color           : #363636;
	text-align      : center;
	font-family     : Verdana, "Osaka", sans-serif;
	background-color: #E7E4D1;}

td {
	line-height     : 160%;}

a{
	color           : #434F78;
	text-decoration : none;}

a:hover {
	color           : #363636;
	background-color: #C1DDFF;}

textarea{
	font-size       : small;}
/******** 外枠 ********************************************/
#MainBlock {
	width           : 700px;
	text-align      : left;
	margin          : 5em auto 0 auto;
	padding         : 15px;
	border          : 1em #B9B6A6 solid;
	background-color: #FFFFFF;}


/**************************************************************************************
〔１〕　トップページ
〔２〕　一覧ページ
〔３〕　詳細記事ページ　　共通設定
**************************************************************************************/
/******** タイトル ****************************************/
.TopTitle{
	color           : #B9B6A6;
	margin          : 2em 0;
	letter-spacing  : 0.3em;
	font-size       : 20px;}
	
.EntryTitle{
	margin-top      : 2em;
	padding-bottom  : 0.5em;
	font-size       : 18px;
	letter-spacing  : 0.3em;
	font-weight     : bold;
	background      : url(http://bfile.shinobi.jp/4316/02_bg1.gif) repeat-x 100% 100%;}

/******** 日付・コメント　など ****************************/
.EntryTop{
	text-align      : right;
	font-size       : 11px;
	color           : #A7A7A7;
	list-style-type : none;}
.EntryTop li{
	display         : inline;
	margin-left     : 1em;}

.EntryTop a{color: #A7A7A7;}

/******** 本文 ********************************************/
.EntryText{
	line-height     : 1.8;
	margin          : 1em 1em 3em 1em;}

.EntryPsText{
	margin-top      : 0.5em;}
	
/******** パンくずリスト **********************************/
.PanKuzu{
	text-align      : right;
	font-size       : 10px;
	color           : #A7A7A7;
	list-style-type : none;}
.PanKuzu li{
	display         : inline;
	margin-left     : 1em;
	padding-right    : 10px;
	background      : url(http://bfile.shinobi.jp/4316/02_li2.gif) no-repeat right center;}

/******** TOP・一覧のメニュー *****************************/
.EntryMenu{
	letter-spacing  : 0.1em;
	margin          : 1em 1em 3em 1em;
	font-size       : 13px;
	list-style-type : none;}
.EntryMenu li{
	margin-bottom   : 0.7em;
	padding-left    : 14px;
	background      : url(http://bfile.shinobi.jp/4316/02_li3.gif) no-repeat left center;}
	
/******** ナビ ********************************************/
#NaviBlock{
	font-size       : 100%;
	font-weight     : bold;
	text-align      : center;
	margin-bottom   : 30px;}

#NaviBlock ul{
	list-style-type : none;}

#NaviBlock li{
	text-align      : center;
	display         : inline;
	background-color: #E7E4D1;
	border          : 1px #B9B6A6 solid;
	padding         : 1px 3px;
	margin          : 5px; }

#NaviBlock a{
	font-weight     : normal;}


/**************************************************************************************
〔４〕　コメント部分
〔５〕　コメントフォーム部分
〔６〕　トラックバック部分
〔７〕　コメント編集　　　共通設定
**************************************************************************************/
.CtTitle{
	margin-top      : 2em;
	padding-bottom  : 0.3em;
	font-size       : 20px;
	letter-spacing  : 0.3em;
	font-weight     : bold;
	background      : url(http://bfile.shinobi.jp/4316/02_bg1.gif) repeat-x 100% 100%;}

.CtInnerBlock{
	margin          : 0.5em 0 2em 0;}

.CtTitle strong{
	font-size       : 13px;
	font-weight     : bold;}

.CtTop{
	margin-top      : 0.2em;
	font-size       : 11px;
	color           : #A7A7A7;
	list-style-type : none;}

.CtTop li{
	display         : inline;
	margin-left     : 1em;
	padding-left    : 10px;
	background      : url(http://bfile.shinobi.jp/4316/02_li2.gif) no-repeat left center;}
.CtTop a{color: #A7A7A7;}

.CtText{
	line-height     : 1.6;
	margin          : 0.5em 1em;}

.CtRsBlock{
	background-color: #F3F3F3;
	margin-left     : 10em;
	padding         : 1em;
	border-bottom   : 1px solid #E7E7E7;}

.trackback{
	padding-bottom  : 0.3em;
	font-size       : 20px;
	letter-spacing  : 0.2em;}

.CtBlock textarea,
.CtBlock input{
	border          : 1px #E7E4D1 solid;}

/**************************************************************************************
〔８〕　プラグイン用デザイン
**************************************************************************************/
.Plugin5{
	margin          : 2em 0;}
.Plugin5Title{
	color           : #B9B6A6;
	font-size       : 13px;}
.Plugin5Text{
	margin-left     : 0.5em;
	line-height     : 160%;}

.PluginLink{
	margin          : 0 1em 1.5em 1em;}

.PluginBlock{
	font-size       : 11px;
	width           : 25%;}
.PluginInnerBlock{
	padding         : 0 10px 20px 10px;}
.PluginTitle{
	font-size       : 13px;
	letter-spacing  : 0.2em;
	background-color: #E7E4D1;
	padding         : 3px 5px;}
.PlaginExplanation{
	font-size       : 10px;}
.PlaginData{
	margin          : 5px;}



/**************************************************************************************
〔９〕　フッターメニュー・コピーライト
**************************************************************************************/
#FooterBlock{
	text-align      : center;
	color           : #A7A7A7;
	font-size       : 10px;
	padding-top     : 0.5em;
	border-top      : 1px #E7E7E7 dashed;}

.FooterCp{padding-top: 1em;}
.FooterCm{
	text-align      : left
	color           : #A7A7A7;
	font-size       : 10px;
	margin-top      : 2em;}


/**************************************************************************************
〔１０〕  カレンダー　検索　共通プラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
	margin          : 0 auto;
	text-align      : center;
	width           : 120px;}

/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
	text-align: center;
}
/*カレンダー表示用テーブル*/
.CalendarTable {
	margin          : 0 auto;
	text-align      : center;
	width           : 120px;}

.CalendarTable a{font-weight     : bold;}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
	text-align: center;
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
	color: #e3b0a2;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
	color: #A2C2E3;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
	text-align: center;
}
/*-------------------------------------------------------
  検索用デザイン
-------------------------------------------------------*/
.box{
	font-size: 11px;
	width: 120px;}
.btn{
	font-size: 11px;}

/*-------------------------------------------------------
  各プラグイン共通項目用設定デザイン
-------------------------------------------------------*/
/*各プラグイン処理内の基本デザイン*/
.plugin_data {
	font-size         : x-small;
	text-align        : left;
	border-bottom     : 2px dashed #E7E4D1;
	padding           : 5px 0 0 5px;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.plugin_data_date {
	text-align:right;
}
