/**************************************************************************************
Copyright
**************************************************************************************/

/* Copyright (C)2006-2007 mavericyard All rights reserved. */

/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/* body ----------*/
body {
   font-family: "MS UI Gothic", Arial, Verdana, "Osaka", sans-serif;
   font-size:12px;
   color: #44433D;
   line-height: 160%;
   text-align: center;
   background-color:#b3ada0;
   margin: 10px auto;
   padding: 0px;
   word-wrap:break-word;
}

/* Link ----------*/
a,
a:link,
a:visited,
a:active { color: #6F687A; text-decoration: none; }
a:hover {
   color: #B4AFBD;
   border-bottom: 1px #B4AFBD dotted;
}

input, textarea {
   font-family: Arial, Verdana, "Osaka", "MS UI Gothic", sans-serif;
   font-size: 11px;
   color: #44433D;
   background-color: #E6E3D4;
   border: 1px #88867A solid; 
   margin: 1px 0px;
   padding: 2px;
}

select {
   font-family: Arial, Verdana, "Osaka", "MS UI Gothic", sans-serif;
   font-size: 10px;
   color: #44433D;
   background-color: #E6E3D4;
   border: 1px #88867A solid; 
   margin: 1px 0px;
   padding: 2px;
}

.entry-body textarea {
   width: 95%x;
   height: 12em;
   margin: 5px 10px;
 }

p { margin: 12px 0px; }

blockquote {
   color: #44433D;
   background-color: #EFEEE6;
   border: 1px #CCCCCC solid;
   margin: 15px 5px;
   padding: 15px 15px;
}

/* table ----------*/
table { border-collapse: collapse; }
td { text-align:center; }


/* mainblock ----------*/
#mainBlock {
   width:798px;
   text-align: left;
   margin: 0px;
   background-color: #ffffff;
   border: 1px #44433D solid;
   padding: 0px;
   margin: auto;
}

/* left, center, right ----------*/
.left { text-align:left; }
.center { text-align:center; }
.right { text-align:right; }

/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/* TopBlock ----------*/
#TopBlock {
   width: auto;
   height: auto;
   text-align: left;
   background-color:#ffffff;
   border: 0px #44433D solid;
   margin: 0px;
}

#TopTitle {
  font-family: georgia, Times New Roman, serif;
   font-size: 22px;
   color: #F2F1E9;
   font-weight: bold;
   line-height: 120%;
   padding-top: 12px;
   padding-left: 27px;
}

#TopExplanation {
   font-family: verdana, arial, sans-serif;
   font-size: 0px;
   color: #ffffff;
   line-height: 100%;
   padding-left: 27px;
   padding-bottom: 10px;
}

#TopTitle a {
  display: block;
  width: 750px; /* 画像の幅 */
  text-indent: -9999px; /* textを飛ばす */
  outline: none; /* クリック時の枠線を消す */
  background-image: url(http://file.sndspace.blog.shinobi.jp/blog.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px; /* point 位置調整 */
  border-bottom: none;
  padding-bottom: 70px; /* 画像の高さに合わせて調整 */
}
#TopTitle a:link,
#TopTitle a:visited,
#TopTitle a:hover { color: #F2F1E9; text-decoration: none; }

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/* Footer Block ----------*/
#FooterBlock {
   font-size: 9px;
   color: #88867A;
   line-height: 200%;
   clear:both;
   text-align: center;
   background-color: #CCC8AD;
   padding: 10px 0px;
}

.footer_copy {
   font-family: Verdana, Arial, "Osaka", "MS UI Gothic", sans-serif;
   font-size: 10px;
   color: #88867A;
   clear:both;
   text-align: center;
   padding: 20px 0px;
}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*Plugin Block ----------*/
.PluginBlock {
   width: 225px;
   text-align: left;
   float: left;
   padding: 5px 5px 10px 5px;
   margin: 0px;
}

.PluginInnerBlock { padding: 0px; }

.PluginTitle {
   font-family: georgia, Times New Roman, Times, serif;
   font-size: 9px;
   color:#e6e3d4;
   letter-spacing: 0.1em;
   text-align: left;
   background-color: #88867A;
   border: 1px solid #CCC8AD;
   margin: 0px;
   padding: 3px 10px;
}

