@charset "utf-8";
/**************************************************************************************
 全ブロックの共通設定
**************************************************************************************/

* {}

body {
    margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555555;
	text-align:center;
	background:url(http://bfile.shinobi.jp/4877/back-01a.jpg) right bottom no-repeat fixed #FFFFFF;
}

td {
	text-align:center;
}

table{
	border-collapse:collapse;
}

form {
	margin:0px;
	padding:0px;
}

textarea, input, select {
	border:solid 1px #CCC;
	text-decoration:none;
	background-color:#FFFFFF;
	font-size:12px;
	color:#555555;
}

img {
	margin:5px;
	border:none;
}

blockquote {
	padding:8px;
	border:solid 1px #FF8888;
}


hr {
	width:90%;
	height:1px;
	color:#AAAAAA;
	background-color:#AAAAAA;
	margin:10px auto;
	text-align:center;
	border:none;
}

.Counter{
	text-align:right:
}

.left {
	text-align:left;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

/**************************************************************************************
 リンクの共通設定
**************************************************************************************/

a:link {
	text-decoration:none;
	color:#FF6666;
}

a:visited{
	text-decoration:none;
	color:#FF6666;
}

a:active {
	text-decoration:none;
	color:#99CC66;
}

a:hover {
	text-decoration: none;
	color:#99CC66;
}

/**************************************************************************************
 メインブロックの設定
**************************************************************************************/

#mainBlock {
	width:750px;
	margin:0px auto;
    padding:0px;
	text-align:center;
}

#rightblock {
	margin:0px;
	padding:0px;
	width:515px;
	text-align:center;
	float:right;
}
	
/**************************************************************************************
 トップブロック用デザイン
**************************************************************************************/

#TopBlock {
	height:160px;
	margin:20px 0px 0px;
	padding:0px;
	background:url(http://bfile.shinobi.jp/4877/o-header5.jpg) left top no-repeat;
}

#TopTitle {	
	padding:30px 50px 10px;
	font-size:26px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	text-align:left;
}

.TopTitleFont {
	color:#FF8855;
	text-decoration:none;
}

#TopExplanation {
	padding:0px 80px 30px;
	color:#555555;
	text-align:left;
}

/**************************************************************************************
 トップカレンダーブロック用デザイン
**************************************************************************************/

#TopCalender{
	margin:0px;
	padding:1px;
	background-color:#CD4B49;
	text-align:center;
	color:#FFFFFF;
	font-size:11px;
	word-spacing:3px;
}

#TopCalender a{
	color:#CCFF77;
}

#TopCalender a:visited {
	color:#CCFF77;
}

#TopCalender a:hover {
	color:#CCFF77;
	position:relative;
	top:2px;
	left:2px;
}

/**************************************************************************************
 ログインブロック用デザイン
**************************************************************************************/

.Admin{
	padding:2px 10px;
	height:15px;
	font-size:9px;
	text-align:right;
	color:#AAAAAA;
}

.Admin a{
	border:none;
}

.Admin a:visited {
	border:none;
}

.Admin a:hover {
	color:#FF6666;
	position:relative;
	left:2px;
	top:2px;	
}

/**************************************************************************************
  ページリンク部分の設定
**************************************************************************************/

#PageLinkBlock{
	padding:0px 0px 40px;
	margin:0px 0px 10px;
	color:#555555;	
	text-align:center;
	clear:both;
	background:url(http://bfile.shinobi.jp/4877/o-border1a.gif) bottom center no-repeat;
}

/**************************************************************************************
 フッターブロック用デザイン
**************************************************************************************/

#FooterBlock {
	height:45px;
	margin:0px 0px 0px auto;
	padding:10px 0px;
	clear:both;
	text-align:center;
	color:#555555;
	font-size:11px;
	line-height:150%;
}

.Shinobi a{
	color:#555555;
}

.Shinobi a:visited{
	color:#555555;
}

.Shinobi a:hover{
	color: #FF6666;
}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/

.PluginBlock{
	width:200px;
	float:left;
	text-align:left;
	margin:0px 0px 0px auto;
	padding:10px 0px 0px;
	color:#666666;
}

.PluginBlock a{
	color:#CD4B49;
}

.PluginBlock a:visited{
	color:#CD4B49;
}

.PluginBlock a:hover{
	color:#99CC66;
}

.PluginInnerBlock {
	margin-bottom:15px;
	padding:0px;
	line-height:150%;
}	
	
