/**/
ul,li{margin:0px;padding:0px;list-style:none;}
#Page{width:850px;}

/*コメント編集フォーム*/
#editForm{
margin:20px auto;
border-collapse: separate;
border-spacing: 1px;
width:400px;
}
#editForm td{background:#fff;}
#form{
padding:10px;
}
/*一行カレンダ*/
#line_calender{
width:30px;
border:1px dotted #ccc; border-width:0px 1px 1px;
margin-right:10px;
padding-bottom:20px;
font:100%/150% Georgia;
color:#999;
text-align: center;
background:#eee;
float:left;
}
#line_calender a:hover{font-weight:bold;}


#left{

float:left;
width:180px;
}
/*左のプラグイン*/
#Plugin_left{
border-right:1px dotted #ccc;
border-bottom:1px dotted #ccc;
background:#eee;
padding:20px 10px;
color:#333;}



/*右のプラグイン*/
#Plugin_right{
width:150px;
text-align:center;
padding:20px 0px 20px 10px;
float:left;
}
blockquote{
border-left:2px solid #ccc;
background:#eee;
padding:0px 0px 0px 5px;
margin:20px;

}

/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/

/*BODY全体に関する設定*/
body {
background:#fff;
color:#000;
font:65%/150% tahoma,sans-serif;
}
body#if_not_edit{
margin:0px;padding:0px;
}
body#if_edit{text-align:center;background:none;}


/*<td>の全ての設定*/
td {
text-align:center;
}
/*table全ての設定*/
table{
font:100%/150% tahoma,sans-serif;
border-collapse: collapse;
}
a{text-decoration:none;color:#09f;}
/*通常のリンクの設定*/
a:link {
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
color:#693;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
border-bottom:1px solid #000;
color:#000;
}
/*アクティブ状態のリンクの設定*/
a:active {
}

input,textarea,select{
font:100% sans-serif;
border:none;border-bottom:1px solid #000;
margin-right:3px;
background:transparent;}

/*全体の設定*/
#mainBlock {
width:430px;
margin:10px;
float:left;
}
/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}
/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
text-align: left;
padding-top:20px;
}
/*ページタイトル文字部分の設定*/
#TopTitle {
font:15px tahoma;
}
/*ページタイトル文字色の設定*/
.TopTitleFont {
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
padding: 0px 0px 20px 20px;
color:#999;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
text-align: center;
border:1px dotted #ccc;border-left:none;
background:#eee;
margin:20px 0px;
padding:10px;
}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
text-align: left;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
}
#Plugin_left .PluginInnerBlock {
padding:5px;
padding-left:10px;
margin-bottom:20px;
}

#Plugin_right .PluginInnerBlock {
padding:5px;
margin-bottom:20px;
}
/*プラグインのタイトル（名称）部分の設定*/
#Plugin_left .PluginTitle {
font:bold 100% Verdana,Osaka,sans-serif;
border-left:3px solid #09f;
padding-left:5px;
margin-bottom:5px;
}

#Plugin_right .PluginTitle {
border:none;color:#999;
padding:0px;
margin:0px;

}
#Plugin_right .PluginTitle:first-letter{color:#69c;}

/*プラグインの説明部分の設定*/
.PluginExplanation { color:#aaa; }
/*プラグインが表示される場所の設定*/

#Plugin_left .PluginContents {
padding:0px 5px;
}
/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
color:#666;
text-align: left;
margin-bottom:20px;
}

/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
padding: 0px;
text-align: left;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
text-align: left;
letter-spacing:3px;
padding:0px 5px 5px;
}
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
margin-bottom:50px;}
.EntryText_P{
display:none;
}

/*記事本文が記載される部分*/
.EntryText {
padding: 0px 0px 1em;
margin:0px 10px;
background:url('http://bfile.shinobi.jp/3393/line.gif');
line-height:22px;
}
/*追記文書が記載される部分*/
.EntryPsText {
margin:22px 0;
text-align: left;
}
.pstxt{
font-family:monospace;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
text-align:right;
padding:0px 5px;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
font:bold 150% georgia,sans-serif;
letter-spacing:3px;
text-align:right;
margin-right:10px;
}
.EntryWriteDate a{color:#999;}

/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin-right: 10px;
margin-bottom:5px;
text-align:right;
color:#ccc;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
margin-left: 5px;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
margin-left: 5px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
text-align:center;
color:#ccc;
padding:10px;
}
/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
text-align: left;
letter-spacing:3px;
padding:0px 5px 5px;
}
.CommentEditTitle{
text-align: left;
letter-spacing:3px;
padding:0px 5px 5px;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
margin: 5px 10px;
}
/*コメントのタイトル部分*/
.CommentTitle{
text-align: left;
color:#000;
}
/*コメント部分*/
.CommentText{
padding: 10px;
border:1px solid #ccc;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{

text-align:right;
padding:5px;
}
.Cm{
margin-left:5px;
}
/*投稿者名の部分*/
.CommentUserName{
margin-left: 5px;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin-left: 5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
text-align:right;
margin-bottom:5px;
text-decoration:underline;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin-left: 5px;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
margin:0px 10px 50px 10px;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
padding-top:5px;
padding-right:5px;
text-align:left;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding-top:5px;
text-align:left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
text-align:center;
padding:5px 0px;
}
.CommentFormSubmit input{
width:100%;
} 
/*inputタグやtextareaの設定*/
.CommentForms{
width:150px;
border:1px dotted #ccc;
}
.TextCommentForms{
width:98%;
border:1px dotted #ccc;
}
/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
text-align: left;
letter-spacing:3px;
padding:0px 5px 5px;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
padding:10px;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
text-align: left;
}
/*トラックバックの記事部分*/
.TrackbackText{
border:1px solid #ccc;
padding: 10px;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
text-align:right;
padding:5px;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
margin-left: 5px;
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
margin-left: 10px;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
margin-left: 5px;
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
text-align:right;}
#inputTrackbackURL{
width:240px;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
.TrackbackURL{
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data,.plugin_data {
background: url('http://bfile.shinobi.jp/3393/arrow.gif') 0px 50% no-repeat;
padding-left:15px;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date,.plugin_data_date {
text-align:right;color:#999;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
padding:3px;
width:90%;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable {
color:#999;
width:90%;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
color:#000;
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
padding:10px 0px;
color:#999;
}

.CommentResBox {}

.CommentResTitle {border:1px solid #999;border-width:1px 0px;margin:3px 0px;padding:3px 0px;}
.CommentResText {}
.CommentResFooter {text-align:right;text-decoration:underline;margin:5px 0px;}
