/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
body {
background:#0066CC url(http://bfile.shinobi.jp/6418/header_bg.jpg) no-repeat top center;
text-align:center;
font-size:12px;
font-family: "ＭＳ ゴシック",sans-serif;
}
h1 {
padding:0;
margin:0;
}

img {
padding:10px;
}

/*<td>の全ての設定*/
td {
text-align:center;
}
/*table全ての設定*/
table{
border-collapse: collapse;
}
/*通常のリンクの設定*/
a {
color:#458ED9;
text-decoration:none;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
color:#999;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
color:#FF9900;
}
/*アクティブ状態のリンクの設定*/
a:active {
}

/*全体の設定*/
#mainBlock {
width:900px;
margin:auto;
text-align: center;
background:url(http://bfile.shinobi.jp/6418/main_bg.gif) repeat-y center;
padding:0 10px;
}
/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}
/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#headerBlock {
width:900px;
height:130px;
margin:200px auto 0 auto;
text-align: center;
}

#TopBlock {
margin:0 20px 0 40px;
text-align: left;
}

#TopBlock ul {
list-style:none;
padding:10px 0 0 0;
margin:0;
text-align:right;
color:#458ED9;
}
#TopBlock li {
display:inline;
}

/*ページタイトル文字部分の設定*/
#TopTitle {
font-size:26px;
margin:0 0 5px;
}

#TopBlock #TopTitle a {
color:#fff;
text-decoration:none;
}

/*ページタイトル文字色の設定*/
.TopTitleFont {
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
color:#fff;
font-size:16px;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
width:900px;
margin:auto;
height: 70px;
text-align: center;
padding:0 10px 15px 10px;
background:url(http://bfile.shinobi.jp/6418/footer_bg.gif) no-repeat center bottom;
vertical-align:bottom;
}
#FooterBlock .footercont {
width: 560px;
float: left;
margin:0 58px 0 47px;
*margin:0 63px 0 32px;
text-align: center;
display: inline;
}
/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
width: 216px;
text-align: left;
float: left;
display: inline;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
font-weight:bold;
margin:0 0 10px 0;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
}
/*プラグインが表示される場所の設定*/
.PluginContents {
margin:0 0 30px 0;
padding:0 0 20px 0;
border-bottom:1px solid #CCC;
}
/* プラグイン忍者広告表示部分 */

div.PluginContents .ninjaad   {
    padding: 3px;
    overflow: auto;
}

/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
width: 560px;
float: left;
margin:0 58px 0 47px;
*margin:0 63px 0 32px;
text-align: left;
display: inline;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
text-align: left;
margin:0 0 60px 0;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
text-align: left;
font-size:16px;
font-weight:bold;
}
.EntryTitle a {
color:#000;
}
/*各記事タイトル部分の文字色設定*/
h2.EntryTitleFont {
margin:0 0 5px 0;
padding:0;
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
margin: 5px 0px;
padding:30px 0 10px 0;
border-bottom:1px dashed #CCCCCC;
}
/*記事本文が記載される部分*/
.EntryText {
line-height:180%;
}
/*追記文書が記載される部分*/
.EntryPsText {
text-align: right;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
text-align:right;
padding:5px 0 0 0;
font-size:11px;
}
.EntryFooter a {
color:#666666;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
margin-left: 5px;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
font-weight:bold;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
margin-left: 5px;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
margin-left: 5px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
text-align:center;
margin:60px auto 30px auto;
}
.PageLinkBlock table{
width:560px;
}
.PageLinkBlock td{
font-size:12px;
}
.PageLinkBlock ul{
padding:0;
margin:0
text-align:center;
list-style:none;
display:table-row;
write-space:nowrap;
}
.PageLinkBlock li{
display:inline;
}
.PageLinkBlock span{
display:block;
float:left;
margin:0 2px;
text-align:center;
border:2px solid #ccc;
padding:5px 0 5px 0;
width:20px;
}
.PageLinkBlock li a{
display:block;
}

/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
text-align: left;
color:#999999;
font-size:16px;
font-weight:bold;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
}
/*コメントのタイトル部分*/
.CommentTitle{
text-align: left;
color:#999999;
font-size:16px;
font-weight:bold;
margin:0 0 10px 0;
}
/*コメント部分*/
.CommentText{
line-height:160%;
margin:0 0 10px 0;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
text-align:right;
color:#999999;
margin:0 0 20px 0;
}
.CommentFooter a{
color:#999999;
}
/*投稿者名の部分*/
.CommentUserName{
margin-left: 5px;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin-left: 5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-left: 5px;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin-left: 5px;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
margin-bottom:20px;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
background:#F6F6F6;
width:100%;
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
padding-top:5px;
text-align:left;
border:1px solid #FFF;
font-size:12px;
padding:7px 10px;
width:128px;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding-top:5px;
text-align:left;
border:1px solid #FFF;
font-size:12px;
padding:7px 10px;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
text-align:center;
background:#fff;
padding:5px;
}
.CommentFormSubmit input{
background:#0066CC;
color:#fff;
width:90px;
height:32px;
vertical-align:middle;
border:0;
}
/*inputタグやtextareaの設定*/
.CommentForms{
background:#DDEEFF;
border:0;
width:90%;
padding:3px;
font-size:12px;
color:#0066CC;
}
.CommentForms textarea{
height:
}
/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
text-align: left;
color:#999999;
font-size:16px;
font-weight:bold;
margin:0 0 5px 0;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
text-align: left;
font-size:14px;
font-weight:bold;
}
/*トラックバックの記事部分*/
.TrackbackText{
line-height:160%;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
text-align:right;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
margin-left: 5px;
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
margin-left: 5px;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
margin-left: 5px;
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
text-align: left;
font-size: 12px;
margin:0 0 3px 0;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
#TrackbackURL{
background:#D7D7D7;
color:#fff;
width:100%;
border:0;
padding:3px;

}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
text-align:left;
padding:5px;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
text-align:right;
line-height:160%;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
padding:3px;
width:216px;
}
.CalendarMoveTable td {
padding:3px;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
background:#0066CC;
color:#458FDA;
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:216px;
padding:3px;
font-size:12px;
}
.CalendarTable td {
padding:3px 0;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
vertical-align:middle;
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
border:1px solid #EEEEEE;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
border:1px solid #EEEEEE;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
border:1px solid #EEEEEE;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
background:#FFFFCC;
}
.CalendarTdLink a{
display:block;
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
	padding:10px 0 10px 50px;
	margin:0 0 0px 0;
	border-bottom:1px dashed #ccc
	vertical-align:bottom;
}

.CommentResBox {
}

.CommentResTitle {
	font-size:14px;
	font-weight:700;
	color:#0066CC;
	margin:0 0 10px 0;
}

.CommentResText {
	color:#0066CC;
	line-height:160%;
}

.CommentResFooter {
	text-align:right;
	color:#999999;
}