.PluginTitle {
	height:21px;
	margin-bottom:5px;
	padding:2px 5px 2px 30px;
	text-align:left;
	background:url(http://bfile.shinobi.jp/4877/i-nanten2a.gif) left no-repeat;
	border-bottom:dashed 1px #AAAAAA;
	color:#CD4B49;
	font-weight:bold;
}

.PluginTitle a{
	color:#CD4B49;
}

.PluginTitle a:visited{
	color:#CD4B49;
}

.PluginTitle a:hover{
	color:#FF8855;
}

.PluginTitleFont{
}

.PluginExplanation{
	padding:0px 5px;
	font-size:10px;
}

.PluginContents{
	padding:5px;
}

.blogsearch{
	vertical-align:middle;
}

.box{
	width:150px;
	margin-bottom:5px;
	width:150px;
}
 
 /**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/

/*各プラグイン処理内の基本デザイン*/
.plugin_data{
	text-align:left;
	padding:5px;
	border-bottom:dashed 1px #CCFF99;
}

/*各プラグイン処理内基本デザインの下に記載する日付など*/
.plugin_data_date {
	text-align:right;
}

/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/

#EntryBlock {
	width:525px;
	padding:10px 0px 20px;
	float:right;
	text-align:center;
}

.EntryInnerBlock {
	margin:0px auto 30px; 
	padding:0px 10px 10px;
	text-align:left;
}

.EntryTitle {
	padding:5px 10px;
	border-bottom:dashed 1px #AAAAAA;
}

.EntryTitle a{
	color:#CD4B49;
}

.EntryTitle a:visited{
	color:#CD4B49;
}

.EntryTitle a:hover{
	color:#FF8855;
}

.EntryTitleFont {
	font-size:14px;
	font-weight:bold;
}

.EntryTextBox {
	margin:0px;
	padding:8px 5px 2px;
}

.EntryText {
	padding:0px 0px 3px;
	line-height:180%;
    line-break:strict;
}

.EntryTextPs {
	margin:20px auto 0px;
	padding:50px 0px 3px;
	line-height:180%;
    line-break:strict;
	background:url(http://bfile.shinobi.jp/4877/o-border2a.gif) no-repeat top;	
}

.EntryPsText {
	padding:15px 10px 5px;
}

.RankingBlock {
	padding:5px 0px 0px;
	text-align:left;
}

.EntryFooter {
	height:10px;
	text-align:center;
	padding:5px 10px 10px;
	border-top:dashed 1px #AAAAAA;
}

.EntryData {
	margin-left:5px;
	font-size:11px;
}

/**************************************************************************************
  コメント表示部分の設定
**************************************************************************************/

.CommentBlock{
	padding:20px;
	text-align:left;       
}

.CommentMenuTitle{
	text-align:left;
	padding:0px 10px 3px;
	border-bottom:solid 1px #CCFF99;
	border-left:solid 5px #CCFF99;
	color:#CD4B49;
	font-size:16px;
	font-weight:bold;
 }

.CommentBox{
	padding:2px;
	margin:0px 0px 10px auto;
	border-top:solid 2px #FFDDFF;
	border-right:solid 2px #993300;
	border-bottom:solid 2px #993300;
	border-left:solid 2px #FFDDFF;
} 

.CommentInnerBox{
	margin:0px;
	padding:5px;
	border:solid 1px #FF9999;
} 

.CommentTextBox{
	padding:0px;
}

.CommentTitle{
	text-align:left;
	padding:3px 10px;
	font-size:12px;
	border-bottom:solid 1px #FF9999;
}

.CommentText{
	padding:5px 10px;
	line-height:160%;
    line-break:strict;
}

.CommentUpper{
	text-align:right;
	font-size:10px;
}

.CommentUserName{
	margin-left:5px;
}

.CommentUserName a{
	color:#555555;
}

.CommentUserName a:visited{
	color:#555555;
}

.CommentUserName a:hover{
	color:#99CC66;
}

.CommentURL{
	margin-left:5px;
}

.CommentWriteDate{
	margin-left:5px;
}

.CommentEdit{
	margin-left:5px;
	font-size:10px;
}

/**************************************************************************************
  コメント 管理者返信部分デザイン
**************************************************************************************/

.CommentResBox {
	width:390px;
	padding:2px;
	margin:0px 0px 20px auto;
	border-top:solid 2px #DDFFAA;
	border-right:solid 2px #336600;
	border-bottom:solid 2px #336600;
	border-left:solid 2px #DDFFAA;
	text-align:left;
}

.CommentResInnerBox{
	margin:0px;
	padding:5px;
	border:solid 1px #99CC66;
}

.CommentResTitle {
    padding:3px 10px;
	font-size:13px;
	border-bottom:solid 1px #99CC66; 
}

.CommentResText {
	padding:5px 10px;
	line-height:160%;
    line-break:strict;
}

.CommentResUpper {
	text-align:right;
	font-size:10px;
}

/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/

.TrackbackBlock{
	margin-bottom:50px;
	padding:0px 20px;
}

.TrackbackMenuTitle{
	text-align:left;
	padding:0px 10px 3px;
	border-bottom:solid 1px #CCFF99;
	border-left:solid 5px #CCFF99;
	color:#CD4B49;
	font-size:16px;
	font-weight:bold;
}

.TrackbackBox{
	padding:5px;
    margin:10px 0px 0px auto;
	border-top:solid 2px #FFE7BA;
	border-right:solid 2px #CD5C5C;
	border-bottom:solid 2px #CD5C5C;
	border-left:solid 2px #FFE7BA;
	text-align:left;
} 	

.TrackbackInnerBox{
	margin:0px;
	padding:5px;
	border:solid 1px #FF8855;
} 

.TrackbackTextBox{
	padding:0px;
}

.TrackbackTitle{
	text-align:left;
	padding:3px 10px;
	border-bottom:solid 1px #FF8855;
	font-size:12px;
}

.TrackbackText{
	padding:5px 10px;
	line-height:160%;
    line-break:strict;
}

.TrackbackUpper{
	text-align:right;
	font-size:10px;
}

.TrackbackUserName{
	margin-left:5px;
}

.TrackbackFromURL{
	margin-left:5px;
}

.TrackbackWriteDate{
	margin-left:5px;
	font-size:11px;
}

.TrackbackURLTitle{
	padding:20px;
	text-align:left;
	font-size:12px;
}

#TrackbackURL{
	width:300px;
	font-size:12px;
	border:solid 1px #CCCCCC;
}

