/**************************************************************************************
▼　記事の画像枠設定
・一部の画像枠を消したいときは、
<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           : #4C4C4C;
	text-align      : center;
	font-family     : Verdana, "Osaka", sans-serif;
	background-color: #F2F2F2;
}
a:link,
a:visited,
a:active{
	color           : #2E86BA;
	text-decoration : none;
}
a:hover {
	color           : #4C4C4C;
	background-color: #2E86BA;
}
textarea{
	font-size       : small;
}
/******** ▼ 外枠 ********************************************/
#MainBlock {
	width           : 800px;
	text-align      : left;
	margin          : 0 auto;
	padding-top     : 30px;
}

/**************************************************************************************

■ ヘッダーのデザイン

**************************************************************************************/
#TopBlock{
}
.TopTitle{
	font-family     : "ＭＳ Ｐ明朝", "細明朝体",Verdana, "Osaka", sans-serif;
	padding         : 5px 0;
	font-size       : 28px;
}
.TopExplanation{
	font-size       : x-small;
	margin          : 5px 0 50px 0;
}
#TopMenu select{
	background-color: #F2F2F2;
}

/**************************************************************************************

■ エントリーのデザイン

**************************************************************************************/
/******** パンくず ****************************************/
.Pan{  
	height          : 15px;
	text-align      : right;
	padding-right   : 10px;
}  
.Pan li{
	display         : inline;
	line-height     : 15px;
	list-style-type : none;
	padding-left    : 12px;
}  
.Pan li a{
	background      : url(http://bfile.shinobi.jp/4417/11_li02.gif) no-repeat right 5px;
	padding-right   : 10px;
	text-decoration : none;
} 
/******** ▼ タイトル・枠 ************************************/
#EntryBlock{
}
.EntryInnerBlock{
	border          : 1px solid #E1E1E1;
	background-color: #ffffff;
	margin          : 20px 0;
	padding         : 20px;
}
.EntryTitle{
	padding-bottom  : 5px;
	border-bottom   : 2px solid #F2F2F2;
	font-size       : 18px;
	letter-spacing  : 0.2em;
}
/******** ▼ 日付など ****************************************/
.EntryBottom{
	text-align      : right;
	font-size       : x-small;
	list-style-type : none;
}
.EntryBottom li{
	display         : inline;
	margin-left     : 1em;
}
/******** ▼ 本文 ********************************************/
.EntryText{
	line-height     : 1.6;
	margin          : 1em 0 3em 0;
}
.EntryPsText{
	padding-top     : 1.5em;
}
.EntryPsLink{
	margin          : 1.5em 0 0 0;
}
/******** ▼ ナビ ********************************************/
.EntryNavi{
	list-style-type : none;
}
.EntryNavi li{
	background      : url(http://bfile.shinobi.jp/4417/11_li01.gif)  no-repeat 0% 7px;
	padding         : 2px 0 2px 12px;
}
#NaviBlock{
	padding         : 2em 0;
	text-align      : center;
}
#NaviBlock ul{
	font-weight     : bold;
	list-style-type : none;
}
#NaviBlock li{
	background-color: #E1E1E1;
	padding         : 2px 5px;
	margin          : 5px;
	display         : inline;
}
#NaviBlock a{
	font-weight     : normal;
}


/**************************************************************************************

■ プラグインのデザイン

**************************************************************************************/
#Plugin{
	visibility      : hidden;
	filter          : alpha(opacity:80);
	opacity         : 0.8;
	right           : 100px;
	top             : 50px;
	width           : 220px;
	background-color: #000000;
}
.PluginBlock{
	position        : absolute;
}
.PluginClose{
	margin          : 10px;
	text-align      : right;
}
.PluginClose a{
	font-size       : x-small;
	font-weight     : bold;
	letter-spacing  : 0.2em;
	background-color: #ffffff;
	padding         : 2px 5px;
}
.PluginInnerBlock{
	margin          : 0 10px 30px 10px;
}
.PluginTitle{
	color           : #ffffff;
	font-size       : 15px;
	letter-spacing  : 0.1em;
	border-bottom   : 2px solid #3C3C3C;
	padding-bottom  : 5px;
}
.PlaginExplanation{font-size : x-small;}

.PlaginData{
	color           : #ffffff;
	font-size       : x-small;
	line-height     : 1.6;
	margin-top      : 5px;
}
/******** ▼ 内部設定 ****************************************/
.plugin_data {
	text-align      : left;
	border-bottom   : 1px dashed #3C3C3C;
	padding         : 5px 0 5px 0;
}
.plugin_data_date {
	font-size       : x-small;
	text-align      : right;
}


/**************************************************************************************

■ コメント
■ トラックバック

**************************************************************************************/
/******** ▼ タイトル・枠 ************************************/
.CtBlock{
	border          : 1px solid #E1E1E1;
	background-color: #ffffff;
	margin          : 20px 0;
	padding         : 20px;
}
.CtInnerBlock{
	margin-bottom   : 20px;
}
.CtTitle{
	padding-bottom  : 5px;
	border-bottom   : 2px solid #F2F2F2;
	font-size       : 20px;
	letter-spacing  : 0.2em;
	margin-bottom   : 10px;
}
.CtTitle_2{
	padding         : 3px 0 5px 0;
	font-size       : 15px;
}
/******** ▼ 日付など ****************************************/
.CtTop{
	font-size       : x-small;
	color           : #2E86BA;
	list-style-type : none;
}
.CtTop li{
	display         : inline;
	margin-right    : 1em;
}
/******** ▼ 本文 ********************************************/
.CtText{
	line-height     : 1.6;
	margin          : 0.5em 0;
}
.CtRsBlock{
	background-color: #F2F2F2;
	margin-left     : 5em;
	padding         : 1em;
}
/******** ▼ フォーム ****************************************/
.CtBlock input,
.CtBlock textarea{
	background-color: transparent;
	border          : 1px solid #E1E1E1;
}


/**************************************************************************************

■ フッターのデザイン

**************************************************************************************/
#FooterBlock{
	text-align      : center;
	clear           : both;
	font-size       : x-small;
	padding-top     : 10px;
}
.FooterCp{
	margin-bottom   : 10px;
}
.FooterCm{
	margin-top      : 5px;
}


/**************************************************************************************

■ カレンダー・検索用デザイン

**************************************************************************************/
/******** ▼ カレンダー日付移動用テーブル*********************/
.CalendarMoveTable {
	margin          : 0 auto;
	text-align      : center;
	width           : 190px;
}
.CalendarMoveTr {
	text-align: center;
}
/******** ▼ カレンダー表示用テーブ***************************/
.CalendarTable {
	margin          : 0 auto;
	text-align      : center;
	width           : 190px;
}
.CalendarTable a{font-weight     : bold;}

/*** ▼ 曜日表示部分 のデザイン *************************/
.CalendarWdayTr {
	text-align      : center;
}
/**** ▼ 曜日表示部分、日曜日 ***************************/
.CalendarWdaySun {
	color           : #e3b0a2;
}
/**** ▼ 曜日表示部分、土曜日 ***************************/
.CalendarWdaySat {
	color           : #A2C2E3;
}
/**** ▼ 日付表示部分<tr> *******************************/
.CalendarTr {
	text-align      : center;
}

/**** ▼ 検索用デザイン **********************************/
.box{
	font-size       : x-small;
	width: 120px;}
.btn{
	font-size       : x-small;}

.left {
	text-align      : left;}
.center {
	text-align      : center;}
.right {
	text-align      : right;}
