@charset "utf-8";

/*================================================================================
	CSS MAP
	
	#01. 全ブロックの共通設定
	#02. レイアウトの設定
	#03. 最上部のブロック（タイトルが書かれる場所）と上部カレンダーの設定
	#04. 記事ブロックの共通設定
	#05. コメントの設定
	#06. トラックバックの設定
	#07. 中央部 右のブロック（プラグインが表示される方）の設定
	#08. 最下部のブロック（著作権表示が書かれる場所）
	
================================================================================*/

/* カテゴリ用画像
--------------------------------------------------------------------------------*/
.category0 {
	padding-left: 19px;
	background: url(http://bfile.shinobi.jp/5776/icon_custom.gif) no-repeat top left;
}
.category1 {
	padding-left: 19px;
	background: url(http://bfile.shinobi.jp/5776/icon_temp.gif) no-repeat top left;
}

/* ツリー化リスト用
--------------------------------------------------------------------------------*/
#treeC ul { list-style: none; }
li.sCategory {
	margin-left: 5px;
	padding-left: 12px;
	background: url(http://bfile.shinobi.jp/5776/bg_list01.gif) no-repeat center left;
}
li.sCategoryEnd {
	margin-left: 5px;
	padding-left: 12px;
	background: url(http://bfile.shinobi.jp/5776/bg_list02.gif) no-repeat center left;
}

/*================================================================================
	#01. 全ブロックの共通設定
================================================================================*/
* {
	margin:0;
	padding:0;
}
body {
	background:#fff;
	color:#454545;
	font-family:Tahoma,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Verdana,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size:75%;
	text-align:center;
}
html>body body { font-size:12px; } /* IE以外のブラウザに文字サイズを12pxに設定 */

h1,h2,h3,h4,h5 { font-size:100%; }

img { vertical-align:top; }

em,code {
	margin: 0 2px;
	padding: 0px 2px 1px 2px;
	border-bottom: 1px dotted red;
	background-color:#f5f5f5;
	color: #454545;
	font-family:Helvetica,Tahoma,Verdana,Osaka,sans-serif;
	font-size: 100%;
	font-style: normal;
}

.hide { display:none; }

/*--------------------------------------------------------------------------------
	リンクの設定
--------------------------------------------------------------------------------*/

/* リンクの基本設定
（overflow:hidden; はFirefoxでリンクを押した際、線がずれるのを修正する設定です）
--------------------------------------------------------------------------------*/
a {
	overflow:hidden;
	text-decoration:none;
}

a:link { /* 通常のリンクの設定 */
	color:#33aacc;
}
a:visited { /* 過去に見たことがあるページのリンクの設定 */
	color:#33aacc;
}
a:hover { /* カーソルに触れた状態のリンクの設定 */
	color:#aacc33;
}
a:active { /* リンクを押した状態のリンクの設定 */
	color:#aacc33;
}

/* リンク付き画像の設定
--------------------------------------------------------------------------------*/
a img {
	border:none;
}

/* ページナビのリンク設定
--------------------------------------------------------------------------------*/
.PageLinkBlock li a /* リンクの基本設定 */ ,
.PageLinkBlock li a:link /* 通常のリンクの設定 */ ,
.PageLinkBlock li a:visited /* 過去に見たことがあるページのリンクの設定 */ {
	display:block;
	margin:-2px -5px;
	padding:2px 5px;
	color:#333;
	background-color:#f0f0f0;
}

.PageLinkBlock li a:hover /* カーソルに触れた状態のリンクの設定 */ ,
.PageLinkBlock li a:active /* リンクを押した状態のリンクの設定 */ {
	display:block;
	margin:-2px -5px;
	padding:2px 5px;
	color:#fff;
	background-color:#333;
}

/*--------------------------------------------------------------------------------
	フォーム全般の字体設定
--------------------------------------------------------------------------------*/
input,textarea {
	font-family:Tahoma,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Verdana,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

/*================================================================================
	#02. レイアウトの設定
================================================================================*/

/* 全体を囲っているブロック
--------------------------------------------------------------------------------*/
#mainBlock {
	margin:30px auto 0;
	width:715px;
}

/* 最上部のブロック（タイトルが書かれる場所）
--------------------------------------------------------------------------------*/
#TopBlock {
	margin-bottom:15px;
	padding:10px;
	border:1px solid #454545;
	background-color:#fff;
}

/* 中央部 左のブロック（記事が表示される方）
--------------------------------------------------------------------------------*/
#EntryBlock {
	float:left;
	margin-bottom:15px;
	width:500px;
	text-align:left;
}

/* 中央部 右のブロック（プラグインが表示される方）
--------------------------------------------------------------------------------*/
#PluginBlock {
	float:right;
	margin-bottom:15px;
	width:195px;
	text-align:left;
}

/* 最下部のブロック（著作権表示が書かれる場所）
--------------------------------------------------------------------------------*/
#FooterBlock {
	display:block !important;
	display:inline-block;
	clear:both;
	overflow:hidden;
	margin-bottom:30px;
	padding:5px 10px;
	border:1px solid #333;
	background-color:#fff;
	text-align:center;
}

