/* CSS by TABLE E.NO.CH * http://mama.oops.jp/ */
/*******************************************************************
全ブロックの共通設定
*******************************************************************/
Body{	margin:0px; overflow-x:hidden;}
BODY,td{	margin:0;
	color:#666666;
	font:80%/170% 'MS UI Gothic';
	letter-spacing:1px;
	scrollbar-arrow-color:#666666;
	scrollbar-face-color:#ffffff;
	scrollbar-track-color:#cccccc;
	scrollbar-shadow-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-3dlight-color:#ffffff;
	background-color:#ffffff;}

BR{	letter-spacing:normal;}
HR{	border:1px dashed #666666; height:1;}

a{	color:#666666; text-decoration:none;}
a:hover {	color:#333333;}

#mainBlock{	width:630px;}

.left {	text-align:left;}
.center {	text-align:center;}
.right {	text-align:right;}

/*******************************************************************トップブロック用デザイン*******************************************************************/

/*ページタイトル文字部分の設定*/
#TopTitle{	margin-top:10px;
		text-align:center;}
/*******************************************************************フッターブロック用デザイン
*******************************************************************/

/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock{
	margin-top:30px;
	margin-bottom:30px;
	clear:both;
	text-align:center;}
#AdminLink{
	text-align:center;
	padding:10px;}

/*******************************************************************
  記事ブロック用デザイン
*******************************************************************/

#EntryBlock{
	border-left:solid 1px #333333;
	border-right:solid 1px #333333;
	background-color:#ffffff;
	width:400px;
	text-align:left;}
.ET{	padding-left:5px;
	margin-top:20px;
	text-align:left;}

/*記事を投稿した日・記事のカテゴリ名が記載されている部分*/
.EH{	background-color:#f5f5f5;
	border-top:dashed 1px #333333;
	border-bottom:dashed 1px #333333;
	padding:1px 5px 2px 0;
	margin-top:5px;
	margin-bottom:10px;
	text-align:right;}

/*記事本文・追記文書が記載される部分*/
.EB{	margin:10px; text-align:left;}

/*記事へのリンク（コメントやトラックバック等）の背景*/
.EF{	border-top:dashed 1px #333333;
	border-bottom:dashed 1px #333333;
	padding:1px 5px 2px;
	margin-top:10px;
	margin-bottom:50px;
	text-align:right;}

/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
	color:#999999;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;}

/*******************************************************************
  各コメント表示部分の設定
*******************************************************************/

/*この記事にコメントする　と書かれてる部分の設定*/
.CMT{	background-color : #f5f5f5;
	border-top : dashed 1px #333333;
	border-bottom : dashed 1px #333333;
	padding :1px 0 1px 5px;
	margin-top : 30px;
	margin-bottom : 10px;
	text-align : left;}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CTB{	margin-bottom : 10;
	border-bottom : 1px dashed #666666;
	padding : 10;}
/*コメントのタイトル部分*/
.CT{	margin-bottom : 10;
	text-align : left;
	border-bottom : 1px solid #666666;}
/*コメント部分*/
.CB{	margin-top : 5px;
	text-align : left;}
/*投稿者や投稿時間などが表示されている部分*/
.CF{	margin-top : 5px;
	margin-bottom : 10px;
	text-align : right;}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock{}
.CommentResBox{	margin-bottom:10px;
		padding:10px;
		border-bottom:1px dashed #666666;
		background-color:#ffffff;}

/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{	margin:10px;
		text-align:center;}

/*コメントフォームTHタグ設定*/
.CommentFormBox{	width:260px;
		text-align:right;}

/*inputタグやtextareaの設定*/
.CommentForms{	width:250px;
		border:solid 1px #666666;
		background-color:#ffffff;}

/*コメントフォーム送信ボタン*/
.CommentFormSubmit{
	color:#666666;
	font:10pt 'MS 明朝';
	width:90px;
	height:18px;
	margin-bottom:4px;
	margin-right:4px;
	border:1px solid #666666;
	background-color:#ffffff;}

/*コメント編集ブロック*/
.CommentEditBlock{		background-color:#ffffff;}

TEXTAREA{scrollbar-arrow-color : #666666;
	scrollbar-face-color : #ffffff;
	scrollbar-track-color : #cccccc;
	scrollbar-shadow-color : #ffffff;
	scrollbar-darkshadow-color : #ffffff;
	scrollbar-highlight-color : #ffffff;
	scrollbar-3dlight-color : #ffffff;}

/*******************************************************************
  カレンダープラグイン用デザイン
*******************************************************************/
/*カレンダー表示用テーブル*/
/*日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarTable,.CalendarMoveTable{
	padding : 3px;
	width : 80%;}
/*日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr{	text-align:center;}
/*日付移動用テーブル内、中央、右側、左側td部分のデザイン*/
.CalendarNowTd,.CalendarNextTd,.CalendarPrevTd{
	color:#333333;
	font:9pt Verdana;
	letter-spacing:2px;
	padding-bottom:10px;}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr{	text-align:center;}
/*日曜、土曜、平日の<th>タグ部分デザイン*/
.CalendarWdaySun,.CalendarWdaySat,.CalendarWday{
	font : 9pt Verdana;
	color : #666666;}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr{	text-align:center;}
/*日曜日、土曜日、平日曜日の<td>タグ部分デザイン*/
.CalendarTdSun,.CalendarTdSat,.CalendarTd{
	font:9pt Verdana;
	color:#666666;}
/*記事が存在する場所の設定*/
.CalendarTdLink A{		color:#999999;}
.CalendarTdLink A:HOVER{	color:#333333;}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont{}

/*******************************************************************
  プラグインブロック用デザイン
*******************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock{	border-left:solid 1px #333333;
		border-right:solid 1px #333333;
		background-color:#ffffff;
		width:200px;}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock{	 margin-bottom:20px;}

/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {	color:#444444;
		background-color:#f5f5f5;
		border-top:dashed 1px #333333;
		border-bottom:dashed 1px #333333;
		padding:1px 5px 1px 5px;
		margin-bottom:5px;}
/*プラグインの説明部分の設定*/
.PluginExplanation {}
/*プラグインが表示される場所の設定*/
.PluginContents {	padding : 6px;}

/*******************************************************************
  各プラグイン共通項目用設定
*******************************************************************/

/*各プラグイン処理内の基本デザイン*/
.Plugin_data {	padding-left : 6px;
		padding-right : 10px;}
.Plugin_data A:HOVER{ color : #333333;
		    background-color : #f5f5f5;}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {	color : #666666;
		padding-bottom : 6px;
		padding-left : 6px;
		padding-right : 6px;}
/*ブログ内検索の部分*/
.blogsearch{	margin : 0;	padding : 0;}
/*検索文字を入力するインプット*/
.box{	width : 130px;
	border : solid 1px #6666666;
	background-color : #ffffff;
	margin-right : 10px;}
/*検索ボタン*/
.btn{	width : 40px;
	border : solid 1px #666666;
	background-color : #ffffff;}