@charset "utf-8";
/**************************************************************************************
 全ブロックの共通設定
**************************************************************************************/

* {}

body {
    margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	background:#000000;
	background-image:url(http://bfile.shinobi.jp/4630/chou_back7.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	background-attachment:fixed;
	font-size:12px;
	color:#CCCCCC;
	text-align:center;
}

td {
	text-align:center;
}

table{
	border-collapse:collapse;
}

form {
	margin:0px;
	padding:0px;
}

select,input {
	vertical-align:middle;
}

textarea,input,select {
	text-decoration:none;
	padding:1px 2px;
}

blockquote {
	padding:8px;
	border:dotted 1px #9AC0CD;
	background-image:url(http://bfile.shinobi.jp/4630/screen-2.gif);
}

hr {
	width:90%;
	height:1px;
	margin:10px auto;
	text-align:center;
	background-color:#9AC0CD;
	color:#9AC0CD;
	border:none;
}

img, a img {
	margin: 2px;
	border: none;
}

img.emoji {
	margin: 0 1px;
	border: none;
}


.Counter{
	text-align:right;
}

.left {
	text-align:left;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

/**************************************************************************************
 リンクの共通設定
**************************************************************************************/

a:link {
	text-decoration:none;
	color:#9AC0CD;
}

a:visited{
	text-decoration:none;
	color:#9AC0CD;
}

a:active {
	text-decoration:none;
	color: #33CCCC;
}

a:hover {
	text-decoration: none;
	color:#33CCCC;
}

/**************************************************************************************
 メインブロックの設定
**************************************************************************************/

#maincontainer{
	margin:0px;
	padding:0px;
	text-align:center;
	background-image:url("http://bfile.shinobi.jp/4630/p_back02.jpg");
	background-position:top right;
	background-repeat:repeat-y;
	background-attachment:fixed;	
}

#mainBlock {
	width:750px;
	margin:0px 60px 0px auto;
    padding:0px;
	text-align:center;
}
	
/**************************************************************************************
 トップブロック用デザイン
**************************************************************************************/

#TopBlock {
	width:750px;
	height:150px;
	text-align:right;
}

#TopTitle {
	padding:30px 30px 10px 20px;
	font-size:24px;
}

.TopTitleFont {
	color: #B9D3EE;
	text-decoration: none;
}

#TopExplanation {
	padding:5px 30px 25px 20px;
	color:#BBBBBB;
}

.Admin{
	margin:auto 0px 0px 0px;
	padding:10px 30px;
	text-align:right;
	font-size:9px;
}

/**************************************************************************************
 フッターブロック用デザイン
**************************************************************************************/

#FooterBlock {
	width:500px;
	margin:0px auto 0px 0px;
	padding:10px 0px;
	clear:both;
	text-align:center;
	line-height:200%;
}

.FooterBlock a{
	color:#4F94CD;
}

.FooterBlock a:visited{
	color:#4F94CD;
}

.FooterBlock a:hover{
	color:#33CCCC;
}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/

.PluginBlock {
	width:200px;
	float:right;
	text-align:left;
	padding:0px 15px 10px 15px;
}

.PluginBlock a{
	color:#99CCFF;
}

.PluginBlock a:visited{
	color:#99CCFF;
}

.PluginBlock a:hover{
	color:#33CCCC;
}

.PluginInnerBlock {
	width:200px;
	margin-bottom:20px;
	padding:0px;
	line-height:150%;
	color:#CCCCCC;
}

