/**************************************************************************************

■ 全ブロックの共通設定

**************************************************************************************/
* {
	margin          : 0px;
	padding         : 0px;
}
body {
	font-size       : small;
	color           : #444444;
	text-align      : center;
	font-family     : Verdana, "Osaka", sans-serif;
	background-color: #FFFFFF;
}
a:link,
a:visited,
a:active{
	color           : #335577;
	text-decoration : none;
}
a:hover {
	color           : #000000;
	background-color: #FFCC00;
}
textarea{
	font-size       : small;
}
/******** ▼ 外枠 ********************************************/
#MainBlock {
	width           : 1000px;
	text-align      : left;
	margin          : 0 auto;
}
#MainInnerBlock {
	padding         : 20px 0;
	width           : 1000px;
	background      : #FFFFFF;
	float           : left;
}

/** 画像枠 **/
.EntryText img{
	margin          : 0 5px 0 0;
	padding         : 7px;
	border-top      : 1px #DDDDDD solid;
	border-right    : 1px #AAAAAA solid;
	border-bottom   : 1px #AAAAAA solid;
	border-left     : 1px #DDDDDD solid;
	background-color: #ffffff;
}
.EntryText img.emoji{
	background-color: transparent;
	padding         : 0;
	border          : 0px #FFFFFF none;
}
/** 見出し **/
.EntryText h4{
	border-bottom   : 1px dashed #CC0000;
	margin-bottom   : 1em;
}
/** リストマーク **/
.EntryText ul{
	list-style-type : none;
	padding-left    : 1.5em;
}
.EntryText li{
	background      : url(http://bfile.shinobi.jp/4396/09_icon1.gif) no-repeat 0% 7px;
	padding         : 0 0 0 12px;
}


/**************************************************************************************

■ ヘッダーのデザイン

**************************************************************************************/
#TopBlock{
	border-top      : 10px solid #000000;
	background      : url(http://file.ers.blog.shinobi.jp/head.gif) center top no-repeat;
	height          : 500px;
}
/******** ▼ タイトル・説明 **********************************/
.TopInnerBlock{
	width			: 1000px;
	text-align      : right;
	margin			: 0 auto;
	padding			: 430px 0 0 0;
}
.TopInnerBlock h1{
	font-size       : 25px;
	color           : #FFFFFF;
	background-color: #002244;
	display			: inline;
}
.TopExplanation{
	font-size       : x-small;
	color           : #002244;
	background-color: #FFFFFF;
	width			: 450px;
	margin-left		: 550px;
}

/******** ▼ メニュー ****************************************/
#MenuBlock {
	height			: 30px;
	background      : #000000;
}
#TopMenu {
	width			: 1000px;
	margin			: 0 auto;
	font-size       : x-small;
	font-weight     : bold;
	list-style-type : none;
}
#TopMenu li{
	display         : inline;
}
#TopMenu li a{
	float           : left;
	display         : block;
	width	: 200px;
	height          : 30px;
	line-height     : 30px;
	color           : #FFFFFF;
	background      : #000000;
	overflow		: hidden;
	font-size		: 46px;
	letter-spacing	: -0.2em;
}
#TopMenu li a:hover{
	float           : left;
	display         : block;
	width			: 200px;
	height          : 30px;
	line-height     : 30px;
	color           : #000000;
	background      : #FFCC00;
	overflow		: hidden;
	font-size		: 46px;
	letter-spacing	: -0.1em;
}


/**************************************************************************************

■ エントリーのデザイン

**************************************************************************************/
/******** ▼ タイトル・枠 ************************************/
#EntryBlock{
	float           : left;
	width           : 690px;
}
.EntryInnerBlock{
	margin-bottom   : 5em;
}
.EntryTitle{
	border-left     : 10px solid #002244;
	font-family     : "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size       : 20px;
	letter-spacing  : 0.2em;
	padding         : 3px 5px;
}
/******** ▼ 日付など ****************************************/
.EntryTop{
	padding-top     : 0.5em;
	font-size       : x-small;
	list-style-type : none;
}
.EntryTop li{
	display         : inline;
	margin-right    : 1em;
}
.EntryBottom{
	background      : #E9E9E9;
	text-align      : right;
	font-size       : x-small;
	list-style-type : none;
	padding         : 0.5em 0;
	border-right    : 1px #AAAAAA solid;
	border-bottom   : 1px #AAAAAA solid;
}
.EntryBottom li{
	display         : inline;
	margin-right    : 1em;
}
/******** ▼ 本文 ********************************************/
.EntryText{
	line-height     : 1.8;
	margin          : 1em 0 3em 0;
}
.EntryPsText{
	padding-top     : 1.5em;
}
.EntryPsLink{
	margin          : 1.5em 0 0 0;
}
/******** ▼ ナビ ********************************************/
#NaviBlock{
	text-align      : center;
	padding-bottom  : 3em;
}
#NaviBlock ul{
	font-weight     : bold;
	list-style-type : none;
}
#NaviBlock li{
	display         : inline;
}
#NaviBlock a{
	border-right    : 1px #AAAAAA solid;
	border-bottom   : 1px #AAAAAA solid;
	border-lert		: 1px #FFFFFF solid;
	border-top		: 1px #FFFFFF solid;
	background      : #E9E9E9;
	padding         : 2px 5px;
	margin          : 5px;
}
#NaviBlock a:hover{
	border-right    : 1px #FFFFFF solid;
	border-bottom   : 1px #FFFFFF solid;
	border-lert		: 1px #FFFFFF solid;
	border-top		: 1px #FFFFFF solid;
	background      : #FFCC00;
	padding         : 2px 5px;
	margin          : 5px;
}


