@charset "UTF-8";

/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*-- 表示ページ全体 --*/
* {margin : 0;padding : 0;}
li {list-style-type:none;}
br{letter-spacing: normal;}

/*-- BODY全体に関する設定 --*/
body {
font-size:12px;
text-align: center;
color: #666;
font-family: Verdana, Helvetica, sans-serif;
background-color: #E1E1E1;
}


/*<td>の全ての設定*/
td {text-align:center;}
/*table全ての設定*/
table{border-collapse: collapse;}

/*テキスト左寄せ*/
.left {text-align:left;}
/*テキスト中央寄せ*/
.center {text-align:center;}
/*テキスト右寄せ*/
.right {text-align:right;}

/*--リンク--*/
a {text-decoration: none;}
a:link {color: #666;}
a:visited {color:#666;}
a:active { color: #666;}
a:hover {color:#ccc;}

/*--全体のフォーム--*/
input {
margin :1px 0;
background: #fff;
border: 1px solid #666;
font-size: 12px;
color: #4C4C4C;
}
textarea {
margin :1px 0;
background: #fff;
border: 1px solid #666;
font-size: 12px;
color: #4C4C4C;
}

/**************************************************************************************
メインブロック
**************************************************************************************/
#mainBlock {
margin:  0 auto; 
width: 700px; 
text-align: left;
background: #fff;
background-image : url(http://bfile.shinobi.jp/1513/4_body.gif);
background-repeat : repeat-y;
background-position : top left;
}

/**************************************************************************************
横型カレンダー
**************************************************************************************/
div#calendar {
padding : 5px 0;
margin: 0 2px 0 1px;
font-size : 10px;
text-align: center;
background-image: url(http://bfile.shinobi.jp/1513/4_carender2.gif);
}
div#calendar li {
display : inline;
list-style-type : none;
color: #666;
font-size : 10px;
}
div#calendar ul {
list-style-position : inside;
}
div#calendar li a{
color: #666;
font-weight: bold;
}
div#calendar li a:hover{
color: #666;
font-weight: bold;
}
li.day {
padding: 0 2px;
}

/**************************************************************************************
ブログタイトルデザイン設定
**************************************************************************************/
/*ページタイトル文字部分の設定*/
#TopTitle {
margin:  20px auto 0 auto; 
width: 700px; 
text-align: left;
background-image : url(http://bfile.shinobi.jp/1513/4_top.gif);
background-repeat : no-repeat;
background-position : left top;
}

/*--ブログタイトル文字装飾--*/
#TopTitle h1{
font: bold 20px Georgia, Verdana, Helvetica, sans-serif;
letter-spacing: 1px;
padding:20px 20px 2px 20px;
}
#TopTitle h1 a:link {color: #ccc;}
#TopTitle h1 a:visited {color: #ccc;}
#TopTitle h1 a:hover {color: #fafafa; text-decoration: none;}
#TopTitle h1 a:active {color: #ccc;}

/*--タイトル下のブログの説明文--*/
#TopExplanation {
padding: 0 20px 10px 20px;
text-align: left;
font-size: 10px;
color:#666;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*--一番下のブロック（著作権表示が書かれる場所）の設定--*/
#FooterBlock {
clear:both;
text-align: center;
color: #404040;
}
p.copy {
font-size: 11px;
padding: 5px;
}

div#blogbottom{
font-size: 10px;
margin: 0 auto;
width: 700px;
padding-bottom:2px;
text-align: center;
background-image: url(http://bfile.shinobi.jp/1513/4_botm.gif);
background-repeat : no-repeat;
background-position : left bottom;
color: #404040;
}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*--プラグイン表示箇所全体の設定--*/
.PluginBlock {
width: 200px;
float: right;
overflow:hidden;
padding: 20px 0 10px 0;
text-align: left;
color: #404040;
}

