/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
body {
      background-color:#b5dde7;
      background-image:url('http://file.marori.blog.shinobi.jp/back.png');
      background-position: -50px -30px;
      font-size:small;
      color:#556666;
      margin: 0em;
      line-height: 1.2em;
      width: 100%;
      text-align: center;
      scrollbar-base-color:#bbccee;
      scrollbar-face-color: #fcfcfc;
      scrollbar-track-color: #e4dbde;
      scrollbar-arrow-color: #bbccee;
      scrollbar-highlight-color: #fcfcfc;
      scrollbar-shadow-color: #fcfcfc;
      scrollbar-3dlight-color:#bbccee;/* スクロールバーの左端と上端の色 */
      scrollbar-darkshadow-color:#bbccee;/* スクロールバーの右端と下端の色 */}

/******** 外枠 ********************************************/
#MainBlock {
	width           : 700px;
	text-align      : center;
         background: #fdfdfd;
         border-style: solid;
         border-width: 0px 1px;
         border-color: #555555;
         background-image:url('http://file.marori.blog.shinobi.jp/kabegami.png');
	margin          : 0px auto;}

/*<td>の全ての設定*/
td {text-align:center;}

/*table全ての設定*/
table{border-collapse: collapse;}

/*通常のリンクの設定*/
a:link {color:#5566dd;}

/*過去に見たことがあるページのリンクの設定*/
a:visited{color:#5566dd;}

/*カーソルが合っている状態のリンクの設定*/
a:hover {color:#ff7799;}

/*アクティブ状態のリンクの設定*/
a:active {color:#ff7799;}

/*テキスト左寄せ*/
.left {text-align:left;}

/*テキスト中央寄せ*/
.center {text-align:center;}

/*テキスト右寄せ*/
.right {text-align:right;}

/**************************************************************************************
ヘッダーのデザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock{
      width:510px;
      height:200px;
      text-align: center;
      background-image:url('http://file.marori.blog.shinobi.jp/wakut.png');
      background-color:#fdfdfd;
      padding: 1em 0em 0em 0.5em;
      margin: 0em 0em 0em 0em;

background-repeat:no-repeat;
background-position:center 1em;
}

/*ページタイトル文字部分の設定*/
.TopTitle{
visibility: hidden;   /* 表示しない */ 
padding: 10px 0px 0px 30px;
font-size:15px;
font-weight:bold;
}

/*ページタイトルの下に来るブログの説明文書*/
.TopExplanation{
visibility: hidden;   /* 表示しない */ 
	padding         : 10px;
	font-size       : 10px;}

#TopBlock a{color   : #ffffff;}

/**************************************************************************************
エントリーのデザイン
**************************************************************************************/
/******** タイトル・枠 ************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock{
	float:left;
	width           : 516px;
         text-align: left;}

/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock{
	margin   : -2em auto;
         padding-bottom:3em;
	background-color: #fdfdfd;
      border-style:none;} 

/*各記事タイトル部分の設定*/
.EntryTitle{
      letter-spacing: 0.1em;
      text-align: left;
      font-weight:bold;
      font-family: “Georgia”, "Times New Roman",serif;
      padding-left:6em;
      padding-top:80px;
      border-style:none;
      height:75px;
      background      : url('http://file.marori.blog.shinobi.jp/roc.png');
      background-repeat:no-repeat;
      background-position:10px 15px;font-size:15px;
}

/******** 日付など ****************************************/
.EntryTop{
	padding-right   : 1em;
	padding-top     : 1em;
	text-align      : right;
	font-size       : 10px;
	list-style-type : none;
         border-style: none;}

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

.EntryTop a{color: ;}

/******** 本文 ********************************************/
.EntryText{
         letter-spacing: 0.1em;
	line-height     : 180%;
         padding: 0px 0px 0px 0px;
	margin          : -3em 1em 0em 3em;
         color:#444444;
         border-style: none;
         font-size:12px;
}

.EntryPsText{
	margin-top      : 0.5em;}

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

/**************************************************************************************
プラグインのデザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
#PluginBlock{
	float:right;
	width           : 150px;
         margin: 50px 1.7em 0px 0px;}

/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
      padding:10px 0px 0px 0px;
      background-color:#fdfdfd;
border-style:none;
        margin: 0px 0em 2em 0em;}

/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle{
      border-top-width:0;
      border-right-width:0;
      border-bottom-width:1px;
      border-left-width: 0px;
      padding-top:0.5em;
      padding-right:0em;
      padding-left:1em;
      font-size:11px;
      border-style:solid;
      background-color:#fdfdfd;
      text-align:left;
         font-weight:bold;
}      

.PluginTitle a{
	color: #556666;
         font-weight:bold;
         text-decoration:none;}

/*プラグインの説明部分の設定*/
.PluginExplanation {
          padding: 1px;}

.PlaginData{
	font-size       : 10px;
	line-height     : 180%;
	margin          : 0em 0em 0em 0em;
         text-align: left;
         padding:0em 1em;}

/*ツイッターの横幅設定*/
.twitter-timeline {
min-width: 140px　!important;
width: 140px　!important;}


/**************************************************************************************
コメント
コメントフォーム
トラックバック
コメント編集　のデザイン
**************************************************************************************/
/******** タイトル・枠 ************************************/
.CtTitle{
	padding         : 1em 1em 1em 30px;
	font-size       : 10px;}

/*コメント全体の設定*/
.CtBlock{
	margin          : -2em 0em 0em 0em;
	background-color: #fdfdfd;
         border-style:none;}

.CtInnerBlock{
	padding-bottom : 2em;}

.CtTitle_2{
	padding         : 3px 0 0 10px;}

/******** 日付など ****************************************/
.CtTop{
	font-size       : 10px;
	color           : #D8C463;
	list-style-type : none;}

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

/******** 本文 ********************************************/
.CtText{
	line-height     : 160%;
	margin          : 0.5em 1em;}

.CtRsBlock{
	margin-left     : 2em;
	padding         : 1em;
	border-top      : 1px  dashed #EADFAA;}

/******** フォーム ****************************************/
.CtText input,
.CtText textarea{
	border          : 1px solid #EADFAA; float:left}



/**************************************************************************************
フッターのデザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
      clear:both;
      height: 170px;
      text-align: center;
      background-image:url('http://file.marori.blog.shinobi.jp/wakub.png');
      background-repeat:no-repeat;
      background-position:center 6em;
      padding: 3em 0em 0em 0.5em;
      margin: 0em 184px 0em 0em;
      background-color:#fdfdfd;
      border-style:none;}



/******** ナビ ********************************************/
#NaviBlock{
	margin   : -1em 0em 2em 0em;
	padding         : 1em 0em 1em 0em;
	text-align      : center;
background :#fdfdfd;
border-style:none;}

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

#NaviBlock li{
	background-color: #fdfdfd;
	padding         : 2px 5px;
	margin          : 5px;
	display         : inline;
border-style:none;}

#NaviBlock a{
	font-weight     : normal;}

.FooterCp{
	margin-top      : 1em;}

.FooterCm{
	margin-top      : 1em;
	font-size       : 10px;}


/**************************************************************************************
カレンダー　共通プラグイン用デザイン
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
      text-align:left;
      padding:5px;}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {text-align:right;}

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

.CalendarMoveTr {
	text-align: center;}

/******** カレンダー表示用テーブル***************************/
.CalendarTable {
	margin          : 0 auto;
	text-align      : center;
	width           : 120px;}

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

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

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

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

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