@charset "UTF-8";

/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*styleのreset*/
* {
	margin : 0px 0px 0px 0px ;
	padding : 0px 0px 0px 0px ;
	}

/*BODY全体に関する設定*/
body {
	text-align : center;
	font-size : 11px;
	font-family : Verdana,'Hiragino Kaku Gothic Pro W3', 'ヒラギノ角ゴ Pro W3', Tahoma, 'century gothic', 'ＭＳ Ｐゴシック','MS PGothic', sans-serif, Osaka;
	color : #333333;
	line-height : 1.5;
        font-style: normal;
        font-weight: normal;
	letter-spacing : normal;
	word-spacing : normal;
	background-color : #000000;
	}
/*Textareaやinputを平面化*/
input,select,textarea {
	margin : 0px 1px 0px 1px;
	padding : 1px 1px 1px 2px;
	border : 1px solid #ff8c00 ;
	font-size : 12px;
	background-color : #ffffff; 
	}

/*textareaの設定*/
textarea {
   	width : 90%;
 	}

/*<td>の全ての設定*/
td {
	text-align : left;
	}

/*table全ての設定*/
table{
	border-collapse : collapse;
	font-size : 12px;
	}

/*テキスト左寄せ*/
.left {
	text-align : left;
	}
/*テキスト中央寄せ*/
.center {
	text-align : center;
	}
/*テキスト右寄せ*/
.right {
	text-align : right;
	}
ul, ol, dl, dt, dd {
	margin : 0px 0px 0px 0px ;
	padding : 0px 0px 0px 0px ;
	list-style: none;
	}

/*通常のリンクの設定*/
a:link {
	color : #8b0000;
	text-decoration : none;
	}
a:visited {
	color : #8b0000;
	text-decoration : none;
	}
a:hover {
	color : #8b0000;
	text-decoration : none;
	}
a:active {
	color : #8b0000;
	text-decoration : none;
	}
/* リンク画像 */
a img {
	border-style : none;	/* 枠を非表示 */
	border-width : 0px;	/* 枠の幅を0pxに設定 */
	text-decoration : none;	/* 装飾を表示しない */
	background-color: #000000;  /*背景色*/
	}

/*全体の設定*/
#mainBlock {
	width :770px;
	margin : 0px auto;
	padding : 0px; 
	text-align : center;
	}

/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
	height : 200px;
	margin : 0px auto;
        text-align : left;
	}
/*リンクの設定*/
#TopBlock a:link {
        color : #cc0000;
        }
#TopBlock a:visited {
        color : #cc0000;
        }
/*ＴＯＰの管理部屋リンク*/
.admin {
	text-align : right;
	color : #cccccc;
	}

/*toptitleのレイアウト*/
.title {
        display : block;
        float : left;
        clear : left;
	}
.logo {
 	margin-right : 20px;
	}
.toptitle {
	padding : 10px 0px 0px 20px;
	}
/*ページタイトル文字色の設定*/
.TopTitleFont {
	color : #cc3300;
        font-size : 20px;
        font-weight : bold;
	}
/*ページタイトルの下に来るブログの説明文書*/
.TopExplanation {
	font-size : 14px;
	color : #999999;
	font-weight : bold;
	}

/**************************************************************************************
 横置きカレンダー用デザイン
**************************************************************************************/
/*全体の設定*/
#calendarblock {
	height : 50px;
	margin : 0px;
	padding : 10px 5px;
	clear : both ;
	letter-spacing:1px;
	}

/*月の表示*/
.month {
	color : #ff1493;
	padding : 0px 10px 0px 0px;
	}
/*日にちの表示*/
.date {
	color : #f0e68c;
	}
/*リンク設定*/
.month a:link {
	color : #ff1493;
	}
.month a:visited {
	color : #ff1493;
	}
.date a:link {
	color : #cc0000;
	}
.date a:visited {
	color : #cc0000;
	}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
	width : 770px;
	margin : 0px ;
	padding : 0px 10px 0px 0px ;
	clear : both ;
	text-align : center;
	}
/*リンク設定*/
#FooterBlock a:hover {
	color : #cc0000;
        font-weight : bold;
	text-decoration : underline;
	background-color : #ffd700;
	position : relative; top:1px; left:1px;
　　　　}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.pagelinkblock{
	text-align:center;
	padding:5px 20px;
	margin: 5px 20px;
        color:#999999;
	}
