/**************************************************************************************
 blog共通設定
**************************************************************************************/
/*BODY全體設定*/
body {
	background: #DBE3CC;
	color: #2C3328;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif
	line-height: 175%;
	letter-spacing: 1.1px;
	margin: 0px;
	text-align: center;
	}



br {
letter-spacing: 0em;
}


/* 捲軸顏色 */
html {           
	scrollbar-3dlight-color: #DBE3CC;
	scrollbar-arrow-color: #2C3328;
	scrollbar-darkshadow-color: #2C3328;
	scrollbar-face-color: #DBE3CC;
	scrollbar-highlight-color: #2C3328;
	scrollbar-shadow-color: #2C3328;
	scrollbar-track-color: #DBE3CC;
	}

/* 引用 blockquote  */
blockquote {         
	color: #2C3328;
	margin: 10px 10px 10px 25px;
	padding: 10px;
	border: 1px dashed;
	border-left: 6px double;
	}

/* 圖片 img  */
img {
	background: none;
	border: none;
	margin: 0px;
	padding: 0px;
	border: none;
	}

input, textarea {
   background: transparent;
	color: #2C3328;
	padding: 3px;
   }

	
/**************************************************************************************
 連結 Link 的設定
**************************************************************************************/	
/* 一般的連結 */
a:link {             
	color: #2C3F1F;
	font-weight: bold;
	text-decoration: none;
	}
/* 己拜訪的連結 */
a:visited {
	color: #2C3F1F;
	font-weight: bold;
	text-decoration: none;
	}
/* 游標指到的連結 */
a:hover {                
	color: #336600;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed;
	}
/* 動作中的連結*/
a:active {           
	color: #2C3F1F;
	font-weight: bold;
	text-decoration: none;
	}

/**************************************************************************************
 表格 Table 的設定
**************************************************************************************/	
/* 表格Table */
table {
	border-collapse: collapse;
	}
/* 表格Table - TD*/
td {
	}

/**************************************************************************************
 內容整體區的設定
**************************************************************************************/	
/* 內容整體區塊 */
#fullBlock {
	width: 985px;
	margin: 10px auto;
	padding: 5px;
	float: center;
   }

/* 文章整體區塊 */
#mainBlock {
	width: 540px;
	float: left;
	padding: 0px;
	}
/* 文字靠左 */
.left {
	text-align: left;
	}
/* 文字置中 */
.center {
	text-align: center;
	}
/* 文字靠右 */
.right {
	text-align: right;
	}

/**************************************************************************************
 頁首標題區的設定
**************************************************************************************/
/* 頁首標題區塊 */
#TopBlock {
   widtht: 100%;
   height: 150px;
	text-align: left;
	}
	
/* blog標題文字區塊 */
#TopTitle {
	font-size: 24px;
	margin: 20px;
	}
/* blog標題文字顏色 */
.TopTitleFont {
   }

/* blog敘述文字區塊 */
#TopExplanation {
	font-size: 14px;
	margin: 20px 20px 20px 40px;
	}
	
/**************************************************************************************
  文章頁碼、換頁連結區設定
**************************************************************************************/
/*  文章頁碼、換頁連結區塊 */
.PageLinkBlock{
   text-align: center;
   padding: 10px;
   }

/**************************************************************************************
 記事主體區的設定
**************************************************************************************/
/*  記事主體區塊 */
#EntryBlock {
   widtht: 100%;
   text-align: left;
   }

/* 單篇記事區塊 */
.EntryInnerBlock {
   margin: 20px 0px 50px 0px;
   text-align: left;
   }

