@charset "utf-8";
/**************************************************************************************
 全ブロックの共通設定
**************************************************************************************/

* {}

body {
    margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555555;
	background: url(http://bfile.shinobi.jp/4800/knit-w.gif) fixed;
}

td {
	text-align:center;
}

table{
	border-collapse:collapse;
}

form {
	margin:0px;
	padding:0px;
}

select,input {
	vertical-align:middle;
}

textarea,input,select {
	text-decoration:none;
	color:#555555;
	font-size:12px;
}

blockquote {
	padding:8px;
	border-top:dotted 1px #CC9933;
	border-right:dotted 1px #CC9933;
	border-bottom:dotted 1px #CC9933;
	border-left:solid 1px #CC9933;
}

hr {
	width:90%;
	height:1px;
	margin:10px auto;
	background-color:#CC9933;
	color:#CC9933;
	border:none;
	text-align:center;
}

img {
	margin:5px;
	border:none;
}

.Counter{
	text-align:right:
}

.left {
	text-align:left;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

/**************************************************************************************
 リンクの共通設定
**************************************************************************************/

a:link,
a:visited {
	text-decoration:none;
	color: #CC9933;
}

a:active,
a:hover {
	text-decoration:none;
	color: #BBBBBB;
}

/**************************************************************************************
メインブロックの設定
**************************************************************************************/

#maincontainer {
	margin:0px;
	padding:0px;
	background:url(http://bfile.shinobi.jp/4800/bg-knit_x1.gif) right top repeat-y fixed;
}

#mainBlock {
	width:750px;
	margin:0px auto 0px 0px;
        padding:0px 0px 0px 18px;
	text-align:center;
}
	
/**************************************************************************************
 トップブロック用デザイン
**************************************************************************************/

#TopBlock {
	width:750px;
	height:220px;
	margin:0px;
	padding:0px;
	background:url(http://bfile.shinobi.jp/4800/or-header3.gif) left no-repeat;
	text-align:left;
}

#TopTitle {	
	padding:70px 20px 15px 200px;
	font-size:30px;
}

.TopTitleFont {
	color: #CC9933;
}

#TopExplanation {
	padding:0px 20px 20px 200px;
	color:#AAAAAA;
}

/**************************************************************************************
 アドミンブロック用デザイン
**************************************************************************************/

.Admin{
	width:730px;
	height:30px;
	margin:0px;
	padding:0px 10px;
	text-align:left;
}

.Admin a:hover{
	position:relative;
	top:2px;
	left:2px;
}

/**************************************************************************************
  ページリンク部分の設定
**************************************************************************************/

#PageLinkBlock{
	width:750px;
	height:22px;
	padding:0px;
	margin:0px 0px 10px auto;
	border-top:solid 2px #CC9933;
	border-bottom:solid 2px #CC9933;
	color:#CC9933;
	font-size:11px;
	text-align:center;
	clear:both;
}

.PageLinkInnerBlock {
	height:14px;
	margin:0px;
	padding:2px;
	border-top:solid 2px #CCCCCC;
	border-bottom:solid 2px #CCCCCC;
}

#PageLinkBlock a,
#PageLinkBlock a:visited {
	color:#CC9933;
}

#PageLinkBlock a:hover {
	color:#CCCCCC;
}

/**************************************************************************************
 フッターブロック用デザイン
**************************************************************************************/

#FooterBlock {
	width:750px;
	height:45px;
	margin:0px 0px 0px auto;
	padding:10px 0px;
	clear:both;
	text-align:center;
	color:#3D923A;
	font-size:11px;
	line-height:150%;
}

.FooterBlock a,
.FooterBlock a:visited {
	color: #CC9933;
}

.FooterBlock a:hover{
	color: #CD3C33;
}

.Shinobi a,
.Shinobi a:visited {
	color:#3D923A;
}

.Shinobi a:hover {
	color:#BBBBBB;
}
/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/

.PluginBlock{
	width:195px;
	float:left;
	text-align:left;
	margin:0px;
	padding:20px 0px 10px;
	color:#555555;
}

.PluginBlock a,
.PluginBlock a:visited {
	color: #3D923A;
}