/*--プラグイン部分リンク色--*/
div.PluginBlock a:link {color: #404040;}
div.PluginBlock a:visited {color: #404040;}
div.PluginBlock a:active { color: #404040;}
div.PluginBlock a:hover {color: #ccc;}

/*--プラグイン表示箇所の背景や余白設定--*/
.PluginInnerBlock {
}

/*--プラグインのタイトル（名称）部分の設定--*/
.PluginTitle {
font: bold 13px "Trebuchet MS", Monaco, sans-serif;
letter-spacing: 1px;
margin: 0 2px 3px 0;
padding: 2px 0 2px 10px;
color: #fff;
background-image: url(http://bfile.shinobi.jp/1513/4_navi.gif);
background-position: left top;
text-align: left;
}
/*--プラグインの説明部分の設定--*/
.PluginExplanation {
}

/*--プラグインが表示される場所の設定--*/
.PluginContents {
line-height: 130%;
font-size : 10px;
padding : 0 15px 5px 15px;
}

/*--各プラグイン処理内の基本デザイン--*/
div.plugin_data {
padding: 2px 0 0 8px;
font-size: 10px;
line-height: 130%;
background-image: url('http://bfile.shinobi.jp/1513/4_sim_li2.gif');
background-repeat: no-repeat;
background-position: left top;
border-bottom: 1px dashed #ccc;
}

/*各プラグイン処理内基本デザインの下に記載する日付など*/
.plugin_data_date {
text-align:right;
}

/*--//// オマケ ////--*/

/*--サイドバーに忍者式メルフォームを設置する場合の整形＆装飾
  デザイン設定で「自作CSS使用」の場合のみ有効です--*/
div.PluginContents div.main br{
line-height: 1px;
}
div.PluginContents div.main{
}
div.PluginContents div.main input{
width: 90%;
padding: 0 2px;
border: 1px solid #666;
}
div.PluginContents div.main textarea{
width: 90%;
padding: 0 2px;
border: 1px solid #666;
}
div.PluginContents div.main input.submit_button{
width: 50px;
background: #666;
color: #fff;
margin-bottom: 3px;
border:1px solid #666;
}
/*--///// オマケオワリ /////--*/

/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*--記事繰り返し処理全ての部分の設定--*/
#EntryBlock {
width: 500px;
float: left;
text-align: left;
overflow:hidden;
}

/*--記事表示部分の背景や余白等の設定--*/
.EntryInnerBlock {
margin: 10px;
padding-top: 10px;
line-height: 140%;
text-align: left;
}

/*--各記事日付部分--*/
.entryday {
padding : 0px 20px 0 10px;
font: bold 22px Georgia, Verdana, Helvetica, sans-serif;
color: #DCDCDC;
}

/*--各記事タイトル部分の設定--*/
.EntryTitle {
padding: 5px 10px 5px 10px;
font-weight: bold;
font-size: 12px;
text-align: left;
letter-spacing: 1px;
border-top: 1px dotted #404040;
background-image: url(http://bfile.shinobi.jp/1513/4_etitle2.gif);
background-repeat: no-repeat;
background-position:bottom left;
}

/*--各記事タイトル部分のフォント--*/
.EntryTitle h2{
color:#666;
padding: 0 5px;
font-size: 14px;
}
.EntryTitle h2 a:link {color: #666;}
.EntryTitle h2 a:visited {color: #666;}
.EntryTitle h2 a:hover {color: #fafafa; text-decoration: none;}
.EntryTitle h2 a:active {color: #666;}

/*--記事・コメント・トラックバック表示部分大枠--*/
.EntryTextBox {
margin-bottom: 20px;
padding: 20px 20px 10px 10px;
}

/*--記事本文--*/
.EntryText {
font-size: 12px;
line-height: 150%;
color: #404040;
text-align: left;
}

/*--追記--*/
.EntryPsText {
padding: 10px 0;
text-align: left;
font-size: 10px;
}

/*--エントリーフッター--*/
.EntryFooter {
font-size : 10px;
color : #674131;
text-align : right;
padding : 0px 20px 2px 10px;
letter-spacing:1px;
border-bottom: 1px dotted #666;
}

/*--記事のカテゴリ名が記載されている部分--*/
.EntryCategory {margin-left: 3px;}
/*--記事へのコメントリンクが記載されている部分--*/
.EntryComment {margin-left: 3px;}
/*--記事へのトラックバックリンクが記載されている部分--*/
.EntryTrackback {margin-left: 3px;}


/*--//////記事内のその他の設定//////--*/
/*-- 引用文 --*/
blockquote {
font-size: 12px;
padding: 5px 10px;
color: #666;
line-height: 140%;
border: 1px dotted #666;
}

/*--本文中リンクの設定--*/
div.EntryText a{
text-decoration: underline;
}

/*--記事内リストの表示--*/
div.EntryText li {
list-style-type: disc;
margin: 0 15px 0 20px;
}

/*--記事内画像--*/
div.EntryText img {
margin: 2px 5px;
padding: 5px;
border: 1px solid #666;
background: #fff;
}

/*--絵文字--*/
div.EntryText img.emoji {
margin: 0 1px;
padding:0;
background-color: transparent;
border: none;
}

/**************************************************************************************
 ページナビ
**************************************************************************************/
/*--次の記事やHOMEへのリンク--*/
.PageLinkBlock{
text-align:center;
padding:10px;
font-size: 10px;
font-weight: bold;
}

/*--ページごとへのリンク--*/
.PageLinkBlock10{
text-align:center;
padding-top: 5px;
font-size: 10px;
}

/**************************************************************************************
コメント表示部分の設定
**************************************************************************************/
/*--コメント全体の設定--*/
.CommentBlock{
color: #666;
}

/*--この記事にコメントする（Post your Comment）と書かれてる部分の設定--*/
.CommentMenuTitle{
text-align: left;
margin: 0 0 0 20px;
font: bold 16px Georgia, Verdana, Helvetica, sans-serif;
color: #666;
}

/*--コメントのタイトル、コメント、コメント情報の全ての背景部分--*/
.CommentTextBox{
padding: 10px 20px;
margin : 10px 20px 0 20px;
text-align : left;
background: #F7F7F7;
border:1px solid #ccc;
}

/*--コメントのタイトル部分--*/
.CommentTitle{
font-size:12px;
font-weight: bold;
margin: 0 0 5px 0;
}

/*--コメント内容部分--*/
.CommentText{
color : #666;
font-size : 12px;
line-height: 150%;
}

/*--投稿者や投稿時間などが表示されている部分--*/
.CommentFooter{
text-align:right;
font-size: 10px;
padding:5px;
margin: 3px 0 0 0;
}
/*--投稿者名の部分--*/
.CommentUserName{
margin-left: 3px;
}
/*--投稿者のホームページへのリンク部分--*/
.CommentURL{margin-left: 3px;}
/*--投稿された時間が記載されている部分--*/
.CommentWriteDate{margin-left: 3px;}
/*--コメント編集へのリンク部分--*/
.CommentEdit{margin-left: 5px;}

/*--コメントを投稿するフォーム全体の設定--*/
.CommentFormBlock{
margin-bottom:20px;
padding: 20px 0;
text-align : left;
}
/*--コメントフォーム用テーブル--*/
.CommentFormTable{
margin: 0 auto 0 35px;
font-size: 12px;
}
/*--コメントフォームTHタグ設定--*/
.CommentFormTh{
padding-top:5px;
text-align:right;
}
/*--コメントフォームTDタグ設定--*/
.CommentFormTd{
padding-top:5px;
text-align:left;
}
/*--コメントフォーム送信ボタンのTDタグ設定--*/
.CommentFormSubmit{
text-align:left;
}

/*--inputタグやtextareaの設定--*/
.CommentForms{
width: 200px;
}

/*-- カラーセレクトボックス --*/
select#color{
background-color :#fafafa;
border : 1px solid #666;
}

.CommentFormstext{
width: 250px;
}
.Commentpass{
width: 50px;
}
input.serb {
width: 80px;
font-weight : bold;
font-size: 12px;
background: #666;
border: 1px solid #666;
color: #fff;
}


/*-------------------------------------------------------
  コメント-管理者用返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
}

.CommentResBox {
margin-top: 5px;
padding : 10px;
background: #E1E1E1;
}

.CommentResTitle {
font-size:12px;
font-weight: bold;
margin-bottom: 5px;
color: #666;
}

.CommentResText {
font-size : 12px;
line-height: 150%;
color : #666;
text-align : left;
}

.CommentResFooter {
font-size: 10px;
margin: 3px 0 0 0;
padding: 2px;
text-align:right;
background: #F7F7F7;
}

/**************************************************************************************
  コメント編集部分の設定
**************************************************************************************/
/*--コメント編集ブロック--*/
.editBox{
padding: 10px 0;
text-align : left;
}
.editMenuTitle{
text-align: left;
font: bold 14px Georgia, Verdana, Helvetica, sans-serif;
padding-left: 20px;
}

/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*--トラックバック全体の設定--*/
.TrackbackBlock{
margin-top: 15px;
}

/*--トラックバックメニューのタイトル部分--*/
.TrackbackMenuTitle{
text-align: left;
margin: 10px 0 0 20px;
font: bold 16px Georgia, Verdana, Helvetica, sans-serif;
color: #666;
}

/*--トラックバックのタイトル、記事、リンク部分の総合設定--*/
.TrackbackTextBox{
padding: 10px 30px;
text-align : left;
}

/*--トラックバックタイトルの部分--*/
.TrackbackTitle{
font-size:12px;
font-weight: bold;
margin: 0 0 5px 0;
}

/*--トラックバックの記事部分--*/
.TrackbackText{
color : #674131;
font-size : 12px;
line-height: 150%;
}

/*--投稿されたブログ名やリンクなどを表示する部分の設定--*/
.TrackbackFooter{
text-align:right;
padding:5px;
font-size: 10px;
}
/*--トラックバック元のブログ名部分--*/
.TrackbackUserName{margin-left: 3px;}
/*--トラックバック元へのリンク部分--*/
.TrackbackFromURL{margin-left: 3px;}
/*--トラックバックされた日付部分--*/
.TrackbackWriteDate{margin-left: 3px;}

/*--この記事のトラックバック　と書かれた部分の設定--*/
.TrackbackURLTitle{
text-align: left;
padding: 10px 20px;
font-size: 12px;
}

/*--トラックバックする為のURLが記載されているフォーム部分の設定--*/
#TrackbackURL{
width: 230px;
background: #fff;
color: #666;
}

/**************************************************************************************
  サイドバー用カレンダーデザイン
**************************************************************************************/
/*--カレンダー日付移動用テーブル（前月、次月へのリンクなど）--*/
.CalendarMoveTable {
padding:3px;
width:80%;
font-size: 10px;
margin: 0 auto;
}
.CalendarMoveTable a {
font-weight: bold;
}
/*--カレンダー日付移動用テーブル、<tr>タグ部分のデザイン--*/
.CalendarMoveTr {
}
/*--カレンダー日付移動用テーブル内、左側td部分のデザイン--*/
.CalendarPrevTd {
}
/*--カレンダー日付移動用テーブル内、中央td部分のデザイン--*/
.CalendarNowTd {
}
/*--カレンダー日付移動用テーブル内、右側td部分のデザイン--*/
.CalendarNextTd {
}
/*--カレンダー表示用テーブル--*/
.CalendarTable {
width:80%;
padding:3px;
font-size: 10px;
margin: 0 auto;
}

/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
}

/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
font-weight: bold;
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
}