/* CSS Document */
.center { text-align:center; }
.left { text-align:left; }
.right { text-align:right; }
.clear { clear:both; height:1px; overflow:hidden; }
body { font-family:Verdana,sans-serif; font-size :0.9em; }
body, div, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, blockquote, p, th, td, address { margin :0; padding :0; font-size :1em; font-style :normal; font-weight :normal; line-height :1.5; }
ul,ol,dl { padding:0; margin:5px 10px; list-style-position:inside; }
input { padding :0; vertical-align :middle; display:inline; }
textarea { padding :0; font-size :0.9em; line-height:1.3; }
table { border-collapse:collapse; border-spacing:0; }
fieldset, img { border:0; vertical-align:middle; }
caption, th { text-align:left; }

/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
body {
text-align:center;
background:#8c8c8c;
color:#ddd;
font-size:0.9em;
}
/*<td>の全ての設定*/
td {
text-align:center;
}
/*table全ての設定*/
table{
border-collapse: collapse;
}
/*通常のリンクの設定*/
a {
color:#ddd;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
color:#aaa;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
color:#f5f5f5;
}
/*アクティブ状態のリンクの設定*/
a:active {
color:#fff;
}

/*全体の設定*/
#mainBlock {
width:800px;
text-align: center;
margin:0 auto;
}
/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}
/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
width:800px;
height:370px;
padding-top:1.2em;
position:relative;
}
/*ページタイトル文字部分の設定*/
h1 {
position:relative;
width:800px;
height:370px;
background:url('http://bfile.shinobi.jp/5265/cr_header_u.gif') no-repeat;
}
h1 a {
overflow:hidden;
position:absolute;
left:70px; top:80px;
font-weight:bold;
font-size:1.6em;
text-decoration:none;
}
h1 a:visited {
color:#ddd;
}
/*ページタイトル文字色の設定*/
.TopTitleFont {
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
position:absolute;
top:0; left:0;
font-size:0.9em;
}
.blogsearch {
position:absolute;
top:72px; left:560px;
}
.blogsearch input {
font-size:0.8em;
border:1px solid #999;
background:#eee;
}
.blogsearch input.box {
-moz-box-sizing: border-box;
width:120px;
padding:2px;
_padding:0;
}
.blogsearch input.btn {
font-weight:bold;
padding:2px 5px;
_padding:0;
}
/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
clear:both;
height: 190px;
text-align: center;
background:url('http://bfile.shinobi.jp/5265/cr_bottom.gif') no-repeat 0 100%;
}
#page_bottom {
height:150px;
background:url('http://bfile.shinobi.jp/5265/cr_page_bottom.gif') no-repeat 50% 100%;
}

/**************************************************************************************
ラップ用デザイン
**************************************************************************************/
#wrap {
text-align:left;
margin:0 auto;
padding:20px 0;
width:700px;
background:#3f3f3f;
}
/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
width: 200px;
text-align: left;
float: left;
overflow:hidden;
font-size:0.9em;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
padding:0 0 0 20px;
}
.PluginInnerBlock ul {
list-style:none outside;
margin:0;
}
.PluginInnerBlock ul li {
margin:0;
background:url('http://bfile.shinobi.jp/5265/cr_mark.gif') no-repeat 0 7px;
padding:0 0 0 15px;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
font-size:1.2em;
font-weight:bold;
background:url('http://bfile.shinobi.jp/5265/cr_plug_crack.gif') no-repeat 100% 100%;
padding:0 0 15px 15px;
}
/*プラグインの説明部分の設定*/
body .PluginExplanation {
padding:0 10px;
text-align:right;
font-size:0.9em;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
padding: 10px 5px 40px 5px;
}
/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
#bread {
padding:5px 10px 20px 10px;
font-size:0.8em;
}
#bread span {
padding:2px 5px;
border:1px solid #555;
}
#bread a {
padding:2px 5px;
border:1px solid #555;
text-decoration:none;
}

/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
width: 500px;
float: left;
text-align: left;
overflow:hidden;
}

