@charset "UTF-8";

/**************************************************************************************
ページ初期設定
**************************************************************************************/
* {margin :0;padding:0;font-size:100%;}
li {list-style-type:none;}
textarea,select,input {font-size:12px;}
br{letter-spacing: normal;}

/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*--BODY全体に関する設定--*/
body {
text-align: center;
font-weight: normal;
font-family: Verdana, Helvetica, sans-serif;
background-color: #eee;
background-image:url('http://bfile.shinobi.jp/1096/blue_body.gif');
}
/*<td>の全ての設定*/
td {text-align:center;}
/*table全ての設定*/
table{border-collapse: collapse;}

/*--リンクの設定--*/
a {text-decoration: none;}
a:link {color: #666;}
a:visited {color:#666;}
a:hover {color:#eee;}
a:active {color: #666;}

/*テキスト左寄せ*/
.left {text-align:left;}
/*テキスト中央寄せ*/
.center {text-align:center;}
/*テキスト右寄せ*/
.right {text-align:right;}

/**************************************************************************************
レイアウト
**************************************************************************************/
/*--全体を囲むブロック--*/
#mainBlock {
width:700px;
margin: 0 auto;
background-image:url('http://bfile.shinobi.jp/1096/blue_conten.gif');
background-repeat : repeat-y;background-position : left top;
}

/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*--一番上のブロック（タイトルが書かれる場所）の設定--*/
#TopBlock {
width:700px;
text-align : right;
margin: 20px auto 0 auto;
height: 130px;
background-image:url('http://bfile.shinobi.jp/1096/blue_top2.gif');
background-repeat : no-repeat;background-position : center top;
}

/*--ブログ文字部分の設定--*/
#TopTitle {
letter-spacing: 1px;
padding:30px 20px 0 100px;
font: bold 20px Georgia, Verdana, Helvetica, sans-serif;
}
#TopTitle h1 a:link {color: #eee;}
#TopTitle h1 a:visited {color: #eee;}
#TopTitle h1 a:hover {color: #e8efcf; text-decoration: none;}
#TopTitle h1 a:active {color: #eee;}

/*--ブログの下に来るブログの説明文--*/
#TopExplanation {
font-size: 10px;
font-weight:normal;
padding: 0 20px 0 100px;
color: #eee;
}