.PluginTitle {
	width:180px;
	height:6px;
	text-align:center;
	background-image:url(http://bfile.shinobi.jp/4630/p-boader-03.gif);
	background-repeat:no-repeat;
	color:#CCCCCC;
	font-weight:bold;
	padding:2px 10px 35px 10px;
}

.PluginTitle a:link {
	color:#CCCCCC;
}

.Plugintitle a:visited {
	color:#CCCCCC;
}

.PluginTitle a:hover {
	color:#33CCCC;
}

.PluginExplanation {
	padding:5px 15px;
}

.PluginContents {
	padding:5px 15px;
	color:#CCCCCC;
}

.blogsearch{
	vertical-align:middle;
}

.box{
	margin-bottom:5px;
	width:150px;
}

/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/

/*各プラグイン処理内の基本デザイン*/
.plugin_data {
	text-align:left;
	padding:2px 5px;
}

/*各プラグイン処理内基本デザインの下に記載する日付など*/
.plugin_data_date {
	text-align:right;
}

/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/

#EntryBlock {
	width:470px;
	float:left;
	padding:0px 15px;
	text-align:left;
}

.EntryInnerBlock {
	width:470px;
	margin-bottom:50px; 
	padding:0px;
	text-align:left;
}

.EntryTitle {
	width:450px;
	height:18px;
	padding:2px 10px;
	border-bottom:dotted #36648B 2px;
	font-size:14px;
	font-weight:bold;
}

.EntryTitle a:link{
	color:#B9D3EE;
}

.EntryTitle a:visited{
	color:#B9D3EE;
}

.EntryTitle a:hover{
	color:#33CCCC;
}

.EntryTextBox {
	margin:0px;
	padding:5px 0px;
}

.EntryText {
	padding:7px 10px 15px;
	line-height:180%;
	color:#CFCFCF;
}

.EntryPsText {
	padding:10px 10px 15px;
	text-align:right;
}