.PluginBlock a:hover {
	color:#CC9933;
}

.PluginInnerBlock {
	width:195px;
	margin:0px 0px 15px 0px;
	padding:0px;
	line-height:140%;
}	
	
.PluginTitle {
	height:15px;
	margin-bottom:5px;
	padding:15px 10px;
	background: url(http://bfile.shinobi.jp/4800/or-plugin2.gif) no-repeat;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
}

.PluginTitle a{
	color:#FFFFFF;
}

.PluginTitle a:visited{
	color:#FFFFFF;
}

.PluginTitle a:hover{
	color:#DDDDDD;
}

.PluginTitleFont{
}

.PluginExplanation{
	padding:0px 5px;
	font-size:10px;
}

.PluginContents{
	padding:5px;
}

.blogsearch{
	vertical-align:middle;
	width:150px;
}

.box{
	margin-bottom:5px;
	width:150px;
}

/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/

/*各プラグイン処理内の基本デザイン*/
.plugin_data{
	text-align:left;
	padding:2px 5px;
}

/*各プラグイン処理内基本デザインの下に記載する日付など*/
.plugin_data_date {
	text-align:right;
}

/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/

#EntryBlock {
	width:515px;
	float:right;
	padding:10px 0px 0px;
	text-align:center;
}

.EntryInnerBlock {
	width:515px;
	margin:0px 0px 30px; 
	padding:10px 0px;
	text-align:left;
}

