/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
#Form_w
{
	width: 130px;
}
BODY
{
	color: #000000;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	font-family: MS P Gothic;
	background-color: #FFFFFF;
	text-align: center;
}
/*<td>の全ての設定*/
td
{
	text-align: center;
}
/*table全ての設定*/
table
{
	border-collapse: separate;
}
/*通常のリンクの設定*/
a:link
{
	text-decoration: none;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited
{
	text-decoration: none;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover
{
	text-decoration: underline;
}
/*アクティブ状態のリンクの設定*/
a:active
{
	text-decoration: underline;
}
A.type1
{
	color: #777777;
}
A:hover.type1
{
	color: #0033FF;
	background-color: #FFFFFF;
}
a.c00
{
	color: #333333;
	background-image: url( 'http://file.b01.blog.shinobi.jp/blog_img003.gif' );
	background-position: 0px 0px;
	width: 90px;
	height: 40px;
	display: block;
	float: left;
}
a.c01
{
	color: #333333;
	background-image: url( 'http://file.b01.blog.shinobi.jp/blog_img003.gif' );
	background-position: -90px 0px;
	width: 90px;
	height: 40px;
	display: block;
	float: left;
}
a.c02
{
	color: #333333;
	background-image: url( 'http://file.b01.blog.shinobi.jp/blog_img003.gif' );
	background-position: -180px 0px;
	width: 90px;
	height: 40px;
	display: block;
	float: left;
}
a.c03
{
	color: #333333;
	background-image: url( 'http://file.b01.blog.shinobi.jp/blog_img003.gif' );
	background-position: -270px 0px;
	width: 90px;
	height: 40px;
	display: block;
	float: left;
}
a.c04
{
	color: #333333;
	background-image: url( 'http://file.b01.blog.shinobi.jp/blog_img003.gif' );
	background-position: 450px 0px;
	width: 90px;
	height: 40px;
	display: block;
	float: left;
}
a.c05
{
	color: #333333;
	background-image: url( 'http://file.b01.blog.shinobi.jp/blog_img003.gif' );
	background-position: 360px 0px;
	width: 90px;
	height: 40px;
	display: block;
	float: left;
}
.c06
{
	color: #333333;
	background-image: url( 'http://file.b01.blog.shinobi.jp/blog_img004.gif' );
	background-position: 270px 0px;
	width: 90px;
	height: 40px;
	display: block;
	float: left;
}
a.c07
{
	color: #333333;
	background-image: url( 'http://file.b01.blog.shinobi.jp/blog_img003.gif' );
	background-position: 180px 0px;
	width: 90px;
	height: 40px;
	display: block;
	float: left;
}
a.c08
{
	color: #333333;
	background-image: url( 'http://file.b01.blog.shinobi.jp/blog_img003.gif' );
	background-position: 90px 0px;
	width: 90px;
	height: 40px;
	display: block;
	float: left;
}
a.c00:hover
{
	color: #4444FF;
	background-position: 0px 40px;
}
a.c01:hover
{
	color: #4444FF;
	background-position: -90px 40px;
}
a.c02:hover
{
	color: #4444FF;
	background-position: -180px 40px;
}
a.c03:hover
{
	color: #4444FF;
	background-position: -270px 40px;
}
a.c04:hover
{
	color: #4444FF;
	background-position: 450px 40px;
}
a.c05:hover
{
	color: #4444FF;
	background-position: 360px 40px;
}
a.c06:hover
{
	color: #4444FF;
	background-position: 270px 40px;
}
a.c07:hover
{
	color: #4444FF;
	background-position: 180px 40px;
}
a.c08:hover
{
	color: #4444FF;
	background-position: 90px 40px;
}

/*全体の設定*/
#mainBlock
{
	background: url( 'http://file.b01.blog.shinobi.jp/blog_img002.gif' );
	background-color: #444444;
	width: 890px;
	height: auto;
	clear: both;
}
.Base
{
	padding: 0px;
	margin: 0px;
	width: 840px;
	height: auto;
	text-align: center;
	background-color: #FFFFFF;
	clear: both;
	overflow: hidden;
}
.mainLeft
{
	padding-bottom: 40px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 40px;
	width: 120px;
	height: 100%;
	float: left;
	margin: 0px;
	overflow: hidden;
	background-color: #FFFFFF;
}
.mainCenter
{
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 40px;
	width: 570px;
	height: 100%;
	float: left;
	margin: 0px;
	overflow: hidden;
	background-color: #FFFFFF;
}
.rightBlock
{
	padding-bottom: 40px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 40px;
	width: 120px;
	height: 100%;
	float: left;
	margin: 0px;
	overflow: hidden;
	background-color: #FFFFFF;
}
/*テキスト左寄せ*/
.left
{
	text-align: left;
}
/*テキスト中央寄せ*/
.center
{
	text-align: center;
}
/*テキスト右寄せ*/
.right
{
	text-align: right;
}
/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock
{
	width: 880px;
	height: 50px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	background-color: #888888;
}
.Base_header
{
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-color: #FFFFFF;
	border-top: #555555 5px solid;
	border-bottom: #555555 5px solid;
	width: 810px;
	height: 30px;
	text-align: left;
}
.header_common
{	
	margin: 0px;
	padding: 0px;
	width: 100px;
	height: 30px;
	float: left;
}
.header_counter
{	
	text-align: right;
	margin: 0px;
	padding: 0px;
	width: 710px;
	height: 30px;
	float: left;
}
.blog_header
{
	margin: 0px;
	padding: 0px;
	background: url('http://file.b01.blog.shinobi.jp/blog_img000.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #FFFFFF;
	width: 810px;
	height: 100px;
}
.contentsBlock
{
	background-color: #FFFFFF;
	width: 810;
	height: 40px;
	text-align: center;
	overflow : hidden;
}
/*ページタイトル文字部分の設定*/
#TopTitle
{
	margin: 0px auto;
	padding: 5px 5px 5px 5px;
	width: 80%;
	font-weight: bold;
	text-align: left;
	font-size: 0.9em;
	color: #000000;
}
/*ページタイトル文字色の設定*/
.TopTitleFont
{
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation
{
	font-size: 0.8em;
	padding-left: 4em;
	text-align: left;
	width: 80%;
	margin: 0px auto;
}

#kategori
{
	text-align: center;
}

fieldset
{
	margin: 0px auto;
	width: 70%;
	padding: 10px;
	padding-top: 5px;
}

#kategori a
{
	text-decoration: none;
}

.kategorilink
{
	color: #000066;
	font-size: 0.9em;
	padding: 2px 5px;
	margin: 0px 2px;
	border-bottom: 2px solid #dddddd;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock
{
	border: #000000 1px solid;
	text-align: left;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	background-color: #444444;
	color: #BBBBBB;
	width: 880px;
	height: 30px;
	clear: both;
}
.Base_footer
{
	padding: 0px;
	margin: 0px;
	width: 810px;
	height: 50px;
	clear: both;
}
.Footer_right
{
	text-align: left;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	width: 410px;
	height: 40px;
	float: left;
}
.Footer_left
{
	background: url( 'http://file.b01.blog.shinobi.jp/blog_img005.gif' );
	background-repeat: no-repeat;
	background-position: left;
	background-attachment: scroll;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	width: 400px;
	height: 50px;
	float: left;
}

.Frame_u
{
	margin: 0px;
	padding: 0px;
	background: url( 'http://file.b01.blog.shinobi.jp/blog_img006.gif' );
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #FFFFFF;
	text-align: left;
	width: 840px;
	height: 20px;
	float: left;
}
/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock
{
	width: atuo;
	height: auto;
	padding: 0px;
	margin: 0px;
	text-align: left;
	float: left;
	overflow: visible;
}
.PluginBlock2
{
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	margin: 0px;
	width: 640px;
	height: 150px;
	text-align: left;
	clear: both;
	background-color: #FFFFFF;
}
.PluginBlock3
{
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
	text-align: left;
	float: left;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock
{
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
.PluginInnerBlock2
{
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle
{
	width: 120px;
	background-color: #CCCCCC;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	padding: 0px;
}


/*プラグインの説明部分の設定*/
.PluginExplanation
{
	color: #333333;
}
/*プラグインが表示される場所の設定*/
.PluginContents
{
	margin: 0px;
	padding: 5px;
	color: #333333;
}
.PluginContents2
{
	margin: 0px;
	padding: 0px;
	color: #333333;
}
/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock
{
	padding: 0px;
	margin: 0px;
	width: 560px;
	float: left;
	text-align: left;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	overflow:hidden;
       line-height:1.2em;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock
{
	margin: 5px;
	padding: 5px;
	text-align: left;
}
/*各記事タイトル部分の設定*/
.EntryTitle
{
	text-align: left;
	background-color: #CCCCCC;
	border-style: solid;
	border-color: #CCCCCC;
	font-size: 12px;
}
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont
{
	color: #000066;
}
.EntryTitle a
{
	font-weight: bold;
	font-size: 1.1em;
	color: #000066;
	text-decoration: none;
	border-color: #000066;
	font-size: 12px;
}

.EntryTitle a:hover
{
	color: #000066;
}
/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox
{
	margin: 5px 0px;
}
/*記事本文が記載される部分*/
.EntryText
{
	padding: 10px;
	color: #000000;
	font-size: 12px;
}
/*追記文書が記載される部分*/
.EntryPsText
{
	padding: 20px;
	text-align: right;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter
{
	text-align: right;
	padding: 5px;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName
{
	font-size: 0.9em;
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate
{
	font-size: 0.9em;
	margin-left: 5px;
	color: #000066;
}
.EntryWriteTime
{
	font-size: 0.9em;
	margin-left: 5px;
	color: #333333;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory
{
	font-size: 0.9em;
	margin-left: 5px;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment
{
	font-size: 0.9em;
	margin-left: 5px;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback
{
	font-size: 0.9em;
	margin-left: 5px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock
{
	font-size: 0.9em;
	text-align: center;
	padding: 10px;
	color: #333333;
}
/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock
{
	padding: 10px;
	border-top: 1px solid #888888;
	border-bottom: 1px solid #888888;
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle
{
	text-align: left;
	font-weight: bold;
	border-bottom: 2px solid #aaaaaa;
	color: #333333;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox
{
	margin: 5px 5px;
	border-bottom: 1px solid #888888;
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
	border-top: 1px solid #888888;
}
/*コメントのタイトル部分*/
.CommentTitle
{
	text-align: left;
	font-weight: bold;
	border-bottom: 3px solid #cccccc;
	border-left: 3px solid #ffffff;
	color: #000066;
}
/*コメント部分*/
.CommentText
{
	padding: 10px;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter
{
	font-size: 0.9em;
	text-align: right;
	padding: 5px;
}
/*投稿者名の部分*/
.CommentUserName
{
	margin-left: 5px;
	color: #333333;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL
{
	margin-left: 5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate
{
	margin-left: 5px;
	color: #333333;
}
/*コメント編集へのリンク部分*/
.CommentEdit
{
	margin-left: 5px;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock
{
	margin-bottom: 20px;
}
/*コメントフォーム用テーブル*/
.CommentFormTable
{
	width: 80%;
}
/*コメントフォームTHタグ設定*/
.CommentFormTh
{
	padding-top: 5px;
	text-align: right;
	font-size: 0.8em;
	width: 7em;
	color: #000000;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd
{
	padding-top: 5px;
	text-align: left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit
{
	text-align: left;
}
/*inputタグやtextareaの設定*/
.CommentForms
{
	font-family: sans-serif;
	font-size: 0.9em;
	width: 100%;
}
.CommentFormssp
{
	width: 30%;
}

/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock
{
	padding: 10px;
	border-bottom: 1px solid #888888;
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
	border-top: 1px solid #888888;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle
{
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
	border-bottom: 5px solid #aaaaaa;
	color: #333333;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox
{
	padding-top: 10px;
	margin: 10px 0px;
	border-top: 1px dotted #cccccc;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle
{
	text-align: left;
	border-bottom: 1px solid #aaaaaa;
	color: #333333;
}
/*トラックバックの記事部分*/
.TrackbackText
{
	padding: 10px;
	line-height: 140%;
	color: #333333;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter
{
	text-align: right;
	padding: 5px;
	color: #333333;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName
{
	margin-left: 5px;
	color: #333333;
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL
{
	margin-left: 5px;
	color: #333333;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate
{
	margin-left: 5px;
	color: #333333;
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle
{
	text-align: left;
	color: #333333;
}
.TrackbackURLTitle table
{
	width: 95%;
}
.TrackbackURLTitle th
{
	font-size: 0.8em;
	width: 14em;
	font-weight: normal;
	text-align: right;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
#TrackbackURL
{
	width: 100%;
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data
{
	text-align: left;
	padding: 5px;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date
{
	text-align: right;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable
{
	font-size: 12px;
	padding: 0px;
	width: 140px;
	margin: 0px;
	border: 1px solid #333333;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr
{
	padding: 0px;
	color: #333333;
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd a
{
	padding: 0px;
	color: #333333;
	text-decoration: none;
}
.CalendarPrevTd a:hover
{
	background-color: #dddddd;
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd
{
	padding: 0px;
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd a
{
	padding: 0px;
	color: #333333;
	text-decoration: none;
}
.CalendarNextTd a:hover
{
	background-color: #dddddd;
}
/*カレンダー表示用テーブル*/
.CalendarTable
{
	font-size: 12px;
	width: 160px;
	padding: 0px;
	margin: 0px;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr
{
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun
{
	color: 880000;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday
{
	color: #333333;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat
{
	color: #000088;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr
{
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun
{
	color: #880000;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat
{
	color: #000088;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd
{
}
/*記事が存在する場所の設定*/
.CalendarTdLink
{
	background-color: #dddddd;
}
.CalendarTdSat div
{
	background-color: #ccccff;
}
.CalendarTdSun div
{
	background-color: #ffcccc;
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLink a
{
	color: #333333;
	text-decoration: none;
}
.CalendarTdLink a:hover
{
	color: #333333;
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock
{
	padding: 10px 10px 10px 20px;
}

.CommentResBox
{
	border: solid 1px #cccccc;
	padding: 10px;
}

.CommentResTitle
{
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	color: #333333;
}

.CommentResText
{
	padding: 10px 0px 0px 10px;
	color: #333333;
}

.CommentResFooter
{
	text-align: right;
	margin: 15px 0px 0px 0px;
	border-top: 1px dotted #cccccc;
	color: #333333;
}