.EntryPsTextBorder {
	width:320px;
	height:29px;
	margin:30px auto;
	background-image:url(http://bfile.shinobi.jp/4630/p-boader-02.gif);
	background-repeat:no-repeat;
	background-position:center;
}

.RankingBannerBlock {
	margin:0px 10px 0px;
	text-align:left;
}

.EntryFooter {
	text-align:right;
	padding:2px 10px;
	border-top:dotted #36648B 2px;
	text-align:right;
}

.PageLinkBlock{
	text-align:center;
	padding:10px;
	margin:0px 0px 50px 0px;
}

/* 記事内の画像
------------------------------------------------*/

.EntryTextBox img, 
.EntryTextBox a img {
	margin: 2px 4px;
}

/* ランキングバナー用画像
------------------------------------------------*/
.RankingBannerBlock  img {
	margin: 1px;
}
/* 拍手
------------------------------------------------*/
.EntryText .NinjaClap { margin-top: 20px; }

.NinjaClap img { vertical-align: middle; }

/**************************************************************************************
  コメント表示部分の設定
**************************************************************************************/

.CommentBlock{
	width:430px;
	margin-bottom:10px;
	padding:30px 20px 20px 20px;        
}

.CommentBlock a:link{
	color:#3399CC;
}

.CommentBlock a:visited{
	color:#3399CC;
}

.CommentBlock a:hover{
	color:#33CCCC;
}

.CommentMenuTitle{
	text-align:left;
	margin-bottom:10px;
	padding:3px 20px;
	color:#D1EEEE;
 }

.CommentBox{
	width:420px;
	padding:5px;
	margin-bottom:10px;
	border:solid 1px #3399CC;
	background:#BCD2EE;
} 

.CommentTextBox{
	padding:0px 0px 0px 0px;
}

.CommentTitle{
	text-align:left;
	padding:3px 10px;
	border-bottom:solid 1px #3399CC;
	color:#333333;
}

.CommentText{
	padding:5px 10px;
	line-height:160%;
	color:#333333;
}

.CommentUpper{
	text-align:right;
	color:#333333;
	padding:5px 0 10px;
}

.CommentUpper span{
	margin-left:5px;
}

/**************************************************************************************
  コメント 管理者返信部分デザイン
**************************************************************************************/

.CommentResBlock {
	padding:0px;
	margin:10px 0px 20px 0px;
}

.CommentResBox {
	width:350px;
	padding:5px;
	margin:0px 0px 30px auto;
	border:dotted 1px #006699;
	background-image:url(http://file.kimamadane.blog.shinobi.jp/p-tile4r.gif);
}

.CommentResTitle {
    padding:3px 0px;
	font-size:13px;
	border-bottom:solid 1px #006699; 
	color:#CCCCCC;
}

.CommentResText {
	padding:5px 10px;
	line-height:160%;
	color:#CCCCCC;
}

.CommentResUpper {
	text-align:right;
    color:#CCCCCC;
	padding:5px 0 10px;
}

/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/

.TrackbackBlock{
	width:430px;
	margin:0px;
	padding:20px 20px;
}

.TrackbackBlock a:link{
	color:#501B35;
}

.TrackbackBlock a:visited{
	color:#501B35;
}

.TrackbackBlock a:hover{
	color:#33CCCC;
}

.TrackbackMenuTitle{
	text-align:left;
	padding:3px 20px;
	color:#CCCCCC;
}

.TrackbackBox{
	width:420px;
	padding:5px;
    margin-top:10px;
	border:solid 1px #3399CC;
	background:#BCD2EE;
    color:#333333;
} 	

.TrackbackTextBox{
	padding:10px 0px 0px 0px;
}

.TrackbackTitle{
	text-align:left;
	padding:3px 10px;
	border-bottom:solid 1px #3399CC;
	font-size:12px;
}

.TrackbackText{
	padding: 5px 10px;
	line-height: 160%;
	color: #333333;
}

.TrackbackUpper{
	text-align:right;
	padding:5px 0 10px;
}

.TrackbackUpper span{
	margin-left:5px;
}

.TrackbackURLTitle{
	padding:10px 20px ;
	text-align:left;
	font-size:12px;
}

#TrackbackURL{
	width:250px;
	font-size:12px;
}

/**************************************************************************************
  コメントフォームの設定
**************************************************************************************/

.CommentFormBlock{
	margin-bottom:20px;
	padding:5px 20px;
	text-align:center;
}

.CommentFormTh{
	padding:5px;
	text-align:right;
	border-style:none;
	vertical-align:middle;	
}

.CommentFormTd{
	padding-top:5px;
	text-align:left;
	vertical-align:middle;
}

.CommentFormSubmit{
	text-align:left;
	height:50px;
}

.CommentForms{
}

.textarea{
    border:#000000 1px;
	font-size:13px;
	padding:0px 2px;
	width:300px;
}

.Emoji{
	vertical-align:middle;
        margin:0 0;
}

.btn{
	padding:2px 4px 0px;	
}

.hide { display: none; }

/**************************************************************************************
  コメント編集ページの設定
**************************************************************************************/

.CommentEditBlock{
	float:left;
	width:480px;
	margin-bottom:10px;
	padding:0px 10px 20px 10px; 
}

.CommentEditTitle{
	text-align:left;
	padding:3px 40px;
	margin-bottom:10px;
	color:#D1EEEE;
}

.Backbtn {
	margin-top:30px;
}

.BackButton {
	width:130px;
	padding:2px;
	text-align:center;
}

/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/

/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
	text-align:center;
	padding:2px;
	width:180px;
	border-bottom:solid 1px #666666 ;
	font-size:12px;
}

/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}

/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
	padding-top:2px;
	padding-bottom:2px;
}

/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}

/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}

/*カレンダー表示用テーブル*/
.CalendarTable {
	width:180px;
	padding:0px;
	text-align:center;
	font-size:12px;
}

/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/

/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}

/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
	color:#FF82AB;
	padding-top:2px;
	padding-bottom:2px;
}

/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
}

/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
	color:#63B8FF;
}

/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/

/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}

/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
	color:#FFB6C1;
	padding-top:2px;
	padding-bottom:2px;
}

/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
	color:#B0E2FF;
}

/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
}

/*記事が存在する場所の設定 */
.CalendarTdLink {
}

/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
	color:#33CCFF;
}