/**************************************************************************************
▼　記事の画像枠設定
・一部の画像枠を消したいときは、
<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 rgb(245,245,245) solid;
	border-right    : 1px rgb(245,245,245) solid;
	border-bottom   : 1px rgb(245,245,245) solid;
	border-left     : 1px rgb(245,245,245) solid;
	background-color: rgb(245,245,245);}

.EntryText img.emoji{
	background-color: transparent;
	padding         : 0;
	border          : 0px #ffffff none;}

/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
* {
	margin          : 0px;
	padding         : 0px;
}

body {
	font-size       : 80%;
	color           : rgb(100,100,100);
	text-align      : center;
	font-family     : "Meiryo UI",sans-serif,"ＭＳ Ｐ明朝", "細明朝体",Verdana, "Osaka", sans-serif;
	background-color: #ffffff;}

a{
	color           : rgb(100,100,100);
	text-decoration : none;}

a:hover {
	color           : rgb(100,100,100);
	background-color: #ffffff;}



/******** 外枠 ********************************************/
#MainBlock {
	width           : 780px;
	text-align      : left;
	margin          : 0 auto;}

/**************************************************************************************
ヘッダーのデザイン
**************************************************************************************/
#TopBlock{
	padding-bottom  : 0em;}

.TopTitle{
	font-size       : 0px;
	letter-spacing  : 0.3em;
	padding         : 0em 0 0 0;}

.TopExplanation{
	padding         : 1em 0 3em 0;}

.TopCalendar{
	padding         : 1em 1em 2em 1em;
	color           : rgb(100,100,100);
	font-size       : 10px;
	border-bottom     : 0px dashed #DCCDAF;}

.TopCalendar ul{
	list-style-position : inside;}

.TopCalendar li{
	display        : inline;
	list-style-type: none;
	font-size      : 10px;}

.TopCalendar a{
	font-weight     : bold;
	color:	rgb(200,200,200)}
li.day {padding     : 0 5px;}

/**************************************************************************************
エントリーのデザイン
**************************************************************************************/
#EntryBlock{
	float           : left;
	width           : 545px;}
/******** タイトル・枠 ************************************/
.EntryInnerBlock{
	margin          : 30px 10px 65px 0;}

.EntryTitle{
	color           : rgb(200,200,200);
	font-size       : 18px;
	letter-spacing  : 0.3em;
	padding-bottom  : 3px;
	border-bottom     : 1px dashed rgb(200,200,200);}

/******** 日付など ****************************************/
.EntryTop{
	margin-top      : 0.5em;
	text-align      : right;
	font-size       : 11px;
	list-style-type : none;}

.EntryTop li{
	display         : inline;
	margin-left     : 1em;}

/******** 本文 ********************************************/
.EntryText{
	font-family     : Verdana, "Osaka", sans-serif;
	line-height     : 1.5;
	margin          : 1em 1em 3em 1em;}

.EntryPsText{
	margin-top      : 0.5em;}

.EntryPsLink{
	margin          : 0.5em 0 0 0.5em;}

/******** ナビ ********************************************/
#NaviBlock{
	margin-bottom    : 20px;}

#NaviBlock ul{
	font-weight     : bold;
	text-align      : center;
	list-style-type : none;}

#NaviBlock li{
	border          : 0px solid #DCCDAF;
	text-align      : center;
	display         : inline;
	background-color: rgb(245,245,245);
	padding         : 2px 3px;
	margin          : 10px; }

#NaviBlock ul a{
	font-weight     : normal;}

/**************************************************************************************
プラグインのデザイン
**************************************************************************************/
#PluginBlock{
	float           : left;
	width           : 200px;}

.PluginInnerBlock{
	margin          : 30px 0 20px 3em;}

.PlaginExplanation{
	font-size       : 10px;}

.PlaginData{
	font-size       : 11px;
	line-height     : 150%;
	margin          : 10px 0 0 0;}