/* 單篇記事標題區塊 */
.EntryTitle {
   background: transparent url(http://file.kirosu.blog.shinobi.jp/h2_g5.gif) no-repeat left 

top;
   padding: 10px 0px 0px 32px;
   text-align: left;
   }
/* 單篇記事標題文字 */
.EntryTitleFont {
   font-size: 18px;   
	font-weight: bold;
   }

/* 單篇記事資料區塊 */
.EntryData {
	text-align:right;     
   font-size: 14px;
	border-top: 1px solid;
	}
/* 單篇記事資料 - 日期 */
.EntryWriteDate {
	margin-left: 5px;
	}
/* 單篇記事資料 -  分類 */
.EntryCategory {
	margin-left: 5px;
	}


/* 單篇記事整體文字區塊 */
.EntryTextBox {
   padding: 25px 10px 10px 10px;
   }

/* 單篇記事本文及追記區塊（分開） */
.EntryText {
   color: #000000;
   margin 10px 0px;
   /* 文字左右對齊 --------------------*/
   text-align: justify;
   text-justify: inter-ideograph;
   /* --------------------文字左右對齊 */
   }   

/* 單篇記事追記文字區塊 */
.EntryPsText {
   margin: 20px;
   text-align: right;
   }

/* 文章內圖片 */
.EntryText img{
	margin: 10px 10px 10px 10px;
	padding: 5px;
	background: #2C3328;
	color: #2C3328;
	border: 1px solid;
	}
	
/* 單篇記事尾巴資料區塊 */
.EntryFooter {        
   padding: 0px 10px;
   font-size: 14px;
   text-align: right;
   border-top: 1px solid;
   }
/* 單篇記事尾巴資料 - 回應數 */
.EntryComment {
   margin-left: 5px;
   }
/* 單篇記事尾巴資料 - 引用數 */
.EntryTrackback {
   margin-left: 5px;
   }

/**************************************************************************************
  回應區設定
**************************************************************************************/
/* 回應整體區塊 */
.CommentBlock{
	text-align: center;
   }

/* 回應區整體標題區塊 */
.CommentMenuTitle{
   background: transparent url(http://file.kirosu.blog.shinobi.jp/h2_5.gif) no-repeat left 

top;
   margin: 10px 0px;
   padding: 10px 0px 0px 32px;
   text-align: left;
   font-size: 18px;    
	font-weight: bold;
   }

/* 單篇回應整體區塊 */
.CommentTextBox{
   margin: 15px 10px 15px 30px;
   }

/* 單篇回應標題區塊 */
.CommentTitle{            
   background: transparent url(http://file.kirosu.blog.shinobi.jp/h2_g5.gif) no-repeat left 

top;
   padding: 10px 0px 2px 32px;
   text-align: left;
   font-size: 16px;        
	font-weight: bold;
   }

/* 單篇回應資料區塊 */
.CommentFooter{
   margin-left: 32px;
   text-align:right;
   font-size: 14px;
   border-top: 1px solid;
   }                      
/* 單篇回應資料區塊 - 回應者 */
.CommentUserName{
	font-weight: bold;
	margin-left: 5px;
	}
/* 單篇回應資料區塊 - 網址 */
.CommentURL{
	margin-left: 5px;
	}
/* 單篇回應資料區塊 - 回應時間 */
.CommentWriteDate{
	margin-left: 5px;
	}
/* 單篇回應資料區塊 -  回應編輯 */
.CommentEdit{
	margin-left: 5px;
	}
	         
/* 單篇回應內文區塊 */
.CommentText{
   margin: 10px;
   /* 文字左右對齊 --------------------*/
   text-align: justify;
   text-justify: inter-ideograph;
   /* --------------------文字左右對齊 */
   }

/*-------------------------------------------------------
  管理者回覆回應區設定
-------------------------------------------------------*/
/* 管理者回覆整體區塊 */
.CommentResBlock {
	margin: 15px 0px 0px 60px;
	}
     
/* 管理者回覆整體區塊 */
.CommentResBox {
   padding: 5px;
   border: 2px solid;
   }

/* 管理者回覆標題區塊 */
.CommentResTitle {       
   background: transparent url(http://file.kirosu.blog.shinobi.jp/h2_5.gif) no-repeat left 

top;
   padding: 10px 0px 2px 32px;
   text-align: left;
   font-size: 16px;      
	font-weight: bold;
   }    

/* 管理者回覆資料區塊 */
.CommentResFooter {
   margin-left: 32px;
   text-align:right;
   font-size: 14px;
   border-top: 1px solid;
   }

/* 管理者回覆內文區塊 */
.CommentResText {
   margin: 10px;
   /* 文字左右對齊 --------------------*/
   text-align: justify;
   text-justify: inter-ideograph;
   /* --------------------文字左右對齊 */
   }

/*-------------------------------------------------------
回覆輸入欄位區設定
-------------------------------------------------------*/
/* 回應輸入欄位整體區塊 */
.CommentFormBlock {
	margin: 20px auto;
	float: center;
   }

/* 回應輸入編輯欄標題區塊 */
.CommentEditTitle {
   background: transparent url(http://file.kirosu.blog.shinobi.jp/h2_5.gif) no-repeat left 

top;
   margin: 10px 0px;
   padding: 10px 0px 0px 32px;
   text-align: left;
   font-size: 18px;       
	font-weight: bold;
   }

/* 回應輸入欄位FromTable區塊 */
.CommentFormTable{    
	text-align: left;
	margin: 0px auto;
	}                            
/* 回應輸入欄位FromTh區塊 */
.CommentFormTh {    
	font-family: Arial Block, Arial;
	font-size: 14px;
	padding: 5px;
	}
/* 回應輸入欄位FromTd區塊 */
.CommentFormTd {
	font-size: 14px;       
	padding: 5px;
	}

/*  回應輸入欄 - 送出鍵 */
.CommentFormSubmit {  
	text-align: center;
	}
.CommentFormSubmit input {
	border: 2px outset;
   }

/* 回應輸入欄 - input */
.CommentForms {
	width: 250px;
	padding: 5px;
	font-size: 16px;
	border: none;
	border-bottom: 1px solid;
   }
/* 回應輸入欄 - textarea */
.CommentForm {       
	padding: 5px;
	font-size: 16px;
	border: 2px inset;
   }

/**************************************************************************************
  引用區設定
**************************************************************************************/
/* 引用整體區塊 */
.TrackbackBlock{
   }

/* 引用區整體標題區塊 */
.TrackbackMenuTitle{
   background: transparent url(http://file.kirosu.blog.shinobi.jp/h2_5.gif) no-repeat left 

top;
   margin: 10px 0px;
   padding: 10px 0px 0px 32px;
   text-align: left;
   font-size: 18px;    
	font-weight: bold;
   }


/* 引用網址 - 標題區塊 */
.TrackbackURLTitle{
   margin: 15px 10px 15px 50px;
   }
/*  引用網址 - 網址input區塊 */
.TrackbackURLTitle input{
	width: 350px;
   border: none;
   border-bottom: 1px dotted;
   }

                   
/* 單篇引用文字區塊 */
.TrackbackTextBox{
   margin: 15px 10px 15px 30px;
   }
/* 單篇引用標題區塊 */
.TrackbackTitle{
   background: transparent url(http://file.kirosu.blog.shinobi.jp/h2_g5.gif) no-repeat left 

top;
   padding: 10px 0px 2px 32px;
   text-align: left;
   font-size: 16px;
   font-weight: bold;
   }
/* 單篇引用資料區塊 */
.TrackbackFooter{
   margin-left: 32px;
   text-align:right;
   font-size: 14px;
   border-top: 1px solid;
   }               
/* 單篇引用資料區塊 - 引用篇名 */
.TrackbackUserName{
	margin-left: 5px;
	}
/* 單篇引用資料區塊 - 引用網址*/
.TrackbackFromURL{
	font-weight: bold;
	margin-left: 5px;
	}
/* 單篇引用資料區塊 - 引用時間 */
.TrackbackWriteDate{
	margin-left: 5px;
	}
                    
/* 單篇引用文字區塊  */
.TrackbackText{    
   margin: 10px; 
   /* 文字左右對齊 --------------------*/
   text-align: justify;
   text-justify: inter-ideograph;
   /* --------------------文字左右對齊 */
   }

/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
   text-align: left;
   }
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
   text-align: right;
   }

/**************************************************************************************
 側邊插件欄區的設定
**************************************************************************************/
/*  側邊插件欄區塊 */
#PluginBlock {
   width: 200px;
   margin: 0px 0px 0px 5px;
   text-align: left;
   float: left;
   font-size: 14px;
   }
         
#PluginBlock  ul {
	margin: 3px 0px;
	padding-left: 5px;
	}
#PluginBlock  ul li {
	margin: 3px 0px;
	padding: 0px 0px 1px 1px;
	}
#PluginBlock  ul li ul{  
	margin: 3px 0px;
	padding-left: 5px;
	}
#PluginBlock  ul li ul li{       
	margin: 3px 0px;
	padding: 0px 0px 1px 1px;
	}
	