.pagelinkblock a {
        font-weight:bold;
        }
/*著作権表示部分*/
.copylightblock {
	border-style:dotted;
	padding:5px 0px;
	border-width:2px;
	font-weight:bold;
	border-color:#000000;
	background-color:#ff8c00;
	}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
	width : 200px;
	margin : 0px;
	text-align : left;
	overflow : hidden;
	}

/*記事上のプラグイン（プラグイン５）*/
.plugin_top {
	font-size : 12px;
	text-align : center;
	background-color : #ff8c00;
	border : 2px dotted #000000;
	padding : 5px;
	margin : 10px 10px 10px 10px;
	}

/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
	margin:10px 0px;
	border-style:dotted;
	padding:5px 0px;
	border-width:2px;
	border-color:#000000;
	background-color:#ff8c00;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
	text-align: left;
	background-position: left center;
	background-repeat:no-repeat;
	background-image:url('http://bfile.shinobi.jp/1405/moon.gif');
	font-family : Comic Sans MS;
	font-weight: bold;
	font-size: 14px;
	color: #cc0000;
	padding: 0px 5px 0px 30px;
	margin:0px;
	}
/*プラグインの説明部分の設定*/
.PluginExplanation {
}
/*プラグインが表示される場所の設定*/
.PluginContents {
	padding:0px 8px;
	line-height:1.2;
        font-size:11px;
	}
/*リンク設定*/
.PluginContents a:hover {
	color : #cc0000;
	text-decoration : underline;
	background-color : #ffd700;
	position : relative; top:1px; left:1px;
　　　　}
/*プラグインの画像表示設定*/
.PluginContents img {
	background-color:#ff8c00;
	border:0px;
	}

/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
	width : 550px;
	float : left;
	text-align : center;
	overflow : hidden;
	position : static;
	}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
	text-align : left;
	background-color : #ffffe0;
	margin : 10px;
        padding : 8px;
        border : 5px dashed #000000;
	}
/*各記事タイトル部分の設定*/
.EntryTitle {
	text-align : center;
	padding : 5px 0px 20px 0px;
	background-position : center bottom;
	background-repeat : no-repeat;
	background-image : url('http://bfile.shinobi.jp/1405/koumori-titleback1.gif');
	}
/*リンク設定*/
.EntryTitle a {
        color : #cc0000;
        }
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
	color : #cc0000;
	font-size : 16px;
	font-weight : bold;
	}
/*EntryHeadの表示設定*/
.EntryHead { 
	margin : 0px;
        text-align : right;
	}
/*リンク設定*/
.EntryHead a:link {
	color : #cc0000;
	text-decoration : none;
	}
.EntryHead a:visited {
	color : #cc0000;
	text-decoration : none;
	}
.EntryHead a:hover {
	color : #cc0000;
	text-decoration : underline;
	background-color : #ffd700;
	position : relative; top:1px; left:1px;
	}
.EntryHead a:active {
	color : #cc0000;
	text-decoration : none;
	}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
	text-align : right;
	font-size : 11px;
	}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
	text-align : right;
	font-size : 11px;
	}
/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
	margin : 5px 0px;
        font-size : 12px;
	}
/*記事本文が記載される部分*/
.EntryText {
	padding : 10px;
	line-height : 1.5;
	text-align : left;
        color:#333333;
	}
/*記事内のリンク設定*/
.EntryText a:link {
	color : #cc3300;
	border-bottom-style : dashed;border-width:1px;
}
.EntryText a:visited {
	color : #cc3300;
	border-bottom-style : dashed;border-width:1px;
}
.EntryText a:hover{
	color : #cc3300;
	font-weight : bold;
	text-decoration : none;
	border-bottom-style:dashed;border-width:0;
}
.EntryText a:active{
	color : #cc3300;
	font-weight : bold;
	text-decoration : none;
	border-bottom-style : dashed;border-width:0;
}
/*追記文書が記載される部分*/
.EntryPsText {
	padding:0px 10px 10px 10px;
	font-size:12px;
	text-align:left;
	position: relative;
	}
.EntryPsText a {
        font-weight : bold;
        color : #cc0000;
        }
blockquote {
	padding:5px 10px; 
	margin:15px 20px 15px;
	color:#656565; 
	background-color:#ffffff; 
	border:1px dashed #cc0000; 
	}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
	padding:50px 0px 0px 0px;
	background-position: center top;
	background-repeat:no-repeat;
	background-image:url('http://bfile.shinobi.jp/1405/line-cat_2.gif');
	}