/**************************************************************************************
コメント
コメントフォーム
トラックバック
コメント編集　のデザイン
**************************************************************************************/
/******** タイトル・枠 ************************************/
.CtTitle{
	margin          : 10px 0;}

.CtInnerBlock{
	margin-bottom   : 20px;}

.CommentBlock{
	min-height      :100px;
	margin-bottom   : 40px;
	background      : url(http://bfile.shinobi.jp/4315/03_ct_img.gif)  no-repeat  right bottom;}

.FormBlock{
	margin-bottom   : 40px;
	background      : url(http://bfile.shinobi.jp/4315/03_fo_img.gif)  no-repeat  right bottom;}

.TrackbackBlock{
	min-height      :100px;
	margin-bottom   : 40px;
	background      : url(http://bfile.shinobi.jp/4315/03_tb_img.gif)  no-repeat  right bottom;}

/******** 日付など ****************************************/
.strong{
	letter-spacing  : 0.2em;}

.CtTop{
	font-size       : 11px;
	color           : #C6AB7C;
	list-style-type : none;
	margin-top      : 0.5em;}

.CtTop li{
	display         : inline;
	margin-left     : 1em;}

.CtInnerBlock span{
	color           : #C6AB7C;
	font-size       : 15px;
	letter-spacing  : 0.2em;}

/******** 本文 ********************************************/
.CtText{
	font-family     : Verdana, "Osaka", sans-serif;
	line-height     : 160%;
	margin          : 0.5em 1em 2em 0.5em;}

.CtRsBlock{
	margin-left     : 10em;}

/******** フォーム ****************************************/
input,
textarea{
	font-size       : small;
	background-color: transparent;
	border-top      : 0px dashed #DCCDAF;
	border-right    : 0px dashed #DCCDAF;
	border-bottom   : 1px dashed #DCCDAF;
	border-left     : 0px dashed #DCCDAF;}



/**************************************************************************************
フッターのデザイン
**************************************************************************************/
#FooterBlock{
	font-family     : Verdana, "Osaka", sans-serif,"ＭＳ Ｐ明朝", "細明朝体",;
	clear           : both;
	text-align      : center;
	margin          : 30px 0;}

.FooterCm{
	margin          : ;
	padding         : ;
	font-size       : 10px;}


/**************************************************************************************
カレンダー　共通プラグイン用デザイン
**************************************************************************************/
/*-------------------------------------------------------
  各プラグイン共通項目用設定デザイン
-------------------------------------------------------*/
/*各プラグイン処理内の基本デザイン*/
.plugin_data {
	line-height     : 160%;
	text-align      : left;
	border-bottom   : 0px dashed rgb(200,200,200);
	padding         : 5px 0 0 1em;}

/*各プラグイン処理内基本デザインの下に記載する日付など*/
.plugin_data_date {
	text-align:right;}

/******** カレンダー日付移動用テーブル*********************/
.CalendarMoveTable {
	font-size       : x-small;
	margin          : 0 auto;
	text-align      : center;
	width           : 180px;}

.CalendarMoveTr {
	text-align: center;}

/******** カレンダー表示用テーブ***************************/
.CalendarTable {
	font-size       : x-small;
	margin          : 0 auto;
	text-align      : center;
	width           : 180px;}

.CalendarTable a{font-weight     : bold;}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*** 曜日表示部分 のデザイン *************************/
.CalendarWdayTr {
	text-align: center;}

/**** 曜日表示部分、日曜日 ***************************/
.CalendarWdaySun {
	color: #e3b0a2;}

/**** 曜日表示部分、土曜日 ***************************/
.CalendarWdaySat {
	color: #A2C2E3;}

/**** 日付表示部分<tr> *******************************/
.CalendarTr {
	text-align: center;}

/*-------------------------------------------------------
  検索用デザイン
-------------------------------------------------------*/
.box{
	border        : 0px dashed #DCCDAF;}
	font-size: 11px;
	width: 120px;}
.btn{
	border        : 0px dashed #DCCDAF;
	font-size: 11px;}

