/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
	border: 1px solid #CCC;
	margin: 20px;
	padding: 20px;
	text-align: center;
	font-size: xx-small;
}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
#PluginBlock {
	width: 220px;
	margin-left: auto;
}
.PluginHeaderBlock{
}
.PluginFooterBlock{
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #CCC;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
}
/*プラグインが表示される場所の設定*/
.PluginContents {
}
/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事全体*/
#MainBlock {
	width: 540px;
	float: left;
}
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
}
/*各記事タイトル部分の設定*/
.EntryTitle {
}
/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
	font-size: small;
	line-height: 1.5em;
}
/*記事本文が記載される部分*/
.EntryText {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #CCC;
}
/*追記文書が記載される部分*/
.EntryPsText {
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
}
.EntryFooter ul {
	width: 100%;
	overflow: hidden;
}
.EntryFooter li {
	float: left;
	margin-right: 10px;
	font-size: x-small!important;
}

/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
	background: url(http://file.samurai.blog.shinobi.jp/default_entry_footer_ico.gif) left no-repeat;
	padding-left: 25px;
	line-height: 16px;
	height: 16px;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
	background: url(http://file.samurai.blog.shinobi.jp/default_entry_footer_arrow.gif) left no-repeat;
	padding-left: 15px;
	line-height: 16px;
	height: 16px;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
	background: url(http://file.samurai.blog.shinobi.jp/default_entry_footer_arrow.gif) left no-repeat;
	padding-left: 15px;
	line-height: 16px;
	height: 16px;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
	background: url(http://file.samurai.blog.shinobi.jp/default_entry_footer_arrow.gif) left no-repeat;
	padding-left: 15px;
	line-height: 16px;
	height: 16px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
	text-align: center;
	font-size: x-small;
	padding: 20px;
}
/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
}
/*コメントのタイトル部分*/
.CommentTitle{
}
/*コメント部分*/
.CommentText{
	font-size: small;
	line-height: 1.5em;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter {
	border-top: 1px dotted #CCC;
	margin: 10px 0px;
	padding-top: 10px;
}
.CommentFooter ul {
	width: 100%;
	overflow: hidden;
}
.CommentFooter li {
	float: left;
	padding-right: 10px;
	border-right: 1px solid #CCC;
	font-size: x-small!important;
}

/*投稿者名の部分*/
.CommentUserName{
	padding-left: 10px;
	line-height: 16px;
	height: 16px;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
	padding-left: 10px;
	line-height: 16px;
	height: 16px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
	background: url(http://file.samurai.blog.shinobi.jp/default_entry_footer_ico.gif) left no-repeat;
	padding-left: 25px;
	line-height: 16px;
	height: 16px;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
	padding-left: 10px;
	line-height: 16px;
	height: 16px;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
}
/*コメントフォーム用テーブル*/
#CommentFormTable{
	width: 500px;
	margin: 0px auto;
}
/*コメントフォームTRタグ設定*/
.CommentFormLine{
	width: 500px;
	overflow: hidden;
	padding: 2px 0px;
	border-bottom: 1px dotted #CCC;
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
	width: 130px;
	float: left;
	line-height: 20px;
	font-size: small;
	text-align: right;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
	width: 340px;
	margin-left: auto;
	line-height: 20px;
	font-size: small;
	border-left: 1px solid #CCC;
	padding-left: 10px;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
	text-align: center;
}
/*inputタグやtextareaの設定*/
.CommentForms{
}
/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
}
/*トラックバックの記事部分*/
.TrackbackText{
	border-top: 1px dotted #CCC;
	margin: 10px 0px;
	padding-top: 10px;
	font-size: small;
	line-height: 1.5em;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
	font-size: x-small;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
.TrackbackURL{
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.plugin_data {
	font-size: 12px;
	line-height: 1.5em;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.plugin_data_date {
	font-size: 10px;
	line-height: 1.5em;
	text-align: right;
}
.PluginContents {
	padding: 10px;
}

/*通常のリンクの設定*/
.plugin_data a:link {
}
/*過去に見たことがあるページのリンクの設定*/
.plugin_data a:visited {
}
/*アクティブ状態のリンクの設定*/
.plugin_data a:active {
}
/*カーソルが合っている状態のリンクの設定*/
.plugin_data a:hover {
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
	width: 100%;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
	text-align: left;
	font-size: small;
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
	text-align: center;
	font-size: small;
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
	text-align: right;
	font-size: small;
}
/*カレンダー表示用テーブル*/
.CalendarTable {
	width: 100%;
}
.CalendarTable th {
	text-align: center;
	font-size: small;
}
.CalendarTable td {
	text-align: center;
	font-size: small;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
}

/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
}

.CommentResBox {
}

.CommentResTitle {
}

.CommentResText {
}

.CommentResFooter {
}