#EntryBlock .hide {
display:none;
}
#EntryBlock .view {
overflow:hidden;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
text-align: left;
padding:0 0 70px 0;
margin:0 0 40px 0;
background:url('http://bfile.shinobi.jp/5265/cr_ch_crack.gif') no-repeat 50% 100%;
}
.EntryHeader {
width:500px;
position:relative;
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
text-align:center;
position:absolute;
top:-5px; left:10px;
font-family:arial black, sans-serif;
}
.EntryWriteDate a {
color:#ddd;
text-decoration:none;
position:absolute;
top:5px; left:15px;
line-height:1.1em;
}
.EntryWriteDate span {
font-weight:bold;
position:absolute;
top:0; left:0;
font-size:2em;
color:#555;
}
/*各記事タイトル部分の設定*/
h2 {
text-align: left;
font-size:1.3em;
font-weight:bold;
background:url('http://bfile.shinobi.jp/5265/cr_title_crack.gif') no-repeat 0 100%;
padding:0 0 25px 95px;
margin-top:5px;
}
h2 a {
color:#ddd;
text-decoration:none;
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
margin: 5px 0px;
}
.EntryTextBox pre {
padding:1em 5px;
border:1px solid #eeeeee;
margin:5px 0px 5px 15px;
width:330px;
overflow:auto;
}
.EntryTextBox h3 {
margin:0 -5px 0.8em -5px;
padding:0 5px;
border-bottom:3px solid;
}
.EntryTextBox table {
margin-bottom:1.6em;
}
.EntryTextBox p {
margin-bottom:1.6em;
text-indent: 1em;
}
.EntryTextBox blockquote {
margin-bottom:1.6em;
}


dd {
margin-left:2em;
margin-bottom:1.6em;
}

blockquote {
font-style:italic;
padding:0 10px 0 20px;
}

img {
border:0px;
}
.comment_text_Black {
color:#cccccc;
}
div#mainBlock div#EntryBlock div.CommentBlock div.CommentTextBox div.CommentText span {
color:#cccccc;
}
ul {
list-style-position:inside;
}
.level2 {margin-left:15px;}
.level3 {margin-left:30px;}
.level4 {margin-left:45px;}