/* 側邊插件欄 - 個別欄位區塊 */
.PluginInnerBlock {
   padding: 0px
   }

/* 側邊插件欄 - 標題區塊 */
.PluginTitle {
   padding: 7px;
   text-align: center;
   font-size: 16px;
   font-weight: bold;
   border: 4px double;
   }
/* 側邊插件欄 - 說明區塊(文字輸入區) */
.PluginExplanation {
	margin: 10px;
	}
/* 側邊插件欄 - 內容區塊(HTML) */
.PluginContents {    
	margin: 10px;
	}

/* 側邊插件欄 - 搜尋蘭和搜尋鍵 */
.blogsearch input {
	border: 1px solid;
   }
	

/*-------------------------------------------------------
文章插件欄區設定
-------------------------------------------------------*/	
/*  文章插件欄區塊 */
.mainPluginBlock {
   width: 100%;
   font-size: 14px;
   padding: 10px;
   }

/* 文章插件欄 - 標題區塊 */
.mainPluginTitle {    
   background: transparent url(http://file.kirosu.blog.shinobi.jp/h2_5.gif) no-repeat left 

top;
   margin: 10px 0px;
   padding: 10px 0px 0px 32px;
   text-align: left;
   font-size: 18px;    
	font-weight: bold;                  
   }
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
padding:3px;
width:80%;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:80%;
padding:3px;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
}


/**************************************************************************************
頁尾版權宣告區的設定
**************************************************************************************/
/* 頁尾版權宣告區塊 */
#FooterBlock {
	clear: both;
	text-align: center;
	font-size: 14px;
	}

