@charset "utf-8";
/*************************************************
 リセット
*************************************************/
body, div, h1 ,h2, h3, h4, h5, h6, p, blockquote, 
dl, dt, dd, ul, ol, li, pre, form, fieldset, input, texarea, 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: ''; }


/*************************************************
 全体の基本設定
*************************************************/

/* ブログ全体の基本指定 */
body {
	background-color: #33000C;        /* 背景色の指定 */
	color: #33000C;                   /* 文字の基本色 */
	font-size: 75%;                /* 12px 基本フォントサイズ */
	line-height: 1.5;              /* 行間 */
    font-family: Arial, Helvetica, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;  /* フォント */
	text-align: center;
background-repeat:no-repeat;
background-position:center top;
background-image:url('http://file.keikoutou.dou-jin.com/back.jpg');
background-attachment:fixed;
}

/* 画像の基本指定 
-----------------------------------------------*/
img { margin: 2px; }

/* 絵文字の基本指定 */
img.emoji { margin: 0 1px; }

/* テーブルの基本設定 
------------------------------------------------*/
table { margin: 0 auto; }  /* 中央寄せ */

th, td { text-align: center; }

/* フォームの基本指定 
------------------------------------------------*/
textarea, input {
	padding: 2px;
	border: solid 1px #CC0022;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input { font-size: 109%; }  /* 13px */

textarea { font-size: 125%; }  /* 15px */


/************************************************* 
　見出し
*************************************************/

/* ブログのタイトル
------------------------------------------------*/
h1{
	font-family: "ヒラギノ角ゴ Pro W9", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 234%;           /* 42px */
}
                             
/* 記事のタイトル
------------------------------------------------*/
h2 {
	font-size: 134%;           /* 16px */
	font-weight: bold;
}


/* コメント、トラックバック、コメント編集
------------------------------------------------*/
h3 {
	font-family: Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 334%;            /* 40px */
	font-style:italic;
}


/* コメント、コメントレス、トラックバック、プラグイン
   のタイトル
-------------------------------------------------*/
h4 {
	font-size: 110%;
	font-weight: bold;
}                                 /* 11px */


/* h5とh6の指定
------------------------------------------------*/
h5, h6 {
	font-size: 110%;
	font-weight: bold;
}                                /* 11px */


/*************************************************
  リンク
*************************************************/

/* リンクの基本設定 
------------------------------------------------*/
a { text-decoration: none; }

/* 通常のリンク */
a:link { color: #CC0022; }

/* 訪問したリンク */
a:visited { color: #CC0022; }

/* マウスが乗ったときのリンク */
a:hover { color: #FF99C4;}

/* マウスをクリックしたときのリンク */
a:active { color: #FF99C4; }


/* ブログのタイトル
------------------------------------------------*/
h1 a:link, 
h1 a:visited { color: #FFFFFF; }

h1 a:hover {
	position: relative;
	top: 0px;
	left: 0px;
	text-decoration: none;
}

/* 記事内リンクと追記リンク 
------------------------------------------------*/
.EntryTextBox a:link, 
.EntryTextBox a:visited { text-decoration: none; }

.EntryTextBox a:hover { text-decoration: none; }

/* 記事ナビ
------------------------------------------------*/
.EntryNavi a:link,
.EntryNavi a:visited { color: #777; }

.EntryNavi a:hover { color: #FF99C4 }

/* ページナビ
------------------------------------------------*/
ul.PageLinkBlock li a:hover,
ul.PageLinkBlock li a:active {
	background-color: #CC0022;
	text-decoration: none;
	color: #FFFFFF;
}

ul.PageLinkBlock li .PageLink:link,
ul.PageLinkBlock li .PageLink:visited {
	background-color: transparent;
	border: none;
	color: #FF99C4;
}

ul.PageLinkBlock li .PageLink:hover {
	background-color: transparent;
	color: #FF99C4;
}

/* アドミンリンク
------------------------------------------------*/
div.AdminBlock a:link,
div.AdminBlock a:visited { color: #777; }

div.AdminBlock a:hover { color: #FF99C4; }

/* プラグインリンク 
------------------------------------------------*/
div.PluginInnerBlock a:link,
div.PluginInnerBlock a:visited { color: #CC0022;  }

div.PluginInnerBlock a:hover { color: #FF99C4; }

/* プラグインタイトル 
------------------------------------------------*/
h4.PluginTitle a:link,
h4.PluginTitle a:visited { color: #FF99C4; }

h4.PluginTitle a:hover { color: #CC0022; }


/*************************************************
  レイアウト
*************************************************/

/*メインブロック
------------------------------------------------*/
div#mainBlock {
        background-color:#FFFFCC;
	width: 800px;
	margin: 0 auto;
	padding: 0 15px 0;
	text-align:center; 
	center top no-repeat;
}

/*ヘッダー
------------------------------------------------*/
div#TopBlock {
	height: 200px;
	text-align: right;
	overflow: hidden;
	background: url(http://bfile.shinobi.jp/6493/ume_header-1.jpg) center top no-repeat;


background-position:center top;
background-repeat:no-repeat;
background-color:#FFFFCC;
background-image:url('http://file.keikoutou.dou-jin.com/top03.jpg');
}

/*エントリーブロック
------------------------------------------------*/
div#EntryBlock {
	float: right;
	width: 600px;
	margin: 20px 0 30px;
}

/* 各記事の全体指定
------------------------------------------------*/
div.EntryInnerBlock {
         	margin: 0 20px 30px;
	padding-top: 10px;
	text-align: left;
}

/*コメントブロック
------------------------------------------------*/
div.CommentBlock {
	margin-top: 20px;
	margin-right: 10px;
	padding: 10px 10px 10px 30px;
	text-align: left;
background-color:#FFFFCC;
}

/* トラックバックブロック 
------------------------------------------------*/
div.TrackbackBlock {
	margin: 20px 0;
	margin-right: 10px;
	padding: 10px 10px 10px 30px;
	text-align: left;
background-color:#FFFFCC;
}

/* 編集ブロック
------------------------------------------------*/
div.CommentEditBlock {
	margin-top: 20px;
	margin-right: 10px;
	padding: 10px 10px 10px 30px;
	text-align: center;
}

/* メニュー（プラグイン）
------------------------------------------------*/
div.PluginBlock {
	float: left;
	width: 200px;
	margin-bottom: 30px;
background-position:right center;
background-repeat:no-repeat;
}

/*フッター
------------------------------------------------*/
div#FooterBlock {
	clear: both;
	margin-top: 30px;
	padding: 5px 20px;
	text-align: lert;
}


/*************************************************
  ヘッダー
*************************************************/

/*ブログのタイトル */
h1#TopTitle {
	margin-top: 135px;
	padding: 0 20px 0 190px;
font-size:50px;
font-weight:bold;
}


/*************************************************
  カテゴリー、アーカイブ、キーワード検索ページ
*************************************************/

/* 各検索ブロックの全体指定
------------------------------------------------*/
div#seach {
	padding: 21px 20px 15px;
	text-align: left;
}

/* 各タイトル
------------------------------------------------*/
div.SearchTitle {
	padding: 4px 5px 1px;
	text-align: left;
	border-bottom: solid 1px #CC0022;
	font-weight: bold;
}

/* 前後のページリンク
------------------------------------------------*/
ul.SearchNavi {
	margin: 8px 0;
	text-align: center;
}

ul.SearchNavi li {
	display: inline;
	font-size: 84%;                 /* 10px */
}

/* 各検索ブロックの記事リスト
------------------------------------------------*/
ul.SearchContents {
	margin: 15px 10px;
	padding: 10px;
	border: dotted 1px #777;
	font-size: 109%;                /* 13px */
}

ul.SearchContents li {
	list-style: inside disc;
}


/*************************************************
  記事上のプラグイン4（記事一覧ページのみ）
*************************************************/

/* プラグイン4のボックス
------------------------------------------------*/
div.Plugin4InnerBlock {
	margin: 12px 20px 10px;
	text-align: left;
}

/* プラグインタイトル */
.Plugin4InnerBlock .Plugin4Title {
	margin-bottom: 10px;
	padding: 8px 10px 1px;
	border-bottom: solid 0px #000;
	color: #CC0022;
	font-weight: bold;
	text-align: center;
}

/* プラグイン表示部分 */
div.Plugin4Body {
	padding: 0 10px 0 30px;
}

/* プラグイン本体 */
div.Plugin4Contents { margin: 10px 0; }


/*************************************************
  記事下のプラグイン5（記事詳細ページのみ）
*************************************************/

/* プラグイン5のボックス
------------------------------------------------*/
div.Plugin5InnerBlock {
	margin: 40px 20px 30px;
	text-align: left;
}

/* プラグイン本体 */
div.Plugin5Contents { margin: 5px 0; }


/*************************************************
  エントリー（記事ブロック）
*************************************************/

/* 記事タイトル
------------------------------------------------*/
h2.EntryTitle {
	padding: 6px 10px 1px 10px;
	background-color:#33000C; right bottom no-repeat;
	color: #CC0022;
background-repeat:no-repeat;
background-position:right center;
background-image:url('http://file.keikoutou.dou-jin.com/maru1.jpg');
}

/* 記事情報部分
------------------------------------------------*/
ul.EntryNavi {
	padding: 2px 10px 2px;
	text-align: right;
}

ul.EntryNavi li { display: inline; }

/* 記事文章の入るボックス
------------------------------------------------*/
div.EntryTextBox {
	padding: 7px 10px 2px;
	line-height: 1.5;
	font-size: 109%;         /* 13px */
background-position:right bottom;
background-repeat:no-repeat;
background-image:url('http://file.keikoutou.dou-jin.com/maru3.jpg');
}

/* 記事文章 */
div.EntryText { padding-top: 10px; }

/* 追記文上部罫線 */
hr.PsText {
    margin: 25px 0 15px;
	height: 1px;
	text-align: center;
	background-color: #FFFFCC;
	color: #CC0022;
	border: none;
}

/* 追記文へのリンク */
p.EntryPsTitle {
	margin: 10px 0 10px;
	text-align: right;
}

/* ランキングバナーや広告が入るところ */
div.TextFooter {
	margin-top: 10px;
	text-align: right;
}


/* 記事アクセサリー
------------------------------------------------*/

/* 記事内の画像 */
.EntryText img, 
.EntryText a img {
	margin: 2px 4px;
}

/* ランキングバナー用画像 */
.TextFooter img,
.TextFooter a img { margin: 1px; }
	
/* 記事内のリストと定義リスト */
.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.5em;
	padding: 10px;
	border: dotted 1px #777;
	background-color: #FFFFCC;
}

/* 記事内の短い引用文*/
q        { quotes : '"' '"' "'" "'" ; color: #CC0022; }
q:before { content: open-quote; }
q:after  { content: close-quote; }

/* 拍手 */
.NinjaClap img { vertical-align: middle; }

/* その他のアクセサリー
------------------------------------------------*/
.EntryTextBox p { margin: 1em 0; }

.EntryTextBox em {
	color: #777;
}


.EntryTextBox pre {
	margin: 1em 0 1em auto;
	padding: 1em;
	border: 3px solid #CC0022;
	font-family: sans-serif;
	background-color: #FFF;
	width: 92%;
	overflow: auto;
	line-height: 1.2;
}

/* IE6 */
* html pre { overflow: scroll; }

/* IE7 */
*:first-child+html pre { overflow: scroll; }

code {
	font-family: "Lucida Console", Monaco, monospace;
	line-height : 1.2;
}

	
/*************************************************
 ページナビ
*************************************************/

ul.PageLinkBlock {
	text-align: center;
}

ul.PageLinkBlock li { display: inline; }

ul.PageLinkBlock li a {
	margin: 0 2px;
	padding: 3px 4px;
	background-color: #FFF;
	border: solid 1px #CC0022;
}



/*************************************************
 コメント
*************************************************/

/*コメント見出し
------------------------------------------------*/
h3.CommentMenuTitle {
	padding: 2px;
	color: #CC0022;
}

/*コメントボックス
------------------------------------------------*/
div.CommentTextBox {
	margin: 5px 0;
	padding: 5px 10px;
	background-color: #FFFFCC;
}

/*コメントのタイトル */
h4.CommentTitle {
	padding: 6px 10px 6px 35px;
	background: url(http://bfile.shinobi.jp/6493/ume_icon-7.gif) left center no-repeat;
	color:#CC0022;
background-repeat:no-repeat;
background-position:left center;
padding-left:20;
background-image:url('http://file.keikoutou.dou-jin.com/maru4.jpg');
}

/*コメント文章部分 */
div.CommentText {  padding: 5px; background-color:#FFFFCC;
background-image:url('http://file.keikoutou.dou-jin.com/maru3.jpg');
background-position:right bottom;
background-repeat:no-repeat;
}

/*コメントフッター */
ul.CommentFooter {
	text-align: right;
	padding: 5px 5px 0;
}

ul.CommentFooter li { display: inline; }


/*************************************************
 コメントレス
*************************************************/

/* レスブロックの全体指定
------------------------------------------------*/
div.CommentResBlock {
	margin: 5px 0;
	padding: 5px 10px;
	background-color: #FFFFCC;
}

/* レスタイトル */
h4.CommentResTitle {
        color:#FF99C4;
	padding: 6px 10px 6px 35px;
	background: url(http://file.keikoutou.dou-jin.com/keikou2.jpg) left center no-repeat;
}

/* レス文章部分 */
div.CommentResText { padding: 5px; 
	color: #666;}

/* レスフッター */
ul.CommentResFooter {
	text-align: right;
	padding: 2px 10px;
}

ul.CommentResFooter li {display: inline; }


/*************************************************
 トラックバックエリア
*************************************************/

/* トラックバック見出し
----------------------------------------------- */
h3.TrackbackMenuTitle {
	padding: 2px;
	color:#CC0022;
background-repeat:no-repeat;
background-position:left center;
}

/* URL見出し */
p.TrackbackURLTitle {
	margin-bottom: 20px;
	text-align: center;
}

/* URL表示部分 */
input#TrackbackURL { width: 300px; }

/* トラックバックボックス
------------------------------------------------*/
div.TrackbackTextBox {
	margin: 5px 0;
	padding: 5px 10px;
	background-color: #FFFFCC;
}

/* トラックバックタイトル */
h4.TrackbackTitle {
	padding: 6px 10px 6px 35px;
	color:#FF99C4;
	background: url(http://bfile.shinobi.jp/6493/ume_icon-7c.gif) left center no-repeat;
background-position:left center;
background-repeat:no-repeat;
background-color:#FFFFCC;
background-image:url('http://file.keikoutou.dou-jin.com/keikou2.jpg');
}

/* トラックバック記事部分 */
div.TrackbackText {
	padding: 5px;
	line-height: 1.4;
background-color:#FFFFCC;
}

/* トラックバックフッター */
ul.TrackbackFooter {
	text-align: right;
	padding: 2px 10px;
border-style:none;
border-color:#CC0022;
}

ul.TrackbackFooter li { display: inline; }


/*************************************************
  コメント編集ページ
*************************************************/

/* 編集タイトル 
------------------------------------------------*/
h3.CommentEditTitle {
	padding: 2px;
	color: #FCC;
	text-align: left;
}


/*************************************************
 フォーム
*************************************************/

/*フォームブロック
------------------------------------------------*/
div.CommentFormBlock {
	margin-bottom:30px;
	padding-left: 70px;
	text-align: left;
}

/* フォーム
-----------------------------------------------*/
dl.Form dt {
	padding-top:2px;
	font-weight: bold;
}

dt span { font-weight: normal; }

dd input.CommentForms { width:250px;}

/* コメントを書く部分 */					  
dd textarea {
	width: 400px;
	padding: 2px;
}

/* 絵文字のアイコン */
dd img {
	margin: 0;
	padding: 0;
}

/* 編集ページのメールアドレスを非表示にする */
.hide { display: none; }

/* 秘密コメントボタン */
input.check {
	border: none;
	background: none;
	margin-right: 0.5em;
	vertical-align: bottom;
}

/* 送信ボタン */
input.btn:hover {
	background-color: #CC0022;
	color: #EEE; 
}

/* コメントページに戻るボタン */
input.BackButton:hover {
	background-color: #CC0022;
	color: #EEE;
}

* html input.BackButton,
* html input.btn {
	background-color: #CC0022;
	color: #EEE;
}

/*************************************************
  プラグイン
*************************************************/

/* アドミンブロック 
------------------------------------------------*/
div.AdminBlock {
	padding: 5px 10px 10px;
	color: #777;
	text-align: left;
}

/* プラグインブロック
------------------------------------------------*/
div.PluginInnerBlock {
	margin: 0 20px 10px 0;
	text-align: left;
}

/* プラグインタイトル */
h4.PluginTitle {
	padding: 6px 5px 1px 10px;
	background-color:#33000C;
	border-bottom: solid 0px #000;
	color: #FF99C4;
background-position:right center;
background-repeat:no-repeat;
background-image:url('http://file.keikoutou.dou-jin.com/maru2.jpg');
}

/* プラグインの説明 */
div.PluginExplanation {
	margin: 10px 10px 10px 20px;
	line-height: 1.4;
}

/* プラグイン表示部分 */
.PluginContents {
	margin: 5px 10px 10px 20px;
}


/* プラグイン 
------------------------------------------------*/
/* ブログ内検索 */
div.blogsearch {
	padding: 5px 0;
	vertical-align: middle;
}

.blogsearch input.box {
	width: 150px;
	margin-bottom: 5px;
}

/* バーコード */
div.qrcode_image {
	padding: 5px;
	text-align: center;
}

/* 各プラグイン共通部分
------------------------------------------------*/
/* プラグイン本体 */
div.plugin_data {
	text-align: left;
}

 /* レスのアイコン */
div.plugin_data .plugin_cm_with_res img {
	margin: 0 3px;
	vertical-align: top;
}

/* プラグインの日付、他 */
div.plugin_data_date { text-align: right; }

/* テキスト左、中央、右寄せ */
.left { text-align: left; }

.center { text-align: center; }

.right { text-align: right; }