/* (プラグインの説明部分の設定) ----------*/
.PluginExplanation { padding: 5px; }

.PluginContents {
   font-size: 11px;
   color: #666666;
   font-weight: normal;
/* background-color: #FFFFFF; */
/* border: 0px solid #FFFFFF; */
   margin: 0px;
   padding: 5px 15px;
}

.plugin_powerd {
   font-family: Verdana, Arial, "Osaka", "MS UI Gothic", sans-serif;
   font-size: 11px;
   line-height: 200%;
   padding: 30px 0px;
}

/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/* Enyry Block ----------*/
#EntryBlock {
   width: 550px;
   float: left;
   background-color:#f2f1e9;
   border: 1px #88867A solid;
   margin: 5px 5px 10px 5px;
   padding: 0px
}

.EntryInnerBlock {
   text-align: left;
   border-bottom: 1px #CCC8AD solid;
   margin : 5px 20px 20px 20px;
}

.EntryTitle {
   font-family: "Osaka", "Trebuchet MS", "MS UI Gothic", sans-serif;
   color: #44433D;
   font-size: 17px;
   font-weight: bold;
   line-height: 120%;
/* background-color: #FFFFFF; */
/* border: 0px #FFFFFF solid; */
   margin: 0px;
   padding-bottm: 18px;
padding-top:2px;
padding-left:25px;
padding-right:2px;

background-image:url('http://file.sndspace.blog.shinobi.jp/ki.png');
background-repeat:no-repeat;
background-position:left top;
}

.EntryTextBox { padding: 15px 0px; 

}
.EntryTextBox a,
.EntryTextBox a:link,
.EntryTextBox a:visited,
.EntryTextBox a:active,
.plugin_powerd a,
.footer_copy a { color: #6F687A; text-decoration: none; border-bottom: 1px #6F687A dotted; }
.EntryTextBox a:hover { color: #B4AFBD; border-bottom: 1px #B4AFBD dotted; }

.EntryText { padding: 2px; }

/* (追記) -----*/
.EntryPsText {
   font-family: verdana, arial, sans-serif;
   font-size: 10px;
   padding: 15px 2px;
   text-align: right;
}

.EntryFooter {
   font-family: verdana, arial, sans-serif;
   font-size: 9px;
   color: #88867A;
   font-weight: bold;
   text-align: right;
   padding: 20px 0px 10px 0px;
}

.EntryWriteDate {
   font-family: Arial, Verdana, sans-serif;
   font-size: 10px;
   color: #88867A;
   line-height: 100%;
   text-align: left;
   margin: 0px;
   padding: 5px 0px;
}

/* (prev, home, next) -----*/
.PageLinkBlock {
   font-family: Verdana, Arial, sans-serif;
   font-size: 10px;
   text-align:center;
   padding:10px;
}

/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/* Plugin Data ----------*/
.Plugin_data { text-align:left; padding: 3px; line-height:140%; }

/* (各プラグイン処理内基本デザインの下に記載する日付など) -----*/
.Plugin_data_date {
   font-family: Verdana, Arial, sans-serif;
   font-size: 10px;
   text-align: right;
}

/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/* カレンダー日付移動用テーブル（前月、次月へのリンクなど）-----*/
.CalendarMoveTable {
   font-family: Verdana, Arial, sans-serif;
   font-size: 10px;
   padding: 3px;
   width:80%;
}

.CalendarMoveTr {}

.CalendarPrevTd {}

.CalendarNowTd {}

.CalendarNextTd {}

.CalendarTable {
   font-family: Verdana, Arial, sans-serif;
   font-size: 10px;
   line-height: 150%;
   width:80%;
   padding: 3px;
}

/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/* 曜日表示部分 -----*/
.CalendarWdayTr { }

/*曜日表示部分 - 日曜日 -----*/
.CalendarWdaySun { color: #C4A1A1; }

/*曜日表示部分 - 平日 -----*/
.CalendarWday { color:#969080; }

/*曜日表示部分 - 土曜日 -----*/
.CalendarWdaySat { color: #AAA1C4; }

/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr { color: #8C8A72; }
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun { }
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat { }
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd { }
/*記事が存在する場所の設定*/
.CalendarTdLink { }
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont { color: #C4C2A3; }
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/