/*================================================================================
	#03. 最上部のブロック（タイトルが書かれる場所）と上部カレンダーの設定
================================================================================*/

/* ブログのタイトルの設定
--------------------------------------------------------------------------------*/
.TopTitle {
	font-size:16px;
	text-align:left;
	line-height:1.6;
}

/* ブログのタイトルの文字色の設定
--------------------------------------------------------------------------------*/
.TopTitleFont {
}

/* ブログの説明文書の設定
--------------------------------------------------------------------------------*/
.TopExplanation {
	font-size:12px;
	text-align:left;
	line-height:1.6;
}

/*--------------------------------------------------------------------------------
  カレンダー
--------------------------------------------------------------------------------*/

/* カレンダー全体の基本設定
--------------------------------------------------------------------------------*/
.TopCalendar {
	display:inline-block !important;
	overflow:hidden;
	margin:0 auto 15px;
	padding:5px 0;
	width:713px;
	border:1px solid #333;
	background-color:#fff;
	list-style:none;
}

/* カレンダーの日付の設定
--------------------------------------------------------------------------------*/
.TopCalendar li {
	display:inline;
	margin:0px 1px;
	border:1px solid #fff;
	font-family:Arial,Osaka,Tahoma,Verdana,sans-serif;
	font-size:10px;
}

/* カレンダーのリンク設定
--------------------------------------------------------------------------------*/
.TopCalendar li a {
}
.TopCalendar li a:hover {
}

/*================================================================================
	#04. 記事とナビゲーションの設定
================================================================================*/

/* 記事全体
--------------------------------------------------------------------------------*/
.EntryInnerBlock {
	margin-bottom:15px;
	padding:15px;
	border:1px solid #333;
	background-color:#fff;
	text-align:left;
}

/* 記事のタイトル
--------------------------------------------------------------------------------*/
.EntryTitle {
	padding-bottom:2px;
	margin-bottom:2px;
	border-bottom:1px dotted #333;
	font-size:13px;
	line-height:1.6;
}

/* 記事のタイトルの文字色
--------------------------------------------------------------------------------*/
.EntryTitleFont {
}

/* 記事を投稿した日付と記事のカテゴリー
--------------------------------------------------------------------------------*/
.EntryState {
	font-size:10px;
	line-height:1.6;
}

/* 記事の本文と続き両方を囲っているブロック
--------------------------------------------------------------------------------*/
.EntryTextBox {
	margin:5px 0px;
}

/* 記事の本文
--------------------------------------------------------------------------------*/
.EntryText {
	padding:5px;
	letter-spacing: 1px;
	line-height:1.6;
}

/* 記事の続き
--------------------------------------------------------------------------------*/
.EntryPsText {
	padding:5px;
	letter-spacing: 1px;
	line-height:1.6;
}

/* 記事の続きを書いた場合の[続きを読む]リンク
--------------------------------------------------------------------------------*/
.EntryPsLink {
	padding:5px;
	letter-spacing: 1px;
	line-height:1.6;
}

/* Pタグを使用した際の文字設定
--------------------------------------------------------------------------------*/
.EntryTextBox p {
	margin-bottom:0.8em;
}