.EntryTitle {
	height:21px;
	padding:24px 5px 6px;
	text-align:center;
	background-image:url(http://bfile.shinobi.jp/4800/or-entry12.gif);
}

.EntryTitle a,
.EntryTitle a:visited {
	color:#FFFFFF;
}

.EntryTitle a:hover {
	color:#CC9933;
}

.EntryTitleFont {
	font-size:14px;
	font-weight:bold;
}

.EntryTextBox {
	margin:0px;
	padding:5px 10px 0px;
	background:url(http://bfile.shinobi.jp/4800/entry-text2.gif) repeat-y;
}

.EntryText {
	padding:5px 10px;
	line-height:180%;
	line-break:strict;
}

.EntryTextPs {
	padding:20px 10px 5px;
	line-height:180%;
	line-break:strict;
}
	
.EntryPsText {
	padding:15px 10px 10px;
}

.RankingBannerBlock {
	padding:0px 5px 0px;
	text-align:left;
}

.EntryFooter {
	width:515px;
	height:14px;
	text-align:center;
	padding:5px 0px 15px 0px;
	background:url(http://bfile.shinobi.jp/4800/or-entry12b.gif) no-repeat;
}

.EntryFooter a,
.EntryFooter a:visited {
	color:#FFFFFF;
}

.EntryFooter a:hover{
	color:#CC9933;
}

.EntryData {
	padding:0px 5px;
	font-size:11px;
}

/**************************************************************************************
  コメント表示部分の設定
**************************************************************************************/

.CommentBlock{
	width:475px;
	padding:20px;
	text-align:left;       
}

.CommentBlock a,
.CommentBlock a:visited {
	color:#3D923A;
}

.CommentBlock a:hover {
	color:#CC9933;
}

.CommentMenuTitle{
	width:415px;
	height:19px;
	text-align:left;
	margin:0px 20px;
	padding:3px 30px;
	background:url(http://bfile.shinobi.jp/4800/tr.gif) left no-repeat;
	color:#CC9933;
	font-size:20px;
 }

.CommentBox{
	width:465px;
	padding:2px;
	margin:0px 0px 10px auto;
	border: solid 3px #3D923A;
} 

.CommentInnerBox{
	margin:0px;
	padding:5px;
	border:solid 1px #CD3C33;
} 

.CommentTextBox{
	padding:0px;
}

.CommentTitle{
	text-align:left;
	padding:3px 10px;


	border-bottom:solid 1px #CD3C33;
}

.CommentText{
	padding:5px 10px;
	line-height:160%;
	line-break:strict;
}

.CommentUpper{
	text-align:right;
	font-size:10px;
}

.CommentUserName{
	padding:0px 5px;
}

.CommentUserName a,
.CommentUserName a:visited {
	color:#666666;
}

.CommentUserName a:hover{
	color:#BBBBBB;
}
	
.CommentURL{
	padding:0px 5px;
}

.CommentWriteDate{
	padding:0px 5px;
}

.CommentEdit{
	padding-left:5px;
}

/**************************************************************************************
  コメント 管理者返信部分デザイン
**************************************************************************************/

.CommentResBox {
	width:390px;
	padding:2px;
	margin:0px 0px 20px auto;
	border:solid 3px #CD3C33;
	text-align:left;
}

.CommentResInnerBox{
	margin:0px;
	padding:5px;
	border:solid 1px #3D923A;
}

.CommentResTitle {
    padding:3px 10px;
	font-size:13px;
	border-bottom:solid 1px #3D923A; 
}

.CommentResText {
	padding:5px 10px;
	line-height:160%;
	line-break:strict;
}

.CommentResUpper {
	text-align:right;
	font-size:10px;
}

/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/

.TrackbackBlock{
	width:475px;
	margin-bottom:50px;
	padding:0px 20px;
}

.TrackbackBlock a{
	color:#666666;
}

.TrackbackBlock a:visited{
	color:#666666;
}

.TrackbackBlock a:hover{
	color:#CC9933;
}

.TrackbackMenuTitle{
	width:415px;
	height:19px;
	text-align:left;
	margin:30px 20px 0px;
	padding:3px 30px;
	background:url(http://bfile.shinobi.jp/4800/tr2.gif) left no-repeat;
	color:#CC9933;
	font-size:20px;
}

.TrackbackBox{
	width:452px;
    margin:10px 0px 0px auto;
	padding:2px;
	border: solid 3px #BBBBBB;
	text-align:left;
} 	

.TrackbackInnerBox{
	margin:0px;
	padding:5px;
	border:solid 1px #CC9933;
}

.TrackbackTextBox{
	padding:0px;
}

.TrackbackTitle{
	text-align:left;
	padding:3px 10px;
	border-bottom:solid 1px #CC9933;
}

.TrackbackText{
	padding: 5px 10px;
	line-height: 160%;
	line-break:strict;
}

.TrackbackUpper{
	text-align:right;
	font-size:10px;
}

.TrackbackUserName{
	padding:0px 5px;
}

.TrackbackFromURL{
	padding:0px 5px;
}

.TrackbackWriteDate{
	padding:0px 5px;
}

.TrackbackURLTitle{
	padding:20px;
	text-align:left;
}

#TrackbackURL{
	width:300px;
	font-size:12px;
}

/**************************************************************************************
  コメント編集ページの設定
**************************************************************************************/

.CommentEditBlock{
	width:515px;
	float:right;
	padding:20px 0px; 
}

.CommentEditTitle{
	width:415px;
	height:19px;
	text-align:left;
	margin:0px 20px;
	padding:3px 30px;
	background-image: url(http://bfile.shinobi.jp/4800/tr3.gif);
	background-position:left;
	background-repeat:no-repeat;
	color:#CC9933;
	font-size:20px;
}

.CommentEditFormBlock{
	height:350px;
	padding:20px 20px 0px;
	text-align:center;
}

.Backbtn {
	margin-top:30px;
}

.BackButton {
	width:130px;
	padding:2px;
	text-align:center;
}

/**************************************************************************************
  コメントフォームの設定
**************************************************************************************/

.CommentFormBlock{
	height:350px;
	margin-bottom: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;
}

.Emoji{
	vertical-align:middle;
}
 
.btn{
    wigth:50px;       
　　  padding:2px 4px 0px 4px;
	color:#666666;
}

/**************************************************************************************
  カレンダープラグイン用デザイン

**************************************************************************************/

/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.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: #FF6666;
	padding-top:2px;
	padding-bottom:2px;
}

/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
}

/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
	color: #00CC33;
}

/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/

/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}

/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
	color: #FF6666;
	padding-top:2px;
	padding-bottom:2px;
}

/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
	color: #00CC33;
}

/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
}

/*記事が存在する場所の設定 */
.CalendarTdLink {
}

/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
	color: #CC9933;
}