.pro_b {
border-bottom:1px dotted #666;
padding-bottom:3px;
margin-bottom:3px;
}
/*記事本文が記載される部分*/
.EntryText {
padding: 10px 20px;
}
/*追記文書が記載される部分*/
.EntryPsText {
padding: 20px;
text-align: right;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
text-align:right;
padding:5px;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin-left: 5px;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
margin-left: 5px;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
margin-left: 5px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
font-size:0.9em;
text-align:center;
padding:10px;
}
#pnlink {
margin:0px auto;
width:90%;
font-size:0.9em;
empty-cells: show;
table-layout: fixed;
}
.pnleft {
width:40%;
text-align:left;
}
.pnright {
width:40%;
text-align:right;
}
.pncnter {
width:20%;
}
/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
padding:10px;
}
.CommentInner {
background:url('http://bfile.shinobi.jp/5265/cr_baloon_bottom.gif') no-repeat 0 100%;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
text-align: left;
font-size:1.2em;
font-weight:bold;
padding:5px 10px;
}
.comBox {
text-align:center;
padding:20px 0;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
width:430px;
margin:0 auto;
text-align: left;
background:url('http://bfile.shinobi.jp/5265/cr_baloon_middle.gif') repeat-y 0 0;
}
/*コメントのタイトル部分*/
.CommentTitle{
font-size:1.1em;
font-weight:bold;
padding:5px 10px;
background:url('http://bfile.shinobi.jp/5265/cr_baloon_top.gif') no-repeat 0 0;
}
/*コメント部分*/
.CommentText{
padding:10px 20px;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
text-align:right;
padding:5px 10px;
}
.CommentBaloon {
margin:0 0 0 40px;
text-align: right;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin-left: 5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-left: 5px;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin-left: 5px;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
text-align:center;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
width:95%;
margin:0 auto;
font-size:1.0em;
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
padding:5px;
width:8em;
text-align:right;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding:5px;
text-align:left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
padding:5px 0;
text-align:center;
}
/*inputタグやtextareaの設定*/
.CommentForms{
width:90%;
}
.CommentFormsm {
width:30%;
}
/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
padding:10px;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
text-align:center;
}
.TrackbackURLTitle {
text-align:center;
padding:0 30px;
}
.TrackbackURLTitle input {
width:100%;
margin:0 auto;
}
.TrackBox {
padding:20px 0;
text-align:center;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
width:430px;
margin:0 auto;
text-align: left;
background:url('http://bfile.shinobi.jp/5265/cr_baloon_middle.gif') repeat-y 0 0;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
font-size:1.1em;
font-weight:bold;
padding:5px 10px;
background:url('http://bfile.shinobi.jp/5265/cr_baloon_top.gif') no-repeat 0 0;
}
/*トラックバックの記事部分*/
.TrackbackText{
padding:10px 20px;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
text-align:right;
padding:5px 10px;
background:url('http://bfile.shinobi.jp/5265/cr_baloon_bottom.gif') no-repeat 0 100%;
}
.TrackBaloon {
width:410px;
margin:5px auto;
text-align: left;
position:relative; top:0px;
}
/*投稿者名の部分*/
.TrackBaloon span {
font-size:1.1em;
font-weight:bold;
padding:2px 10px;
background:#666;
}
.TrackBaloon img {
vertical-align:top;
position:relative; top:-5px;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
margin-left: 5px;
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
margin-left: 5px;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
margin-left: 5px;
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
text-align: left;
font-size: 12px;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
.TrackbackURL{
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
text-align:left;
padding:5px;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
text-align:right;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
font-size:0.9em;
margin:0px auto;
padding:0px;
width:90%;
border-collapse:separate;
border-spacing:2px;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
.CalendarMoveTr a {
text-align:center;
border:1px solid #eeeeee;
text-decoration:none;
width:2em;
}
.CalendarMoveTr a:hover {
color:#eeeeee;
position:relative;left:0px;
background-color:#555555;
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
text-align:right;
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
border:1px solid #eeeeee;
text-align:center;
font-size:1.1em;
font-weight:bold;
width:50%;
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
text-align:left;
}
/*カレンダー表示用テーブル*/
.CalendarTable {
font-size:0.9em;
width:90%;
margin:0px auto;
padding:0px;
border-collapse:separate;
border-spacing:2px;
}
.CalendarTable th {
text-align:center;
}
.CalendarTable td {
text-align:center;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
border:1px solid #ffbbbb;
width:14%;
background-color:#995555;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
border:1px solid #eeeeee;
width:14%;
background-color:#555555;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
border:1px solid #bbbbff;
width:14%;
background-color:#555599;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
}
/*記事が存在する場所の設定*/
.CalendarTd a {
display:block;
border:1px solid #eeeeee;
color:#eeeeee;
text-decoration:none;
}
.CalendarTd a:hover {
background-color:#555555;
color:#eeeeee;
position:relative;left:0px;
}
.CalendarTdSat a {
display:block;
border:1px solid #bbbbff;
color:#bbbbff;
text-decoration:none;
}
.CalendarTdSat a:hover {
background-color:#555599;
color:#bbbbff;
position:relative;left:0px;
}
.CalendarTdSun a {
display:block;
border:1px solid #ffbbbb;
color:#ffbbbb;
text-decoration:none;
}
.CalendarTdSun a:hover {
background-color:#995555;
color:#ffbbbb;
position:relative;left:0px;
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
margin-top:10px;
}

.CommentResBox {
border-top:1px dashed;
text-align: left;
margin:5px 10px;
padding:5px 0 5px 20px;
}

.CommentResTitle {
font-size:1.1em;
font-weight:bold;
padding:5px 10px;
}

.CommentResText {
padding:10px 20px;
}

.CommentResFooter {
text-align:right;
padding:5px 10px;
}