/**************************************************************************************
横型カレンダー
**************************************************************************************/
div#calendar {
padding : 18px 0 0 0;
font-size : 10px;
text-align: center;
width: 100%;
overflow:hidden;
}
div#calendar li {
display : inline;
list-style-type : none;
color: #eee;
font-size : 10px;
}
div#calendar ul {
list-style-position : inside;
}
div#calendar li a{
color: #e8efcf;
font-weight: bold;
}
div#calendar li a:hover{
color: #fff;
font-weight: bold;
}
li.day {
padding: 0 2px;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*--一番下のブロック（著作権表示が書かれる場所）の設定--*/
#FooterBlock {
clear:both;
padding: 0 0 5px 0;
text-align: center;
font-size: 10px;
color: #f5f5f5;
}
.copy{
margin: 10px;
}
.copy a {text-decoration: none;}
.copy a:link {color: #f5f5f5;}
.copy a:visited {color: #f5f5f5;}
.copy a:hover {color: #f5f5f5;}
.copy a:active {color: #f5f5f5;}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*--プラグイン表示箇所全体の設定--*/
.PluginBlock {
width: 200px;
text-align: left;
float: left;
overflow:hidden;
color: #f5f5f5;
padding: 18px 0 10px 0;
}
.PluginBlock a:link {color: #e8efcf;}
.PluginBlock a:visited {color: #e8efcf;}
.PluginBlock a:active {color: #e8efcf;}
.PluginBlock a:hover {color: #eee;}

/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
}

/*--プラグインのタイトル（名称）部分--*/
.PluginTitle {
font: bold 13px "Trebuchet MS", Monaco, sans-serif;
letter-spacing: 1px;
color: #F8F8EC;
padding: 5px 5px 0 20px;
}

/*--プラグインの説明--*/
.PluginExplanation {
padding-top: 2px;
}

/*--プラグイン内容表示部分--*/
.PluginContents {
margin: 0 10px 0 20px;
padding: 5px 0;
font-size: 10px;
line-height: 130%;
}
.plugin_data{
text-align:left;
padding:1px 0;
border-bottom: 1px dotted #C6C5BF;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.plugin_data_date {
text-align:right;
}

/**************************************************************************************
  サイドバー用オマケ
**************************************************************************************/
/*--サイドバーに忍者式メルフォームを設置する場合の整形＆装飾
  デザイン設定で自作CSS使用の場合のみ有効です--*/
div.PluginContents div.main br{
line-height: 1px;
}
div.PluginContents div.main input{
width: 90%;
padding: 0 2px;
background:#D8EFE7;
border:1px solid #D8D3B0;
color:#48A5B9;
}
div.PluginContents div.main textarea{
width: 90%;
padding: 0 2px;
background:#D8EFE7;
border:1px solid #D8D3B0;
color:#48A5B9;
}
div.PluginContents div.main input.submit_button{
width: 50px;
margin-bottom: 3px;
background:#D8EFE7;
border:1px solid #D8D3B0;
color:#48A5B9;
}

/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*--記事ブロック--*/
#EntryBlock {
width: 500px;
float: right;
text-align: left;
overflow:hidden;
}

/*--記事表示部分の背景や余白等の設定--*/
.EntryInnerBlock {
margin: 30px 10px 10px 10px;
text-align: left;
border: 1px solid #48A5B9;
}

/*--記事タイトル--*/
.EntryTitle {
margin: 0 15px 0 15px;
padding: 8px 10px 0 10px;
background-image: url('http://bfile.shinobi.jp/1096/blue_enbody.gif');
background-repeat : repeat-y;
background-position : center bottom;
}
.EntryTitle h2 {
color: #CDCDC7;
padding: 0 5px;
font-size: 13px;
}
.EntryTitle h2 a {text-decoration: none;}
.EntryTitle h2 a:link {color: #CA7162;}
.EntryTitle h2 a:visited {color: #CA7162;}
.EntryTitle h2 a:hover {color: #eee;}
.EntryTitle h2 a:active {color: #CA7162;}


/*--各記事やコメント、トラックバックなどの総合のブロック部分--*/
.EntryTextBox {
margin: 0 15px;
padding: 10px 15px;
color: #666;
background-image: url('http://bfile.shinobi.jp/1096/blue_enbody.gif');
background-repeat : repeat-y;
background-position : center;
}
.EntryTextBox a{
text-decoration: underline;
}
.EntryPsText a{
text-decoration: none;
}

/*--記事本文--*/
.EntryText {
color: #666;
padding: 10px 5px;
font-size: 12px;
line-height: 150%;
}

/*--追記--*/
.EntryPsText {
padding: 10px;
text-align: right;
font-size: 12px;
background-image: url('http://bfile.shinobi.jp/1096/blue_enbody.gif');
background-repeat : repeat-y;
background-position : center;
}

/*--記事へのリンク（コメントやトラックバック等）の背景--*/
.EntryFooter {
font-size : 10px;
color : #C6C5BF;
height: 30px;
text-align : right;
padding : 0 20px 0 0;
margin: 0 15px;
letter-spacing:1px;
background-image : url('http://bfile.shinobi.jp/1096/blue_enbottom.gif');
background-repeat : no-repeat;
background-position : center bottom;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin-left: 5px;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
margin-left: 5px;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
margin-left: 5px;
}

/*--記事を投稿した日が記載されている部分--*/
.entryday {
text-align : left;
margin: 0px 15px 0px 15px;
background-image: url('http://bfile.shinobi.jp/1096/blue_entop3.gif');
background-repeat : no-repeat;background-position : center top;
}
td.entrydayp {
margin: 0;
padding : 5px 0 0 0;
font: bold 12px Georgia, Verdana, Helvetica, sans-serif;
color: #CDCDC7;
line-height: 70%;
}
td.entrydayb{
padding : 2px 0 0 0;
margin: 0;
font: bold 21px Georgia, Verdana, Helvetica, sans-serif;
color: #CDCDC7;
line-height: 70%;
}
table.dytable{
height: 65px;
width: 85px;
}

/*-- エントリー内画像 --*/
.EntryText img { 
margin: 2px 5px;
padding: 3px;
border: 1px solid #5b563d;
background: #fff;
}

/*--絵文字--*/
.EntryText img.emoji{
margin: 0 1px;
padding: 0;
background-color: transparent;
border: none;
vertical-align: middle;
}

/*-- 引用文 --*/
blockquote {
padding: 5px 10px;
border-left: 9px solid #C6C5BF;
border-bottom: 1px solid #F8F8EC;
color: #999;
line-height: 140%;
}

/**************************************************************************************
  ページナビ
**************************************************************************************/
/*--次の記事やHOMEへのリンクが表示される背景部分--*/
.PageLinkBlock{
text-align:center;
padding:10px;
font-size: 10px;
font-weight: bold;
color: #eee;
}
.PageLinkBlock a:link {color: #e8efcf;}
.PageLinkBlock a:visited {color: #e8efcf;}
.PageLinkBlock a:hover {color: #fff;}
.PageLinkBlock a:active {color: #e8efcf;}

/*--ページリンク１０--*/
p.plink10{
padding: 5px 0;
}

/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*--コメント全体の設定--*/
.CommentBlock{
margin: 30px 10px 10px 10px;
text-align: left;
}

/*--コメント編集画面--*/
.editBlock {
width: 500px;
margin: 0 auto;
padding-top : 30px;
overflow:hidden;
}
.CommenteditBlock {
text-align : left;
padding : 14px 0 0 35px;
font: bold 14px Georgia, Verdana, Helvetica, sans-serif;
color: #48A5B9;
background-image: url('http://bfile.shinobi.jp/1096/blue_entop.gif');
background-repeat : no-repeat;background-position : center top;
}
.editFormBlock {
margin: 0 15px;
text-align : center;
padding: 20px;
background-image: url('http://bfile.shinobi.jp/1096/blue_enbody.gif');
background-repeat : repeat-y;
background-position : center;
}
.editFormTable{
margin:0 auto;
font-size: 12px;
color: #999;
}

/*--この記事にコメントする　と書かれてる部分の設定--*/
.CommentMenuTitle{
text-align : left;
padding : 14px 0 0 30px;
font: bold 14px Georgia, Verdana, Helvetica, sans-serif;
color: #48A5B9;
background-image: url('http://bfile.shinobi.jp/1096/blue_entop.gif');
background-repeat : no-repeat;background-position : center top;
}

/*--コメントのタイトル、コメント、コメント情報の全ての背景部分--*/
.CommentTextBox{
font-size: 12px;
line-height: 150%;
margin: 0 15px;
padding: 20px 15px;
color: #999;
background-image: url('http://bfile.shinobi.jp/1096/blue_enbody.gif');
background-repeat : repeat-y;
background-position : center;
}

/*--コメントタイトル--*/
.CommentTitle{
text-align: left;
font-size:14px;
font-weight: bold;
}

/*--コメント内容--*/
.CommentText{
font-size: 12px;
line-height: 150%;
color: #999;
}

/*--投稿者や投稿時間などが表示されている部分--*/
.CommentFooter{
text-align:right;
padding:5px;
font-size: 10px;
}

/*投稿者名の部分*/
.CommentUserName{
margin-left: 5px;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin-left: 5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-left: 5px;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin-left: 5px;
}

/*--コメントを投稿するフォーム全体の設定--*/
.CommentFormBlock{
margin: 0 15px;
padding: 20px 15px;
background-image: url('http://bfile.shinobi.jp/1096/blue_enbody.gif');
background-repeat : repeat-y;
background-position : center;
}

/*--コメントフォーム用テーブル--*/
.CommentFormTable{
font-size: 12px;
color: #999;
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
padding-top:5px;
padding-right:2px;
text-align:right;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding-top:5px;
text-align:left;
}

/*--フォーム設定--*/
input {
margin :1px;
background: #fff;
border : 1px solid #999;
font-size: 12px;
color: #999;
}
textarea {
margin :1px;
background: #fff;
border : 1px solid #999;
font-size: 12px;
color: #999;
}
/*--コメントフォーム送信ボタンのTDタグ設定--*/
.CommentFormSubmit{
text-align: left;
}
/*inputタグやtextareaの設定*/
.CommentForms{
width: 200px;
}
.Commentpass{
width: 80px;
}
.CommentFormstext{
width: 300px;
}
/*--コメント最下部装飾用部品--*/
.comment_bottom {
height: 20px;
margin: 0 15px 0 15px;
padding: 0 15px;
background-image : url('http://bfile.shinobi.jp/1096/blue_enbottom.gif');
background-repeat : no-repeat;
background-position : center bottom;
}

/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*--トラックバック全体の設定--*/
.TrackbackBlock{
margin: 30px 10px 10px 10px;
padding: 0;
text-align: left;
}

/*--トラックバックメニューのタイトル部分--*/
.TrackbackMenuTitle{
text-align : left;
padding : 14px 0 0 30px;
font: bold 14px Georgia, Verdana, Helvetica, sans-serif;
color: #48A5B9;
background-image: url('http://bfile.shinobi.jp/1096/blue_entop.gif');
background-repeat : no-repeat;background-position : center top;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
}

/*--トラックバックタイトルの部分--*/
.TrackbackTitle{
font-size: 14px;
font-weight: bold;
line-height: 150%;
margin: 0 15px;
padding: 20px 15px 0 15px;
color: #999;
background-image: url('http://bfile.shinobi.jp/1096/blue_enbody.gif');
background-repeat : repeat-y;
background-position : center;
}

/*--トラックバック内容--*/
.TrackbackText{
font-size: 12px;
line-height: 150%;
margin: 0 15px;
padding: 0px 15px;
color: #999;
background-image: url('http://bfile.shinobi.jp/1096/blue_enbody.gif');
background-repeat : repeat-y;
background-position : center;
}

/*--投稿されたブログ名やリンクなどを表示する部分の設定--*/
.TrackbackFooter{
text-align: right;
font-size: 10px;
line-height: 130%;
margin: 0 15px;
padding: 5px 15px 0 15px;
color: #999;
background-image: url('http://bfile.shinobi.jp/1096/blue_enbody.gif');
background-repeat : repeat-y;
background-position : center;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
margin-left: 5px;
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
margin-left: 5px;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
margin-left: 5px;
}

/*--この記事のトラックバックURLと書かれた部分の設定--*/
.TrackbackURLTitle{
font-size: 12px;
line-height: 150%;
margin: 0 15px;
padding: 20px 15px 0 15px;
color: #999;
background-image: url('http://bfile.shinobi.jp/1096/blue_enbody.gif');
background-repeat : repeat-y;
background-position : center;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
#TrackbackURL{
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
padding:3px;
width:80%;
color: #f5f5f5;
margin: 0 auto;
}
.CalendarMoveTable a {
font-weight: bold;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:80%;
padding:3px;
color: #f5f5f5;
margin: 0 auto;
}
.CalendarTable a {
font-weight: bold;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
font-weight: bold;
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
text-align: left;
font-size: 12px;
line-height: 150%;
margin: 0 15px;
padding: 20px 15px;
color: #666;
background-image: url('http://bfile.shinobi.jp/1096/blue_enbody.gif');
background-repeat : repeat-y;
background-position : center;
}

.CommentResBox {
border:dotted 1px #999;
padding:5px 10px;
}

.CommentResTitle {
font-size:14px;
font-weight: bold;
}

.CommentResText {
padding: 5px;
}

.CommentResFooter {
text-align:right;
margin: 2px 0;
font-size: 10px;
padding-top: 2px;
}