/* 記事に挿入した画像の設定
--------------------------------------------------------------------------------*/
.EntryTextBox img {
	margin:0 0.8em 0.8em 0;
}

/* 絵文字の設定
--------------------------------------------------------------------------------*/
img.emoji {
	margin:0 1px;
}

/* 記事に見出しタグを使った際の設定[h3][h4][h5]
--------------------------------------------------------------------------------*/
.EntryTextBox h3 {
	margin-bottom:0.6em;
	border-bottom:2px solid #333;
	line-height:1.6;
}
.EntryTextBox h4 {
	margin-bottom:0.6em;
	border-bottom:1px dotted #333;
	line-height:1.6;
}
.EntryTextBox h5 {
	margin-bottom:0.6em;
	padding-left:0.8em;
	border-left:4px solid #333;
	line-height:1.6;
}

/* 記事にリストタグを使った際の設定[ul][ol][li]
--------------------------------------------------------------------------------*/
.EntryTextBox ul {
	margin-bottom:0.8em;
	padding-left:1em;
	list-style:inside disc;
}
.EntryTextBox ul li {
	margin-bottom:0.4em;
	text-indent:-1em;
	line-height:1.4;
}
.EntryTextBox ol {
	margin-bottom:0.8em;
	padding-left:1em;
	list-style:inside decimal;
}
.EntryTextBox ol li {
	margin-bottom:0.4em;
	text-indent:-1em;
	line-height:1.4;
}

/* 記事に定義型リストタグを使った際の設定[dl][dt][dd]
--------------------------------------------------------------------------------*/
.EntryTextBox dl {
	line-height:1.6;
}
.EntryTextBox dl dt {
}
.EntryTextBox dl dd {
	margin:0 0 0.8em 0.8em;
	padding:0.2em 0 0 0.8em;
	border-left:2px solid #f0f0f0;
}

/* 記事に整形済みテキストタグを使った際の設定[table][tr][th][td]
--------------------------------------------------------------------------------*/
.EntryTextBox table {
	margin-bottom:0.8em;
	border:1px solid #ccc;
	border-collapse:collapse;
}
.EntryTextBox table th,
.EntryTextBox table td {
	padding:0.5em;
	border:1px solid #ccc;
}
.EntryTextBox table th {
	background-color:#f5f5f5;
	text-align:left;
	vertical-align:top;
}
.EntryTextBox table td {
	background-color:#fdfdfd;
}