/**************************************************************************************

■ プラグインのデザイン

**************************************************************************************/
#PluginBlock{
	float           : right;
	width           : 300px;
}
.PluginInnerBlock{
	padding			: 1em;
	margin-bottom   : 1em;
	background-color: #E9EBED;
	border-right    : 1px #DDDDDD solid;
	border-bottom   : 1px #DDDDDD solid;

}
.PluginTitle{
	text-align		: right;
	color			: #E9EBED;
	background		: #6688AA;
	height          : 20px;
	line-height     : 20px;
	margin-bottom   : 0.1em;
	font-size       : 28px;
	letter-spacing  : -0.1em;
	overflow		: hidden;
}
.PlaginExplanation{font-size : x-small;}

.PlaginData{
	font-size       : x-small;
	line-height     : 1.6;
}
/******** ▼ 内部設定 ****************************************/
.plugin_data {
	background      : url(http://bfile.shinobi.jp/4396/09_icon1.gif)  no-repeat 0% 7px;
	text-align      : left;
	border-bottom   : 1px dashed #88AACC;
	padding         : 5px 0 0 12px;
}
.plugin_data_date {
	font-size       : x-small;
	text-align      : right;
}


/**************************************************************************************

■ コメント
■ トラックバック

**************************************************************************************/
/******** ▼ タイトル・枠 ************************************/
.CtBlock{
	margin-bottom   : 20px;
}
.CtInnerBlock{
	margin-bottom   : 3em;
}
.CtTitle{
	border-left     : 10px solid #002244;
	font-family     : "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size       : 20px;
	letter-spacing  : 0.2em;
	padding         : 3px 5px;
}
.CtTitle_2{
	margin          : 1em 0 0 0;
	font-size       : 15px;
}
/******** ▼ 日付など ****************************************/
.CtTop{
	font-size       : x-small;
	color           : #002244;
	list-style-type : none;
}
.CtTop li{
	display         : inline;
	margin-right    : 1em;
}
.CtTop a{color: ;}

/******** ▼ 本文 ********************************************/
.CtText{
	line-height     : 1.6;
	margin          : 0.5em 0;
}
.CtRsBlock{
	background-color: ;
	padding-left    : 5em;
	border-bottom   : 1px dashed #88AACC;
}
/******** ▼ フォーム ****************************************/
.CtBlock input,
.CtBlock textarea{
	background-color: transparent;
	border          : 1px solid #88AACC;
}


/**************************************************************************************

■ フッターのデザイン

**************************************************************************************/
#FooterBlock{
	border-top		: 10PX solid #FFCC00;
	background-color: #000000;
	text-align      : center;
	clear           : both;
	font-size       : x-small;
	color           : #224466;
	padding-top     : 20px;
}
#FooterBlock a{
	color           : #6688AA;
}
#FooterBlock a:hover {
	color           : #88AACC;
	background-color: #002244;
}
/******** ▼ メニュー ****************************************/
#FooterBlock ul{
	padding         : 1em 0;
}
#FooterBlock li{
	display         : inline;
	list-style-type : none;
	margin-right    : 6px;
	padding-left    : 10px;
	border-left     : 1px solid #002244;
}
#FooterBlock li.FooterBlockHome{
	border-left     : 0;
	padding-left    : 0;
}
/******** ▼ 著作権部分 ****************************************/
.FooterCp{
	color           : #446688;
	padding         : 1em 0;
}
.FooterCm{
	padding         : 1em 0;
}


/**************************************************************************************

■ カレンダー・検索用デザイン

**************************************************************************************/
/******** ▼ カレンダー日付移動用テーブル*********************/
.CalendarMoveTable {
	margin          : 0 auto;
	text-align      : center;
	width           : 190px;
	background-color: #E5E7E9;
}
.CalendarMoveTr {
	text-align		: center;
}
/******** ▼ カレンダー表示用テーブ***************************/
.CalendarTable {
	margin          : 0 auto;
	text-align      : center;
	width           : 190px;
}
.CalendarTable a{font-weight     : bold;}

/*** ▼ 曜日表示部分 のデザイン *************************/
.CalendarWdayTr {
	text-align      : center;
}
/**** ▼ 曜日表示部分、日曜日 ***************************/
.CalendarWdaySun {
	color           : #994499;
}
/**** ▼ 曜日表示部分、土曜日 ***************************/
.CalendarWdaySat {
	color           : #444499;
}
/**** ▼ 日付表示部分<tr> *******************************/
.CalendarTr {
	text-align      : center;
}

/**** ▼ 検索用デザイン **********************************/
.box{
	background-color: transparent;
	border          : 1px solid #002244;
	font-size       : x-small;
	width: 120px;}
.btn{
	background-color: transparent;
	border          : 1px solid #002244;
	font-size       : x-small;}


