@charset "utf-8";   
/*************************************************
 リセット
*************************************************/
html, body, div, h1 ,h2, h3, h4, h5, h6, p, blockquote, 
dl, dt, dd, ul, ol, li, pre, form, table, th, tr, td, address {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
}

ul, ol, li { list-style: none; }


/*************************************************
 全体の基本設定
*************************************************/

/* ボディ 
------------------------------------------------*/
body {
	margin: 0;
	background: url(http://bfile.shinobi.jp/5841/ch2_line-1.gif) 0px 110px repeat-x #FFF;
	color: #444;
	font-size: 75%; /* IE6,7 */
	line-height: 1.5;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}


html>/**/body {font-size:12px;} /* IE6,7以外のブラウザ */


/* 画像 
------------------------------------------------*/
img, a img {
	margin: 2px;
	border: none;
}

img.emoji {
	margin: 0 1px;
	border: none;
}


/* 見出し
------------------------------------------------*/
h1 { font-size: 236%; }       /* 28px */

h2 { font-size: 135%; }       /* 16px */

h3 { font-size: 120%; }       /* 14px */

h4,h5,h6 { font-size: 100%; } /* 12px */


/* その他
------------------------------------------------*/
td { text-align: center; }

textarea, input {
	border: 1px solid #BBB;
	padding: 2px;
}


/*************************************************
  リンク基本設定
*************************************************/
a { text-decoration: none; }

a:link,
a:visited { color: #363; }

a:hover,
a:active { color: #900; }


/*************************************************
  レイアウト
*************************************************/
/*メインブロック*/
div#mainBlock {
	width: 1000px;
	margin: 0 auto;
	text-align:center;
}

/*ヘッダー*/
div#TopBlock {
	height: 110px;
	background: url(http://bfile.shinobi.jp/5841/box-1.jpg) 200px bottom no-repeat;
	text-align:left;
	overflow: hidden;
}

/* レフトコンテナ */
div#LeftContainer {
	float: left;
	width: 220px;
	margin: 60px 0;
	text-align: center;
}

/* ライトコンテナ */
div#Rightcontainer {
	float: right;
	width: 780px;
	text-align: center;
}
	
/*エントリー*/
div#EntryBlock {
	float: left;
	width: 560px;
	margin: 60px 0;
	text-align: left;
}

/*メニュー*/
div.PluginBlock {
	float: right;
	width: 220px;
	text-align: left;
	margin: 42px 0 20px;
}

/*フッター*/
div#FooterBlock {
	padding: 10px;
	text-align: center;
	background-color: #363;
	color: #FFF;
}

/* clearfix */
div#mainBlock:after {
    content: ".";  
    display: block;  
    height: 0;  
    clear: both;  
    visibility: hidden; 	
}


/*************************************************
  ヘッダー
*************************************************/
/*ブログのタイトル*/
h1#TopTitle {
	height: 37px;
	margin: 40px 0 0 320px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;

}

h1#TopTitle a:link,
h1#TopTitle a:visited {
	color: #900;
}

h1#TopTitle a:hover {
	position: relative;
	top: 2px;
	left: 2px;
}

/*ブログの説明*/
p#TopExplanation {
	margin: 2px 0 0 320px;
	color: #363;
}


/*************************************************
  カテゴリー、アーカイブ、キーワード検索ページ
*************************************************/

div.SearchTitle {
	margin: 0 15px;
	padding: 2px 5px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background-color: #363;
	border-bottom: solid 3px #900;
}

ul.SearchNavi {
	margin: 5px 15px;
	text-align: center;
}

ul.SearchNavi li {
	display: inline;
	font-size: 10px;
}

ul.SearchContents {
	margin: 0 15px 30px;
	padding: 10px;	

}

ul.SearchContents li {
	padding: 0 10px;
	list-style: inside disc;
	color: #363;
}

.SearchContents li h2 {
	display: inline;
	font-size: 100%;
}

