@charset "utf-8";   
/*************************************************
 リセット
*************************************************/
html, body, div, h1 ,h2, h3, h4, h5, h6, p, blockquote, 
dl, dt, dd, ul, ol, li, pre, form, fieldset, table, th, tr, td, address {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th { text-align: left; }

ul, ol { list-style: none; }

img { border: 0; }

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, 
q:after { content: ''; }


/*************************************************
 全体の基本設定
*************************************************/
/* IEスクロールバー */
html {
	scrollbar-base-color: #000;
	scrollbar-face-color: #7AF;
	scrollbar-track-color: #000;
	scrollbar-arrow-color: #DEF;
	scrollbar-highlight-color: #9CF;
	scrollbar-shadow-color: #58D;
	scrollbar-3dlight-color: #CFF;
	scrollbar-darkshadow-color: #36B;
}

/* ボディ 
------------------------------------------------*/
body {
	margin: 0;
	color: #CDE;
	font-size: 12px;
	line-height: 1.5;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	background-color: #000;
}

/* IE6 */
* html body { font-size: 75%; }

/* IE7 */
*:first-child+html body { font-size: 75%; }

/* IE8 */
html>/**/body { font-size /*\**/: 75%\9; } 


/* 画像
------------------------------------------------*/
img, a img {
	margin: 0;
	padding: 2px;
}

img.emoji {
	margin: 0;
	padding:0 2px;
}


/* その他 
------------------------------------------------*/
th, td { text-align: center; }

textarea, input, select {
	border: 1px solid #334D80;
	padding: 2px;
	background-color: #000;
	color: #C6E2FF;
}

textarea { font-size: 117%; }

/*************************************************
  リンク基本設定
*************************************************/
a { text-decoration: none; }

a:link,
a:visited { color: #7AF; }

a:hover,
a:active { color: #DEF; }


/*************************************************
  レイアウト
*************************************************/
/*メインブロック*/
div#mainBlock {
	width: 800px;
	margin: 0 auto;
	padding: 0 50px 0 149px;
	text-align: center;
	background: url(http://bfile.shinobi.jp/5677/k_back-1.jpg) left top repeat-y;	
}

div#TopBlock {
	height: 200px;
	margin-bottom: 30px;
	padding: 10px 0 0 40px;
	text-align: left;
	overflow: hidden;
	background: url(http://bfile.shinobi.jp/5677/k_header-3e.jpg) right bottom no-repeat;
}

/*エントリー*/
div#EntryBlock {
	float: left;
	width: 570px;
	margin-bottom: 30px;
	text-align: left;
}

/*メニュー*/
div.PluginBlock {
	float: right;
	width: 230px;
	margin-bottom: 30px;
	text-align: left;
}

/*フッター*/
div#FooterBlock {
	clear: both;
	height: 50px;
	margin-right: 230px;
	padding: 20px 10px 0;
	text-align: center;
	background: url(http://bfile.shinobi.jp/5677/k_footer-line.jpg) center top no-repeat;
}


/*************************************************
  ヘッダー
*************************************************/
/*ブログのタイトル*/
div#TopTitle {
	margin: 70px 20px 0px;
	font-size: 22px;
	font-weight:bold;
}

html>/**/body div#TopTitle { font-weight: normal; } /* モダンブラウザ */

div#TopTitle a:link,
div#TopTitle a:visited { color: #7AF; }

div#TopTitle a:hover,
div#Toptitle a:active { color: #DEF; }

/*ブログの説明*/
p#TopExplanation {
	margin: 5px 20px 0px;
	color: #CDE;
}


/*************************************************
  カテゴリー、アーカイブページ
*************************************************/