/**************************************************************************************
  コメント編集部分の設定
**************************************************************************************/

.CommentEditBlock{
	width:515px;
	float:right;
	padding:12px 0px 20px; 
}

.CommentEditTitle{
	text-align:left;
	padding:0px 10px 3px;
	border-bottom:solid 1px #CCFF99;
	border-left:solid 5px #CCFF99;
	color:#CD4B49;
	font-size:16px;
	font-weight:bold;
}

.CommentEditFormBlock{
	height:340px;
	margin:0px auto;
	padding:5px 20px;
}

.Backbtn {
	margin-top:20px;
}

.BackButton {
	width:130px;
	padding:2px;	
}

/**************************************************************************************
  コメントフォームの設定
**************************************************************************************/

.CommentFormBlock{
	height:350px;
	margin:10px 0px 20px;
	padding:5px 20px;
	text-align:center;
}

.CommentFormTable{
	margin:0px auto;
}

.CommentFormTh{
	padding:5px;
	text-align:right;
	font-size:12px;
	border-style:none;
	vertical-align:middle;	
}

.CommentFormTd{
	padding-bottom:2px;
	text-align:left;
	vertical-align:middle;
}

.CommentForms {
	padding:0px 2px;
}

.textarea{
	padding:0px 2px;
	width:300px;
}

.CommentFormSubmit{
	height:50PX;
	text-align:left;
}

.CommentForms{
	font-size:12px;
	padding:0px 2px;
}

.textarea{
	font-size:12px;
	width:300px;
}

.Emoji{
	vertical-align:middle;
}

.checkbuttom {
	border:none;
}

.btn{
    width:50px;
	height:22px;	
    padding:0px;
	color:#555555;	
}

/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/

/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
	margin:0px auto;
	padding:2px;
	width:170px;
	border-bottom:solid 1px #666666 ;
	font-size:11px;
	text-align:center;
}

/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}

/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
	padding-top:2px;
	padding-bottom:2px;
}

/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}


/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}

/*カレンダー表示用テーブル*/
.CalendarTable {
	width:170px;
    margin:0px auto;
	padding:0px;
	text-align:center;
	font-size:11px;
}

/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/

/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}

/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
	color:#FF9999;
	padding-top:2px;
	padding-bottom:2px;
}

/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
}

/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
	color:#99CC66;
}

/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/

/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}

/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
	color:#FF9999;
	padding-top:2px;
	padding-bottom:2px;
}

/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
	color: #99CC66;
}

/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
}

/*記事が存在する場所の設定 */
.CalendarTdLink {
}

/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
	color:#FF9900;
	font-weight:bold;
}