/* 引用文タグを使った際の設定[blockquote]
--------------------------------------------------------------------------------*/
blockquote {
	margin-bottom:0.8em;
	padding:7px 0 0 12px;
	background:url(http://bfile.shinobi.jp/5776/custmize_template_blockquote.gif) no-repeat 0 0 #fff;
	line-height:1.4;
}
blockquote p {
	padding:0.2em;
}

/* 整形済みテキストタグを使った際の設定[pre]
--------------------------------------------------------------------------------*/
pre {
	overflow:auto;
	margin-bottom:0.8em;
	padding:1%;
	border:1px solid #ccc;
	width:97%;
	background-color:#f2f2f2;
	font-size:100%;
	font-family:Arial,Tahoma,Osaka,Verdana,Helvetica,sans-serif;
	line-height:1.6;
}

/* 記事へのコメント、トラックバックの件数が表示される部分
--------------------------------------------------------------------------------*/
.EntryFooter {
	clear:both;
	padding:5px;
	font-size:10px;
	text-align:right;
}

/* エントリーナビ
--------------------------------------------------------------------------------*/
.EntryLinkBlock {
	margin-bottom:15px;
	padding:10px;
	border:1px solid #333;
	background-color:#fff;
	text-align:center;
}

/* ページナビ
--------------------------------------------------------------------------------*/
.PageLinkBlock {
	overflow:hidden;
	display:block !important;
	display:inline-block;
	margin-bottom:15px;
	float:right;
	list-style:none;
}

.PageLinkBlock li {
	display:inline;
	float:left;
	margin-right:5px;
	padding:2px 5px;
	border:1px solid #333;
	background: #fff;
	color:#ccc;
}

/*================================================================================
	#05. コメントの設定
================================================================================*/

/*--------------------------------------------------------------------------------
  コメントフォーム
--------------------------------------------------------------------------------*/

/* コメントを投稿するフォーム全体
--------------------------------------------------------------------------------*/
.CommentFormBlock{
	margin-bottom:15px;
	padding:10px;
	background-color:#fff;
	border:1px solid #333;
}
.CommentFormTable {
	margin:15px 10px;
}

/* コメントフォームの名称ブロック（コメントフォームの左側）
--------------------------------------------------------------------------------*/
.CommentFormTh{
	float:left;
	clear:left;
	width:8em;
	line-height:1.8;
}

/* コメントフォームの入力ブロック（コメントフォームの右側）
--------------------------------------------------------------------------------*/
.CommentFormTd{
	margin-top:5px;
}

/* inputタグやtextarea（入力するところ）
--------------------------------------------------------------------------------*/
.CommentForms {
	padding:2px;
	border:1px solid #333;
	background-color:#fff;
}

/* 送信ボタン[SUBMIT]
--------------------------------------------------------------------------------*/
.CommentFormsBtn {
	padding:2px;
	width:56px;
	height:22px;
	border:1px solid #333;
	background-color:#fff;
	font-size:9px;
	font-family:Verdana,Tahoma,Osaka,sans-serif;
	font-weight:bold;
}

/*--------------------------------------------------------------------------------
	投稿されたコメント
--------------------------------------------------------------------------------*/

/* コメント全体
--------------------------------------------------------------------------------*/
.CommentBlock{
}

/* この記事にコメントする と書かれてる部分
--------------------------------------------------------------------------------*/
.CommentMenuTitle{
	margin-bottom:5px;
	border-bottom:1px dotted #333;
	line-height:1.6;
}

/* 投稿されたコメント全体
--------------------------------------------------------------------------------*/
.CommentTextBox{
	margin:15px 0px 15px;
	padding:10px;
	border:1px solid #333;
	background-color:#fff;
}

/* コメントのタイトル
--------------------------------------------------------------------------------*/
.CommentTitle{
	margin-bottom:5px;
	border-bottom:1px dotted #333;
	line-height:1.6;
}

/* コメントの内容
--------------------------------------------------------------------------------*/
.CommentText{
	line-height:1.6;
}

/* 投稿者や投稿時間などが表示されている部分
--------------------------------------------------------------------------------*/
.CommentFooter{
	margin-top:5px;
	line-height:1.6;
	text-align:right;
}

/*--------------------------------------------------------------------------------
	投稿されたコメントに対する返信の設定
--------------------------------------------------------------------------------*/

/* 返信全体
--------------------------------------------------------------------------------*/
.CommentResBlock {
	margin-bottom:15px;
	padding:10px;
	border:1px solid #333;
	background-color:#f2f2f2;
}

/* 返信したタイトル
--------------------------------------------------------------------------------*/
.CommentResTitle {
	margin-bottom:5px;
	border-bottom:1px dotted #333;
	line-height:1.6;
}

/* 返信した内容
--------------------------------------------------------------------------------*/
.CommentResText {
	line-height:1.6;
}

/* 返信した日付など
--------------------------------------------------------------------------------*/
.CommentResFooter {
	margin-top:5px;
	line-height:1.6;
	text-align:right;
}

/*================================================================================
	#06. トラックバックの設定
================================================================================*/

/* トラックバックの情報全体
--------------------------------------------------------------------------------*/
.TrackbackURLTitle{
	margin-bottom:15px;
	padding:10px;
	border:1px solid #333;
	background-color:#fff;
	font-size:12px;
	text-align:left;
}

/* この記事へのトラックバック と書かれてる部分
--------------------------------------------------------------------------------*/
.TrackbackMenuTitle{
	margin-bottom:5px;
	border-bottom:1px dotted #333;
	line-height:1.6;
	text-align:left;
}

/* トラックバックする為のURLが記載されているフォーム部分
--------------------------------------------------------------------------------*/
.TrackbackURL{
	border:1px solid #000;
	background-color:#fff;
}

/*--------------------------------------------------------------------------------
	投稿されたトラックバック
--------------------------------------------------------------------------------*/

/* トラックバック全体
--------------------------------------------------------------------------------*/
.TrackbackBlock{
}

/* 投稿されたトラックバック全体
--------------------------------------------------------------------------------*/
.TrackbackTextBox{
	margin-bottom:15px;
	padding:10px;
	border:1px solid #333;
	background-color:#fff;
}

/* 投稿されたトラックバックのタイトル
--------------------------------------------------------------------------------*/
.TrackbackTitle{
	margin-bottom:5px;
	border-bottom:1px dotted #333;
	line-height:1.6;
}

/* 投稿されたトラックバックの内容
--------------------------------------------------------------------------------*/
.TrackbackText{
	line-height:1.6;
}

/* 投稿されたトラックバックの日付など
--------------------------------------------------------------------------------*/
.TrackbackFooter{
	margin-top:5px;
	line-height:1.6;
	text-align:right;
}

/*================================================================================
	#07. 中央部 右のブロック（プラグインが表示される方）の設定
================================================================================*/

/* 右ブロックのコンテンツ
--------------------------------------------------------------------------------*/
.PluginInnerBlock {
	margin-bottom:15px;
	padding:10px;
	border:1px solid #333;
	background-color:#fff;
	line-height:1.4;
}

/* 右ブロックのコンテンツのタイトル（名称）部分
--------------------------------------------------------------------------------*/
.PluginTitle {
	border-bottom:1px dotted #333;
	font-size:11px;
}

/* 右ブロックのコンテンツの内容が表示される場所
--------------------------------------------------------------------------------*/
.PluginContents {
	padding:5px 0px;
	font-size:10px;
}

/* 右ブロックのコンテンツ内のリストタグ[ul][li]
--------------------------------------------------------------------------------*/
.PluginInnerBlock ul { list-style:inside disc; }
.PluginInnerBlock ul li {
}

/*--------------------------------------------------------------------------------
  プラグイン共通
--------------------------------------------------------------------------------*/

/* プラグインの説明部分
--------------------------------------------------------------------------------*/
.PluginExplanation {
	padding:5px 0px;
	font-size:10px;
}

/* リンクのサイト名、カテゴリの名前、最新記事のタイトル、アーカイブの年月、等
--------------------------------------------------------------------------------*/
.plugin_data {
	padding-left:7px;
	background-image:url(http://bfile.shinobi.jp/5776/custmize_template_icon.gif);
	background-position:0 0.6em;
	background-repeat:no-repeat;
	font-size:10px;
}

/* 最新コメントの日付、最新記事の日付、最新トラックバックの日付、等
--------------------------------------------------------------------------------*/
.plugin_data_date {
	font-size:10px;
	text-align:right;
}

/*--------------------------------------------------------------------------------
  カレンダー
--------------------------------------------------------------------------------*/

/* 前の月、現在の年と月、次の月の基本設定
--------------------------------------------------------------------------------*/
table.CalendarMoveTable {
	width:175px;
	border:none;
	font-family:Arial,Osaka,Tahoma,Verdana,sans-serif;
	font-size:10px;
}

/* 前の月の設定
--------------------------------------------------------------------------------*/
td.CalendarPrevTd {
	width:58px;
	text-align:left;
}

/* 現在の年と月の設定
--------------------------------------------------------------------------------*/
td.CalendarNowTd {
	width:59px;
	text-align:center;
}

/* 次の月の設定
--------------------------------------------------------------------------------*/
td.CalendarNextTd {
	width:58px;
	text-align:right;
}

/* カレンダー本体の基本設定
--------------------------------------------------------------------------------*/
table.CalendarTable {
	width:175px;
	border:none;
	font-family:Arial,Osaka,Tahoma,Verdana,sans-serif;
	font-size:10px;
	text-align:center;
}

/* 日付全体の基本設定
--------------------------------------------------------------------------------*/
tr.CalendarTr td {
	width:23px;
	border:1px solid #333;
	line-height:18px;
}

/* 記事がある日付の設定
--------------------------------------------------------------------------------*/
div.CalendarTdLink {
	background-color:#333;
}

/* 記事がある日付のリンク設定
--------------------------------------------------------------------------------*/
div.CalendarTdLink a {
	display:block;
	color:#fff;
}
div.CalendarTdLink a:hover {
	display:block;
	background-color:#eee;
	color:#333;
}

/* 日曜の設定
--------------------------------------------------------------------------------*/
th.CalendarWdaySun { /* 曜日 */
}
td.CalendarTdSun { /* 日付 */
}

/* 土曜の設定
--------------------------------------------------------------------------------*/
th.CalendarWdaySat { /* 曜日 */
}
td.CalendarTdSat { /* 日付 */
}

/* その他の曜日の設定
--------------------------------------------------------------------------------*/
th.CalendarWday { /* 曜日 */
}
td.CalendarTd { /* 日付 */
}

/*--------------------------------------------------------------------------------
  プロフィール
--------------------------------------------------------------------------------*/

/* プロフィールで設定した画像
--------------------------------------------------------------------------------*/
.profile_image img {
	margin-bottom:0.5em;
}

/*--------------------------------------------------------------------------------
  ブログ内検索
--------------------------------------------------------------------------------*/

/* ブログ内検索全体
--------------------------------------------------------------------------------*/
.blogsearch {
}

/* 検索後を入力するところ
--------------------------------------------------------------------------------*/
.blogsearch .box {
	padding:2px;
	border:1px solid #333;
	background-color:#fff;
}

/* 検索後を入力するところ
--------------------------------------------------------------------------------*/
.blogsearch .btn {
	padding:2px;
	width:34px;
	height:22px;
	border:1px solid #333;
	background-color:#fff;
	font-size:10px;
}

/*================================================================================
	#08. 最下部のブロック（著作権表示が書かれる場所）
================================================================================*/

/* 著作権表示
--------------------------------------------------------------------------------*/
p.copyright { /* 自分のコピーライト */
	float:left;
	font-size:10px;
}
p.powered { /* 忍者のコピーライト */
	float:right;
	font-size:10px;
}


/*================================================================================
	#--. highlighter用
================================================================================*/
.dp-highlighter {
	overflow: auto;
	margin: 1.5em 0!important;
	width: 97%;
	border: 1px solid #eee;
	background-color: #4b4b4b;
	font-size: 13px;
	font-family: "ＭＳ ゴシック","Consolas","Courier New",Courier,mono,serif;
	letter-spacing: 0px;
}
.dp-highlighter ol,
.dp-highlighter ol li,
.dp-highlighter ol li span {
	margin: 0;
	padding: 0;
	border: none;
	text-indent: 0;
}
.dp-highlighter a,
.dp-highlighter a:hover {
	font-size: 12px;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}
.dp-highlighter .bar { padding-left: 45px; }
.dp-highlighter.collapsed .bar,
.dp-highlighter.nogutter .bar { padding-left: 0px; }
.dp-highlighter ol {
	list-style: decimal;
	background-color: #fff;
	margin-left: 45px !important;
	padding: 0px;
	color: #fff;
}
.dp-highlighter.nogutter ol,
.dp-highlighter.nogutter ol li {
	list-style: none !important;
	margin-left: 0px !important;
}
.dp-highlighter ol li,
.dp-highlighter .columns div {
	list-style: decimal-leading-zero;
	list-style-position: outside !important;
	background-color: #f8f8f8;
	color: #fff;
	padding: 0 3px 0 10px !important;
	margin: 0 !important;
	line-height: 18px;
}
.dp-highlighter.nogutter ol li,
.dp-highlighter.nogutter .columns div { border: 0; }
.dp-highlighter .columns {
	background-color: #f8f8f8;
	color: gray;
	overflow: hidden;
	width: 97%;
}
.dp-highlighter .columns div { padding-bottom: 5px; }
.dp-highlighter ol li.alt {
	background-color: #fff;
	color: inherit;
}
.dp-highlighter ol li span { 
	color: #ff00ff;
	background-color: inherit;
}
.dp-highlighter.collapsed ol { margin: 0px; }
.dp-highlighter.collapsed ol li { display: none; }
.dp-highlighter .comment,.dp-highlighter .comments { color: #999; background-color: inherit; }
.dp-highlighter .string { color: blue; background-color: inherit; }
.dp-highlighter .keyword { color: #000099; background-color: inherit; }
.dp-highlighter .preprocessor { color: gray; background-color: inherit; }