div.SearchTitle {
	margin: 10px 20px 0;
	padding: 0 0 19px;
	background: url(http://bfile.shinobi.jp/5677/k_line-2.jpg) left bottom no-repeat;
	font-size: medium;
	text-align: center;
	color: #7AF;
}

.EntryBlock >/**/ .SearchTitle { font-size: 15px; } /* IE6,IE7以外 */

ul.SearchNavi {
	margin: 0 20px 10px;
	padding: 3px;
	text-align: center;
}

ul.SearchNavi li {
	display: inline;
	font-size:10px;
}

ul.SearchContents {
	margin: 0 20px 50px;
	padding: 10px;
	border: 1px dotted #ABC;
}

ul.SearchContents li {
	padding: 0 10px;
	list-style: inside disc;
}


/*************************************************
  エントリー（記事ブロック）
*************************************************/

div.EntryInnerBlock {
	margin: 0 10px 20px;
	padding: 10px;
	text-align: left;
}

/* エントリーヘッダー */
div.EntryTitle {
	padding: 0 0 25px;
	background: url(http://bfile.shinobi.jp/5677/k_line-1a.jpg) left bottom no-repeat;
	font-size: medium;
	text-align: center;
	color: #7AF;
}

.EntryInnerBlock >/**/ .EntryTitle { font-size: 15px; }/* IE6,IE7以外 */
 
/*記事部分*/
div.EntryTextBox {
	padding: 20px 0 10px;
	line-height: 1.8;
}

/*記事本文*/
div.EntryText {
}

/* 追記文 */
div.EntryPsText { margin: 2em 0 10px; }

/*追記文へのリンク*/
p.EntryPsTitle {
	margin: 10px 10px 0;
	text-align: right;
}

/* ランキングバナー等用フッター*/
div.TextFooter {
	margin: 0 0 5px;
	text-align: left;
}

/*エントリーフッター*/
ul.EntryFooter {
	padding: 5px;
	border-top: 1px dotted #78A;
	text-align: right;
}

ul.EntryFooter li {
	display: inline;
	padding-left: 5px;
}


/* 記事内の画像
------------------------------------------------*/

.EntryTextBox img, 
.EntryTextBox a img {
	padding: 2px 4px;
}


/* ランキングバナー用画像
------------------------------------------------*/
.TextFooter img,
.TextFooter img {
	padding: 1px;
}


/* 記事内の罫線
------------------------------------------------*/
.EntryTextBox hr {
	width: 100%;
	height: 1px;
	background-color: #999;
	color: #999;
	border: none;
}
	

/* 記事内のリスト、定義リスト
------------------------------------------------*/
.EntryTextBox ul,
.EntryTextBox ol {
	margin: 1em 0;
	padding-left: 2em;
}

.EntryTextBox ul li { list-style: disc outside;	}

.EntryTextBox ol li { list-style: decimal outside; }

.EntryTextBox dl { margin: 1em 0; }

.EntryTextBox dl dt {
	font-weight: bold;
	color:#8BF;
}

.EntryTextBox dl dd { margin: 0 1em 1em; }


/* 記事内の引用文
------------------------------------------------*/
blockquote {
	margin: 1em 2em;
	padding: 0 10px;
	border: 1px dotted #9CF;
}

/* 記事内の短い引用文*/
q        { quotes : '"' '"' "'" "'" ; color : #9CF; }
q:before { content: open-quote; color: #FFF; }
q:after  { content: close-quote; color: #FFF; }

/* 記事アクセサリー
------------------------------------------------*/
p { margin:1em 0; }

em { color: #CF6; }

/* 拍手
------------------------------------------------*/
.EntryText .NinjaClap { margin-top:20px; }

.NinjaClap img { vertical-align: middle; }


/*************************************************
 ページナビ
*************************************************/
ul.PageLinkBlock {
	text-align: center;
	padding: 10px;
}

ul.PageLinkBlock li { display: inline; }


/*************************************************
 コメント
*************************************************/
/*コメント全体ブロック*/
div.CommentBlock {
	padding: 30px 20px;
}

/*コメント見出し*/
div.CommentMenuTitle {
	padding: 0 0 22px;
	margin-bottom: 20px;
	background: url(http://bfile.shinobi.jp/5677/k_line-1a.jpg) left bottom no-repeat;
	text-align: center;
	font-size: 24px;
	font-style: italic;
}

/*コメントボックス*/
div.CommentTextBox {
	margin-bottom:10px;
	background-color: #BCF;
	border: 2px double #334D80;
	color: #555;
}

/*コメントのタイトル*/
ul.CommentTitle {
	height: 13px;
	width: 93%;
	margin: 5px auto;
	padding: 5px 10px;
	border-bottom: 1px solid #334D80;
	text-align: left;
}

html>/**/body ul.CommentTitle {
	margin:5px 10px;
}

li.CommentTitleName {
	display: inline;
	float: left;
	width: auto;
	text-align: left;
}

li.CommentName {
	display: inline;
	float: right;
	width: auto;
	text-align: right;
}

/*コメント部分*/
div.CommentText {
	clear: both;
	padding: 10px 10px;
}

/*コメント　フッター*/
ul.CommentStatus {
	margin:5px 20px 10px;
	padding-top: 5px;
	text-align: right;
}

ul.CommentStatus li {
	display: inline;
	padding-left: 5px;
	font-size:11px;
}

ul.CommentStatus a:link,
ul.CommentStatus a:visited { color:#333; }

ul.CommentStatus a:hover { color:#334D80; }


/*************************************************
 コメントレス
*************************************************/
/* レスボックス */
div.CommentResBox {
	margin: 15px 0;
	border: 1px dotted #89A;
}

/* レスタイトル */
div.CommentResTitle {
	margin: 10px 10px 0;
	padding: 0 10px 10px;
	background: url(http://bfile.shinobi.jp/5677/k_line-3.jpg) left bottom repeat-x;
}

/* レス部分 */
div.CommentResText {
	padding: 10px 20px;
}

/* レス時間部分*/
ul.CommentResStatus {
    margin-top: 5px;
	padding: 0 20px;
	text-align: right;
}

ul.CommentResStatus li {
	display: inline;
	padding-left: 5px;
	font-size:11px;
}


/*************************************************
 トラックバックエリア
*************************************************/
/* トラックバックブロック */
div.TrackbackBlock{
	padding: 0 20px;
	text-align: left;
}

/* トラックバック見出し */
div.TrackbackMenuTitle{
	padding: 0 0 22px;
	margin-bottom: 20px;
	background: url(http://bfile.shinobi.jp/5677/k_line-1a.jpg) left bottom no-repeat;
	text-align: center;
	font-size: 24px;
	font-style: italic;
}

/* URL見出し */
p.TrackbackURLTitle{
	margin-bottom: 40px;
	text-align: center;
}

/* URL表示部分 */
input#TrackbackURL { width: 300px; }

input#TrackbackURL:hover { border: 1px solid #69C; }

/* トラックバックボックス */
div.TrackbackTextBox {
	margin: 10px 0;
	padding: 5px 10px;
	border: 1px dotted #89A;
}

/* トラックバックタイトル */
div.TrackbackTitle {
	padding: 5px 10px 10px;
	background: url(http://bfile.shinobi.jp/5677/k_line-3.jpg) left bottom repeat-x;
	font-weight: bold;
}

/* トラックバック記事 */
div.TrackbackText {
	padding: 10px;
	line-height: 1.4;
}

/* トラックバック　ステータス部分 */
ul.TrackbackStatus {
    margin-top: 5px;
	padding: 0 20px;
	text-align: right;
}

ul.TrackbackStatus li {
	display: inline;
	padding-left: 5px;
}


/*************************************************
  コメント編集ページ
*************************************************/
/* 編集ブロック */
div.CommentEditBlock {
	width: 760px;
	margin: 40px auto;
}

/* 編集タイトル */
div.CommentEditTitle {
	width: 530px;
	padding: 0 0 22px;
	margin: 0 auto 20px;
	background: url(http://bfile.shinobi.jp/5677/k_line-1a.jpg) left bottom no-repeat;
	text-align: center;
	font-size: 24px;
	font-style: italic;
}

/* バックボタン */
div.Backbtn { margin: 30px auto 20px; }

div.Backbtn .BackButton { text-align: center; }


/*************************************************
 フォーム
*************************************************/
/*フォームブロック*/
div.CommentFormBlock{
	width: 510px;
	margin: 0 auto 20px;
	text-align:left;
}

/* フォーム */
dl.Form {
	line-height: 1.5;
	position: relative;
}

/* 項目 */
dl.Form dt {
	width: 8em;
	text-align: right;
}

/* 入力部分 */
dl.Form dd {
	margin: -1.5em 0 10px 9em;
	text-align: left;
	position: relative;
}

/* 絵文字のアイコン */
dd img {
	margin: 0;
	padding: 0;
}

dl dd input.CommentForms { width:200px;}

dl dd select {
	color: #000;
	background-color: #BCF;
}

dl dd textarea {
	width: 400px;
	font-size: small;	
}

dd >/**/ textarea { font-size: 15px; } /* IE6,PE7以外 */

input:hover,
textarea:hover { border: 1px solid #69C; }

/* 秘密ボタン */
input#himitsu {
	border: none;
	margin-right: 0.5em;
}

input.btn {background-color: #46C;}

input.BackButton {background-color: #46C;}


/*************************************************
  プラグイン
*************************************************/
/*プラグインブロック*/
div.PluginInnerBlock {
    margin-left:10px;
	padding: 10px;
	color: #BCE;
}

/* アドミンブロック */
div.Admin {
	border-bottom: 1px dotted #BBB;
	padding-bottom: 4px;
	text-align: center;
}

/*プラグインタイトル*/
div.PluginTitle {
	height: 15px;
	padding: 5px 10px 20px;
	background: url(http://bfile.shinobi.jp/5677/k_p_line-1.jpg) left bottom no-repeat;
	color: #7AF;
	font-weight: bold;
	text-align: center;
}
 
/*プラグインの説明*/
div.PluginExplanation {
	padding: 5px;
}

/*プラグイン表示部分*/
div.PluginContents {
	padding: 2px 5px;
}

div.PluginContents a:link,
div.PluginContents a:visited { color: #9CF; }

div.PluginContents a:hover { color: #DEF; }

/* 検索 */
div.blogsearch {
	vertical-align: middle;
}

.blogsearch input.box {
	width: 150px;
	margin-bottom: 5px;
}

.left { text-align: left; }

.center { text-align: center; }

.right { text-align: right; }


/*  各プラグイン表示部分
------------------------------------------------*/
/*プラグイン本体*/
div.plugin_data {
	text-align: left;
	padding: 5px;
	border-bottom:1px dotted #334D80;
}

 /* レスのアイコン */
.plugin_cm_with_res img {
	margin: 0 3px;
	vertical-align: top;
}

/*プラグインの日付、他*/
div.plugin_data_date {
	text-align: right;
}


/*************************************************
  カレンダー
*************************************************/

/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
table.CalendarMoveTable {
	width: 90%;
	margin: 0 auto;
	padding: 3px;
}

/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
tr.CalendarMoveTr {
}

/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
td.CalendarPrevTd {
}

/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
td.CalendarNowTd {
}

/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
td.CalendarNextTd {
}

/*-------------------------------------------------------
  カレンダーテーブル 
-------------------------------------------------------*/
/*カレンダー表示用テーブル*/
table.CalendarTable {
	width: 90%;
	margin: 0 auto;
	padding: 3px;
	border-collapse: separate;
}

/*
  日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
tr.CalendarWdayTr {
	background-color: #7D9DC7;
}

/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
th.CalendarWdaySun {
	color: #903;
}

/*曜日表示部分、平日の<th>タグ部分デザイン*/
th.CalendarWday {
}

/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
th.CalendarWdaySat {
	color: #60F;
}

/*
  日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
tr.CalendarTr {
	padding: 2px;
}

/*日付表示部分、日曜日の<td>タグ部分デザイン*/
td.CalendarTdSun {
	color: #CC7AA3;
}

/*日付表示部分、土曜日の<td>タグ部分デザイン*/
td.CalendarTdSat {
	color: #99F;
}

/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
td.CalendarTd {
}

/*記事が存在する場所の設定*/
div.CalendarTdLink {
	background-color: #BBF;
}

/*記事が存在する日付の文字色の設定*/
span.CalendarTdLinkFont {
	color: #149;
	font-weight: bold;
}


/*************************************************
  フッター
*************************************************/
#FooterBlock address { font-style: normal; }

#FooterBlock p { margin-top: 0; }