.SearchContents li a:link, .SearchContents li a:visited { color: #900;}

.SearchContents li a:hover { color: #444;}


/*************************************************
  プラグイン5
*************************************************/
div.Plugin5InnerBlock {
	margin: 0 5px 20px;
	padding: 0 10px;

}

h3.Plugin5Title {
	margin: 0;
	text-align: center;
	color: #FFF;
	background-color: #363;
	border-bottom: solid 3px #900;
}

div.Plugin5Body {
	padding: 10px;
}

div.Plugin5Explanation {
	font-size: 94%;
	padding: 0 5px;
}

div.Plugin5Contents {
	padding: 10px 5px;
}


/*************************************************
  エントリー（記事ブロック）
*************************************************/

div.EntryInnerBlock {
	margin: 0 5px 20px;
	padding: 0 10px 10px;
	text-align: left;
}

/* 記事タイトル */
h2.EntryTitle {
	margin: 0;
	height: 22px;
	padding: 2px 10px;
	background-color: #363;
	border-bottom: solid 3px #B22222;
	text-align: center;
	vertical-align: bottom;
	color: #FFF;
}

h2.EntryTitle a:link, h2.EntryTitle a:visited, h2.EntryTitle a:hover { color: #FFF; }

/*記事部分*/
div.EntryTextBox {
	margin: 0;
	padding: 4px 0 0;
	line-height: 1.8;
	position: relative;
}

.EntryInnerBlock >/**/ .EntryTextBox { padding: 4px 0; } /* IE6,IE7以外 */

div.EntryTextBox a:link, div.EntryTextBox a:visited { color: #900; }

div.EntryTextBox a:hover { color: #363; }

/*記事本文*/
div.EntryText {
	padding: 10px 0 0;
}

/* 追記文 */
div.EntryPsText {
	padding: 2em 0 0;
}

/*追記文へのリンク*/
p.EntryPsTitle {
	margin: 10px 0 5px;
}

/* ランキングバナー等用フッター*/
div.TextFooter {
	margin-top: 10px;
	text-align: left;
}

/*記事情報部分*/
ul.EntryFooter {
	margin: 0;
	padding:3px 10px;
	background-image: url(http://bfile.shinobi.jp/5841/ch2_back-1.gif);
	text-align: right;
	position: relative;
}

ul.EntryFooter li {
	display: inline;
}

ul.EntryFooter li.EntryTime {
	float: left;
	width: auto;
	text-align: left;
}

* html ul.EntryFooter { zoom: 1; }

/* cleafix */
ul.EntryFoote:after {
    content: ".";  
    display: block;  
    height: 0;  
    clear: both;  
    visibility: hidden; 	
}

/* 記事内の画像
------------------------------------------------*/

.EntryTextBox img, 
.EntryTextBox a img {
	margin: 2px 4px;
}


/* ランキングバナー用画像
------------------------------------------------*/
.TextFooter img, .TextFooter a img {
	margin: 1px 2px;
}


/* 記事内の罫線
------------------------------------------------*/
.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;
}

.EntryTextBox dl dd {
	margin: 0 1em 1em;
}


/* 記事内の引用文
------------------------------------------------*/
.EntryTextBox blockquote {
	margin: 1em 0 1em 1em;
	padding: 10px;
	border-left: 3px solid #900;
	background-color: #F5F5F5;
}

/* 記事内の短い引用文*/
q        { quotes: "“" "”" "‘" "’" ; color: #900; }
q:before { content: open-quote; }
q:after  { content: close-quote; }


/* 記事アクセサリー
------------------------------------------------*/
.EntryTextBox p { margin: 1em 0; }

.EntryTextBox em {
	color: #900;
}

.EntryTextBox pre {
	margin: 1em 0 1em auto;
	padding: 1em;
	border: 3px solid #CCC;
	font-family: sans-serif;
	width: 92%;
	overflow: auto;
	line-height: 1.2;
}

* html pre { overflow: scroll; } /* IE6 */

*:first-child+html pre { overflow: scroll; } /* IE7 */


code {
	font-family: "Lucida Console", Monaco, monospace;
	line-height : 1.2;
}


/*************************************************
 ページナビ
*************************************************/
ul.PageLinkBlock {
	text-align: center;
	padding: 10px;
}

ul.PageLinkBlock li {
	display: inline;
}

/*************************************************
 コメント
*************************************************/
/*コメント全体ブロック*/
div.CommentBlock {
	margin-top: 20px;
	padding: 10px 15px;
}

/*コメント見出し*/
h3.CommentMenuTitle{
	margin-bottom: 20px;
	text-align: center;
	background-color: #363;
	border-bottom: solid 3px #900;
	color: #FFF;
}

/*コメントボックス*/
div.CommentTextBox{
	margin: 5px 0px;
}

/*コメントのタイトル*/
h4.CommentTitle{
	margin: 0;
	padding-left:5px;

	border-left: 20px solid #363;
	color: #900;
}

/*コメント部分*/
div.CommentText {
	padding: 10px;
}

/*コメントフッター*/
ul.CommentFooter {
	margin: 0;
	text-align: right;
	padding: 5px;
        color: #777;
}

ul.CommentFooter li {
	display: inline;
}

span.nickname {
        font-weight: bold;
        color: #444;
}


/*************************************************
 コメントレス
*************************************************/
/* レスブロック */
div.CommentResBlock {
	margin-bottom: 10px;
}

/* レスタイトル */
h4.CommentResTitle {
	margin: 0;
	padding-left: 5px;
	border-left: 20px solid #900;
	color: #363;
}

/* レス部分 */
div.CommentResText {
	padding: 10px;
}

/* レスフッター */
ul.CommentResFooter {
	margin: 0;
	text-align: right;
	padding: 2px 10px;
        color: #777;
}

ul.CommentResFooter li {
	display: inline;
}


/*************************************************
 トラックバックエリア
*************************************************/
/* トラックバックブロック */
div.TrackbackBlock{
	margin: 20px 15px;
	text-align: left;
}

/* トラックバック見出し */
h3.TrackbackMenuTitle{
	text-align:center;
	margin-bottom: 20px;
	background-color: #363;
	border-bottom: 2px solid #900;
	color: #FFF;
}

/* URL見出し */
p.TrackbackURLTitle{
	margin-bottom: 20px;
	text-align: center;
}

/* URL表示部分 */
input#TrackbackURL{
	width: 300px;
}

/* トラックバックボックス */
div.TrackbackTextBox{
	margin: 10px 0;
}

/* トラックバックタイトル */
h4.TrackbackTitle{
	padding-left: 5px;
	border-left: 20px solid #363;
}

/* トラックバック記事 */
div.TrackbackText{
	padding: 10px;
	line-height: 1.4;
}

/* トラックバックフッター */
ul.TrackbackFooter{
	text-align: right;
	padding: 2px 10px;
}

ul.TrackbackFooter li {
	display: inline;
}


/*************************************************
  コメント編集ページ
*************************************************/
/* 編集ブロック */
div.CommentEditBlock {
	width: 760px;
	height:520px;
	margin: 20px auto 0;
	padding: 20px 20px 0;
	text-align: center;
}


/* 編集タイトル */
h3.CommentEditTitle {
	width: 530px;
	margin: 20px auto;
	text-align:center;
	background-color: #363;
	border-bottom: solid 3px #900;
	color: #FFF;
}

/* バックボタン */
input.BackButton {
	background-color: #363;
	color: #FFF;
	text-align: center;
	border: none;
}


/*************************************************
 フォーム
*************************************************/
/*フォームブロック*/
div.CommentFormBlock{
	width:510px;
	margin:0 auto 30px;
	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 8.5em;
	text-align: left;
	position:relative;
}

dd input.CommentForms { width:200px;}

dd input {
	border-top: 1px solid #BBB;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #BBB;
	padding: 2px;	
}
					  
dd textarea {
	width: 400px;
	border-top: 1px solid #BBB;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #BBB;
	padding: 2px;	
}

dd img {

	margin: 0;
	padding: 0;
}

*:first-child+html span.setsumei { vertical-align: baseline; } /* IE7 */

textarea { font-size: 120%; }

/* 秘密ボタン */
input#himitsu {
	border: none;
	background: none;
	margin-right: 0.5em;
	vertical-align: bottom;
}

input.btn {
	background-color: #363;
	color: #FFF;
	border: none;
}


/*************************************************
  プラグイン
*************************************************/
/* アドミンブロック */
div.AdminBlock {
	margin: 0 10px;
	padding: 0 10px;
	text-align: right;
}

/*プラグインブロック*/
div.PluginInnerBlock {
	margin: 0 10px 15px;
	padding: 0 5px;
}

/*プラグインタイトル*/
h4.PluginTitle {
	margin: 0;
	padding: 3px 0;
	background-color: #900;
	border-bottom: solid 3px #363;
	color: #FFF;
	text-align: center;
	vertical-align: baseline;
}

h4.PluginTitle a:link, h4.PluginTitle a:visited, h4.PluginTitle a:hover { color: #FFF; }

/*プラグインの説明*/
div.PluginExplanation {
	font-size: 94%;   /* 11px */
	padding: 5px;
	line-height: 1.2;
}

* html div.PluginExplanation { font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

*:first-child+html div.PluginExplanation { font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

/*プラグイン表示部分*/
div.PluginContents {
	padding: 2px 5px;
}

/* 検索 */
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: 3px 5px;
}

 /* レスのアイコン */
div.plugin_data .plugin_cm_with_res img {
	margin: 0 3px;
	vertical-align: top;
}

/*プラグインの日付、他*/
div.plugin_data_date {
	text-align: right;
}


/**************************************************************************************
  カレンダー
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
        padding: 3px;
        width: 90%;
        margin: 0 auto;
}
/*カレンダー日付移動用テーブル、trタグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable {
        width: 90%;
        padding: 3px;
        margin: 0 auto;
}

/*-------------------------------------------------------
  カレンダーテーブル  曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（trタグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日のthタグ部分デザイン*/
.CalendarWdaySun {
	color: #C66;	border-top: 1px solid #999;
	border-bottom: 1px solid #999;}
/*曜日表示部分、平日のthタグ部分デザイン*/
.CalendarWday {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
/*曜日表示部分、土曜日のthタグ部分デザイン*/
.CalendarWdaySat {
	color: #693;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

/*-------------------------------------------------------
  カレンダーテーブル  日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（trタグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日のtdタグ部分デザイン*/
.CalendarTdSun {
	color: #C88;
}
/*日付表示部分、土曜日のtdタグ部分デザイン*/
.CalendarTdSat {
	color: #9C9;
}
/*日付表示部分、平日曜日のtdタグ部分デザイン*/
.CalendarTd {
	color: #AAA;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
	color: #900;
	font-weight:bold;
}


/*************************************************
  フッター
*************************************************/
#FooterBlock address {
	font-style: normal;
	display: inline;
}

#FooterBlock p {
	margin-top: 0;
	display: inline;
}

div#FooterBlock a:link, div#FooterBlock a:visited { color: #F63; }

div#FooterBlock a:hover { color: #FC9; }