/*エントリー内のフッター*/
.EntryFooter a:link {
	color : #cc0000;
	text-decoration : none;
	}
.EntryFooter a:visited {
	color : #cc0000;
	text-decoration : none;
	}
.EntryFooter a:hover {
	color : #cc0000;
	text-decoration : underline;
	background-color : #ffd700;
	position : relative; top:1px; left:1px;
	}
.EntryFooter a:active {
	color : #cc0000;
	text-decoration : none;
	}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
}

/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
	text-align : center;
	margin : 10px 20px;
	}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
	padding : 10px 0px;
        text-align : left;
        color : #cc3300;
        font-size : 14px;
        font-weight : bold;
	}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
	margin: 10px 50px 0px 0px;
	background-color:#ff8c00;
	border:2px dotted #000000;
	}
/*コメントのタイトル部分*/
.CommentTitle{
	text-align: left;
	font-size: 14px;
	color: #cc0000;
	font-weight: bold;
	border-style: none;
	padding:10px 40px 0px 30px;
	border-style:none;
	background-position: left center;
	background-repeat:no-repeat;
	background-image:url('http://bfile.shinobi.jp/1405/boushi_.GIF');
	}
/*コメント部分*/
.CommentText{
	padding: 10px;
        text-align : left;
	color: #000000;
	line-height:1.2;
	}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
	text-align: right;
	padding: 10px;
	font-size: 10px;
	color: #000000;
	border-style: none;
	}
.CommentFooter a:hover {
	color:#8b0000;
	text-decoration:underline;
	background-color:#ffd700;
	position:relative; top:1px; left:1px;
	}
/*投稿者名の部分*/
.CommentUserName{
	margin-left: 5px;
	}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
	margin-left: 5px;
	}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
	margin-left: 5px;
	}
/*コメント編集へのリンク部分*/
.CommentEdit{
	margin-left: 5px;
	}

/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBox {
	margin: 0px 0px 20px 50px;
	border:2px dotted #000000;
	padding: 10px;
	background-color:#a52a2a;
	}
.CommentResTitle {
	text-align: right;
	font-size: 14px;
	font-weight: 700;
	color:#ffffff;
	padding: 10px;
	border-style: none;
	}
.CommentResText {
	padding: 10px;
        text-align : left;
	color:#ffffff;
	line-height:1.2;
	}
.CommentResFooter {
	text-align: right;
	color:#333333;
	font-size:10px;
	margin:15px 0;
	padding: 10px;
	border-top:0;
	border-style: none;
	}

/*-------------------------------------------------------
  コメント -> コメントフォームデザイン
-------------------------------------------------------*/
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
　　　　margin-bottom:20px;
　　　　}
/*コメントフォーム用テーブル*/
.CommentFormTable{
        width : 480px;
        padding : 10px;
	text-align:center;
        background-color : #ff8c00;
	}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
	border-style: none;
	font-weight:normal;
        padding : 5px;
	}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
	font-weight:normal;
        padding : 5px;
	}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
	text-align : left;
	padding : 5px;
	}
/*inputタグやtextareaの設定*/
.CommentForms{
	}

/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
	text-align : center;
	margin : 10px 20px 10px 0px;
	}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
        padding : 10px 0px;
        text-align : left;
        color : #cc3300;
        font-size : 14px;
        font-weight : bold;
        }
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
	margin: 10px 0px;
	padding: 8px;
	border : 2px dotted #000000;
	background-color: #ffffff;
	}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
	margin : 0px;
	padding:8px 10px;
	color: #333333;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	}
/*トラックバックの記事部分*/
.TrackbackText{
	margin : 0px;
	padding:5px 10px 5px 10px ;
        text-align:left;
	font-size:11px;
	line-height:150%;
	}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
	margin:0px 0px 10px 0px;
	font-size:10px;
	color:#6c6c6c;
	text-align:right;
	}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
	margin-left: 5px;
	}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
	margin-left: 5px;
	}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
	margin-left: 5px;
	}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
        padding : 10px;
        text-align : left;
        color : #666666;
        }
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
.TrackbackURL{
	}

/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
text-align:left;
padding:5px;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
text-align:right;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
padding:3px;
width:80%;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
text-align:center;
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:80%;
padding:3px;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
}