/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
body
{
	margin:0;
	padding:0px;

	background-color:#111111;
	background-image:url('http://file.simon.blog.shinobi.jp/bg.gif');
	
	line-height:140%;
	text-align:left;
	font-family:verdana;
	font-size:12px;
	color:#aaaaaa;
	
	
}

/*************************************************************************/
/*全体の設定*/
#mainBlock
{
	text-align: left;
	margin:0px;
	padding:0px;
	border-width: 0px ;
}

/*************************************************************************/
/*基本のリンク設定*/
a:link   {color:#0060c0; text-decoration:none;}
a:visited{color:#0060c0; text-decoration:none;}
a:hover  {color:#1080f0; text-decoration:underline;}
a:active {color:#0060c0; text-decoration:none;}

/*************************************************************************/
/*テキスト左寄せ*/
.left {text-align:left;}

/*テキスト中央寄せ*/
.center {text-align:center;}

/*テキスト右寄せ*/
.right {text-align:right;}

/*************************************************************************/
/*table全ての設定*/
table{
/*	border-collapse: collapse;*/
}

/*<td>の全ての設定*/
td {
}


/*************************************************************************/
INPUT,TEXTAREA
{
   font-size : 10px;
   /*color : #333333;
   background-color : #eeeeee;*/
   border-width : 1px;
   border-style : solid;
   border-color : #cccccc;
}

/*引用の指定
blockquote
{ 
	 margin:3px;
	 padding:3px;
	 overflow:auto; 
	 color:#333; 
	 border-width : 1px 1px 1px 10px;
	 border-style : solid solid solid solid;
	 border-color : #666 #666 #666 #666;
}*/ 

/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/***トップブロックの設定***/
#TopBlock
{
	clear:both;
	width:100%;
	height: 170px;
	text-align: left;
	
	background: url("http://file.simon.blog.shinobi.jp/menu_blog_loop.gif") repeat-x;
}

/***タイトルブロックの設定***/
#TopTitle
{
	clear:both;
	width:800px;
	height: 164px;
	background: url("http://file.simon.blog.shinobi.jp/menu_blog.jpg") top left no-repeat;
}
/*タイトルの設定*/
.BlogTitle 
{
	text-align:right;
	color:#FFFFFF;
	font-size:20px;
	font-weight:bold;
	padding: 30px;
}
.BlogTitle a:link   {color:#FFFFFF; text-decoration:none;}
.BlogTitle a:visited{color:#FFFFFF; text-decoration:none;}
.BlogTitle a:hover  {color:#FFFFFF; text-decoration:none;}
.BlogTitle a:active {color:#FFFFFF; text-decoration:none;}
/*ブログの説明文書*/
.BlogExplanation
{
	text-align:right;
	color:#FFFFFF;
	font-size:10px;
	padding: 0px 30px;
}

/***メニューブロック用デザイン***/
#TopMenu
{
	position:absolute;
	left:0px;
	top:140px;
	
	clear:both;
	width:100%;
	height: 24px;	
	/*background: #aaaaaa;*/
	border-style:ridge;
	border-width:0px 0px 4px 0px;
	border-color:#555555 #555555 #222222;
	font: bold 10px/1.5em Verdana;
	line-height:normal;
	
}

#ToIndexPage a span {
	background:url("http://file.simon.blog.shinobi.jp/menu_blog.jpg") no-repeat left top;
	position:absolute;
	top:0px;
	left:0px;
	width:300px;
	height:130px;
	cursor: pointer;
}

/*プラグイン1 横型 リンク用*/

.plugin1_link {
	float:left;
}
.plugin1_link span {
	float:left;
	color:#888888;
	font-size:10px;
}
.plugin1_link a {
	float:left;
	/*width: 200px;*/ /*表示横幅 指定しない場合は最小*/
	height: 24px; /*表示縦幅 固定*/
	padding:0 0 0 12px; /*横幅 固定*/
	background:url("http://file.simon.blog.shinobi.jp/tab_l.gif") no-repeat left top;
	background-position:0% 0px;/*(x,y)*/
	text-decoration:none;
	cursor: pointer;
}
.plugin1_link a span {
	float:left;
	display:block;
	height: 18px; /*高さ +padding高さ = 表示縦幅 */
	padding:6px 12px 0px 0px;
	background:url("http://file.simon.blog.shinobi.jp/tab_r.gif") no-repeat right top;
	background-position:100% 0px;/*(x,y)*/
	color:#FFF;
	cursor: pointer;	
}
.plugin1_link a:hover {
	background-position:0% -24px;
}
.plugin1_link a:hover span {
	background-position:100% -24px;
}

.plugin1_link a:active {
	background-position:0% -48px;
}
.plugin1_link a:active span {
	background-position:100% -48px;
}

.plugin1_link a:link   {color:#3333dd; text-decoration:none;}
.plugin1_link a:visited{color:#3333dd; text-decoration:none;}
.plugin1_link a:hover  {color:#33dd33; text-decoration:none;}
.plugin1_link a:active {color:#33dd33; text-decoration:underline;}

/*プラグイン2 横型 管理用リンク*/

.plugin2_link
{
	float:right;
}
.plugin2_link span {
	padding:6px 6px 0px 0px;
	float:left;
	color:#888888;
	font-size:10px;
}
.plugin2_link a {
	float:left;
	/*width: 200px;*/ /*表示横幅 指定しない場合は最小*/
	height: 24px; /*表示縦幅 固定*/
	padding:0 0 0 12px; /*横幅 固定*/
	background:url("http://file.simon.blog.shinobi.jp/tab_l.gif") no-repeat left top;
	background-position:0% 0px;/*(x,y)*/
	text-decoration:none;
	cursor: pointer;
}
.plugin2_link a span {
	float:left;
	display:block;
	height: 18px; /*高さ +padding高さ = 表示縦幅 */
	padding:6px 12px 0px 0px;
	background:url("http://file.simon.blog.shinobi.jp/tab_r.gif") no-repeat right top;
	background-position:100% 0px;/*(x,y)*/
	color:#FFF;
	cursor: pointer;	
}
.plugin2_link a:hover {
	background-position:0% -24px;
}
.plugin2_link a:hover span {
	background-position:100% -24px;
}

.plugin2_link a:active {
	background-position:0% -48px;
}
.plugin2_link a:active span {
	background-position:100% -48px;
}

.plugin2_link a:link   {color:#3333dd; text-decoration:none;}
.plugin2_link a:visited{color:#3333dd; text-decoration:none;}
.plugin2_link a:hover  {color:#33dd33; text-decoration:none;}
.plugin2_link a:active {color:#3333dd; text-decoration:underline;}


/*横型カレンダーの設定*/
.calendar table
{
	text-align:center;
	/*float:left;*/
	padding:0px;
	margin:0px;
	
	font-size:10px;
	color:#333333;
}

.calendar a:link   {color:#3333dd; text-decoration:underline;}
.calendar a:visited{color:#3333dd; text-decoration:underline;}
.calendar a:hover  {color:#33dd33; text-decoration:none;}
.calendar a:active {color:#3333dd; text-decoration:underline;}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/

.CenterBlock
{
	clear:both;
	width:900px;
	/*background-color:#888888;*/
}


/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン左側表示部分の設定（プラグイン1.2.3)*/
.PluginBlockLeft
{
	float:left;
	width: 190px;
	text-align: left;
	overflow:hidden;
	font-size:10px;
}

/*プラグイン右側表示部分の設定（プラグイン4.5)*/
.PluginBlockRight
{
	float:left;
	width:190px;
	text-align: left;
	overflow:hidden;
	font-size:10px;
}

/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock
{
	padding:5px;
}

/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle
{
	font-size:10px;
	font-weight:bold;
	padding:5px;
	/*color:#fff;*/
	/*background-image:url('http://bfile.shinobi.jp/989/mono03_puti.gif');*/
	background-repeat:no-repeat;
	background-position:center bottom;
}

/*プラグインの説明部分の設定*/
.PluginExplanation
{
	padding: 0px;
}

/*プラグインが表示される場所の設定*/
.pluginContents
{
	padding: 5px;
}

/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*
#EntryBlock a:link    {color:#aaaaaa; text-decoration:none;}
#EntryBlock a:visited {color:#cccccc; text-decoration:none;}
#EntryBlock a:hover   {color:#ccccff; text-decoration:none;}
#EntryBlock a:active  {color:#999999; text-decoration:none;}
*/

/**エントリー部分の設定**************************************************************/
#EntryBlock
{
	float: left;
	width: 500px;
	text-align: left;
	margin:0px;
	padding:5px;
	overflow:hidden;
}

/**個別エントリーの設定****************************************************/
.EntryInnerBlock
{
	padding: 5px;
	margin:0px;
	text-align: left;
}

/**各エントリータイトル部分の設定****************************/
.EntryTop
{
	width: 100%;
}
/*タイトル*/
.EntryTitle
{
	float:left;
	text-align:left;
	padding:10px;
	margin:0px;
	font-size:14px;
	font-weight:bold;
	/*background-color:#333333;*/
}

/*個別編集用リンク*/
.EditEntryLink
{
	float:right;
	text-align:right;
	padding:10px;
	margin:0px;
	font-size:10px;
}

/**エントリー日付表示部分の設定******************************/
.EntryDate
{
	text-align:right;
	padding:3px;
	font-size:9px;
	/*color:#dddddd;
	background-color:#555555;*/
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
	margin-left: 5px;
}

/**エントリーカテゴリー表示部分の設定************************/
/*.EntryCate
{
	padding:3px;
	text-align:right;
	font-size:9px;
	background-color:#555555;
}*/

/**記事、コメント、トラックバックのブロック部分**************/
.EntryTextBox
{
	padding:5px;
	font-size:12px;
	/*background-color:#dddddd;*/
}

/*記事本文が記載される部分*/
.EntryText
{
	padding: 5px;
}

/*追記文書が記載される部分*/
.EntryPsText
{
	padding: 0px;
	text-align: left;
}

/**記事へのリンク（コメントやトラックバック等）の背景********/
.EntryFooter
{
	text-align:right;
	padding: 5px 10px 10px 10px;
	font-size:10px;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
	margin-left: 5px;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
	margin-left: 5px;
}

/**コメント全体の設定******************************************************/
.CommentBlock{
	padding:0px;
	margin-bottom:15px;
	border-bottom:double 3px #333;
}
/**この記事にコメントする と書かれてる部分の設定*************/
.CommentMenuTitle{
	text-align: left;
	/*background-color:#333333;
	color:#fff;*/
	padding:5px 10px;
}

/**コメントを投稿するフォーム全体の設定**********************/
.CommentFormBlock{
	margin-bottom:20px;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
	/*color:#333;*/
}

/*コメントフォームTHタグ設定*/
.CommentFormTh{
	font-size:10px;
	font-weight:bold;
	padding:3px 5px;
	text-align:right;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
	padding-top:5px;
	text-align:left;
}

/*パスワードフォームタグ設定*/
.CommentFormPass{
	font-size:10px;
	padding:3px 5px;
	width:100px;
	height:18px;
	border:solid 1px #333333;
	/*color:#333;
	background-color:#ffffff;*/
}

/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
	font-size:10px;
	margin-left:5px;
	width:80px;
	height:18px;
	border:solid 1px #333;
	/*color:#333;
	background-color:#fff;*/
	}
/*inputタグやtextareaの設定*/
.CommentForms{
	border:solid 1px #333333;
	/*background-color:#ffffff;*/
	width:400px;
	/*color:#333;*/
	font-size:12px;
}

/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
	margin: 0px;
	border-top:double 3px #333333;
}
/*コメントのタイトル部分*/
.CommentTitle{
	text-align: left;
	padding:3px 0px 3px 10px;
	border-bottom:dotted 1px #333333;
}
/*コメント部分*/
.CommentText{
	padding: 5px 10px;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
	text-align:right;
	padding:5px;
}
/*投稿者名の部分*/
.CommentUserName{
	margin-left: 5px;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
	margin-left: 5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
	margin-left: 5px;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
	margin-left: 5px;
}

/**トラックバック全体の設定************************************************/
.TrackbackBlock{
	padding:0px;
}
/**トラックバックメニューのタイトル部分**********************/
.TrackbackMenuTitle
{
	text-align: left;
	/*color:#fff;
	background-color:#333333;*/
	padding:5px 10px;

}
/**トラックバック元のブログ名部分****************************/
.TrackbackUserName{
	margin-left: 5px;
}
/**トラックバックのタイトル、記事、リンク部分の総合設定******/
.TrackbackTextBox{
	margin: 10px 0px;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
	text-align: left;
	padding:0px 10px;

}
/*トラックバックの記事部分*/
.TrackbackText{
	padding:5px 10px;
	line-height:140%;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
	text-align:right;
	padding:5px;
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
	margin-left: 5px;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
	margin-left: 5px;
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
	text-align: left;
	font-size: 12px;
	margin:0px;
	padding:5px 10px;
	border-bottom:dashed 1px #333;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
.TrackbackURL{
}

/**次の記事やHOMEへのリンクが表示される背景部分****************/
.PageLinkBlock{
	text-align:center;
	padding:10px;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock
{
	clear:both;
	/*clear:both;*/
	width: 100%;
	height: 50px;
	padding:5px;
	background:#222222;
	
	text-align: center;
	font-size:10px;
	color:#FFFFFF;
}

/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.plugin_data {
text-align:left;
padding:5px;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.plugin_data_date {
text-align:right;
}
/****************************************
  カレンダープラグイン用デザイン
****************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable
{
	padding:0 3px;
	width:80%;
	font-size:12px;
	color:#fff;
	background-color:#999999;
	border:solid 1px #aaaaaa;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable {
	width:80%;
	padding:3px;
	font-size:10px;
	color:#999999;
	border:solid 1px #aaaaaa;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
}

/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
	padding:0px;
         border-top:dotted 1px #dddddd;
}

.CommentResBox {
	padding:10px;
}

.CommentResTitle {
	font-size:12px;
}

.CommentResText {
	padding:10px 0px 0px 10px;
}

.CommentResFooter {
	text-align:right;
	margin:5px 0;
}
