@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 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background: url(http://bfile.shinobi.jp/4800/knit-w_2.gif) fixed #FFFFE0;
}

/* 画像の基本指定 
-----------------------------------------------*/
img { margin: 2px; }

/* 絵文字の基本指定 */
img.emoji { margin: 0 1px; }

/* テーブルの基本設定 
------------------------------------------------*/
table { margin: 0 auto; }  /* 中央寄せ */

th, td { text-align: center; }

/* フォームの基本指定 
------------------------------------------------*/
textarea, input {
	padding: 2px;
	border: solid 1px #888;
	font-family: Arial, Helvetica, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input { font-size: 13px; }

textarea { font-size: 15px; }

select,input {
	vertical-align:middle;
}

.Counter{
	text-align:right;
}

.left {
	text-align:left;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

/**************************************************
 リンクの共通設定
**************************************************/

a:link,
a:visited {
	text-decoration:none;
	color: #008600;
}

a:active,
a:hover {
	text-decoration:none;
	color: #CC9933;
}

/**************************************************
メインブロックの設定
**************************************************/

#maincontainer {
	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;
	background:url(http://bfile.shinobi.jp/4800/or-header3.gif) 18px 10px no-repeat;
}
	
/**************************************************
 トップブロック用デザイン
**************************************************/

#TopBlock {
	height:200px;
	text-align:left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
}

#TopTitle {	
	padding:70px 0px 15px 230px;
	font-size:28px;
}

#TopTitle a:link,
#TopTitle a:visited {
	color: #CD8500;
}

#TopTitle a:hover {
	position: relative;
	top: 2px;
	left: 2px;
}

#TopExplanation {
	padding:0px 0px 20px 230px;
	color:#666;
}

/**************************************************
 アドミンブロック用デザイン
**************************************************/

.Admin{
	width:730px;
	height:20px;
	margin-top:10px;
	padding:0px 10px;
	text-align:left;
}

.Admin a:hover{
	position:relative;
	top:2px;
	left:2px;
}

/**************************************************
  ページリンク部分の設定
**************************************************/

#PageLinkBlock{
	width:750px;
	height:22px;
	margin-right:auto;
	border-top:solid 2px #CC9933;
	border-bottom:solid 2px #CC9933;
	color:#CC9933;
	text-align:center;
	clear:both;
}

.PageLinkInnerBlock {
	height:14px;
	padding:2px;
	border-top:solid 2px #CCCCCC;
	border-bottom:solid 2px #CCCCCC;
}

#PageLinkBlock a:link,
#PageLinkBlock a:visited {
	color:#CD8500;
}

#PageLinkBlock a:hover {
	color:#CC9933;
}

/**************************************************
 フッターブロック用デザイン
**************************************************/

#FooterBlock {
	height:45px;
	margin-right:auto;
	padding:10px 0px;
	clear:both;
	text-align:center;
	line-height:150%;
}

#FooterBlock a:link,
#FooterBlock a:visited {
	color:#3D923A;
}

#FooterBlock a:hover {
	color:#CC9933;
}

/**************************************************
  プラグインブロック用デザイン
**************************************************/

.PluginBlock{
	width:195px;
	float:left;
	text-align:left;
	margin-top:10px;
	padding:0px 0px 10px;
}

.PluginInnerBlock {
	margin:0px 0px 15px 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:link{
	color:#FFFFFF;
}

.PluginTitle a:visited{
	color:#FFFFFF;
}

.PluginTitle a:hover{
	color:#EEDC82;
}

.PluginTitleFont{
}

.PluginExplanation{
	padding:0px 5px;
}

.PluginContents{
	padding:5px;
}

.blogsearch{
	vertical-align:middle;
	width:150px;
}

/* バーコード */
div.qrcode_image { text-align: center; }

.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;
	text-align:center;
}

.EntryInnerBlock {
	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:link,
.EntryTitle a:visited {
	color:#FFFFFF;
}

.EntryTitle a:hover {
	color:#EEDC82;
}

.EntryTitleFont {
	font-size:14px;
	font-weight:bold;
}

.EntryTextBox {
	padding:7px 10px 4px;
	background:url(http://bfile.shinobi.jp/4800/entry-text2.gif) repeat-y;
}

.EntryTextBox a:link,
.EntryTextBox a:visited {
	color:#CD3C33;
	text-decoration:underline;
}

.EntryTextBox a:hover {
	color:#CC9933;
}

.EntryText {
	padding:5px 10px 7px;
	line-height:180%;
}

.EntryTextPs {
	padding:20px 10px 7px;
	line-height:180%;
}
	
.EntryPsText {
	margin:15px 10px;
	text-align:right;
}

.RankingBannerBlock {
	margin:0px 5px 0px;
	text-align:left;
}

.EntryFooter {
	height:15px;
	text-align:center;
	padding:4px 0px 15px 0px;
	background:url(http://bfile.shinobi.jp/4800/or-entry12b.gif) no-repeat;
}

.EntryFooter a:link,
.EntryFooter a:visited {
	color:#FFFFFF;
}

.EntryFooter a:hover{
	color:#CC9933;
}

.EntryData {
	padding:0px 1px;
}


/* 記事アクセサリー
------------------------------------------------*/

/* 記事内の画像 */
.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; }

/* 記事内の引用文 */
blockquote {
	margin: 1em 0.5em;
	padding: 10px;
	border-top:dotted 1px #CC9933;
	border-right:dotted 1px #CC9933;
	border-bottom:dotted 1px #CC9933;
	border-left:solid 2px #CC9933;
}

/* 記事内の短い引用文*/
q        { quotes : '"' '"' "'" "'" ; color: #228B22; }
q:before { content: open-quote; }
q:after  { content: close-quote; }

/* 拍手 */
.NinjaClap img { vertical-align: middle; }

/* その他のアクセサリー
------------------------------------------------*/
.EntryTextBox p { margin: 1em 0; }

.EntryTextBox em {
	color: #006400;
	font-style:italic;
}

/**************************************************
  コメント表示部分の設定
**************************************************/

.CommentBlock{
	padding:20px;
	text-align:left;       
}

.CommentMenuTitle{
	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{
	padding:2px;
	margin-bottom:10px;
	border: solid 3px #3D923A;
} 

.CommentInnerBox{
	padding:5px;
	border:solid 1px #CD3C33;
} 

.CommentTextBox{
}

.CommentTitle{
	text-align:left;
	padding:3px 10px;
	border-bottom:solid 1px #CD3C33;
}

.CommentText{
	padding:5px 10px;
	line-height:160%;
}

.CommentUpper{
	text-align:right;
	font-size:10px;
}

.CommentUserName{
	padding:0px 5px;
}

.CommentUserName a:link,
.CommentUserName a:visited {
	color:#666666;
}

.CommentUserName a:hover{
	color:#BBBBBB;
}
	
.CommentURL{
	padding:0px 5px;
}

.CommentWriteDate{
	padding:0px 5px;
}

.CommentEdit{
	padding-left:5px;
}

/**************************************************
  コメント 管理者返信部分デザイン
**************************************************/

.CommentResBox {
	padding:2px;
	margin-bottom:20px;
	border:solid 3px #CD3C33;
	text-align:left;
}

.CommentResInnerBox{
	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%;
}

.CommentResUpper {
	text-align:right;
	font-size:10px;
}

/***************************************************
  トラックバック表示部分の設定
***************************************************/

.TrackbackBlock{
	margin-bottom:50px;
	padding:0px 20px;
}

.TrackbackBlock a:link{
	color:#666666;
}

.TrackbackBlock a:visited{
	color:#666666;
}

.TrackbackBlock a:hover{
	color:#CC9933;
}

.TrackbackMenuTitle{
	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{
    margin:10px 0px 0px auto;
	padding:2px;
	border: solid 3px #BBBBBB;
	text-align:left;
} 	

.TrackbackInnerBox{
	padding:5px;
	border:solid 1px #CC9933;
}

.TrackbackTextBox{
}

.TrackbackTitle{
	text-align:left;
	padding:3px 10px;
	border-bottom:solid 1px #CC9933;
}

.TrackbackText{
	padding: 5px 10px;
	line-height: 160%;
}

.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{
	float:right;
	padding:20px 0px; 
}

.CommentEditTitle{
	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{
        width:50px;
        padding:2px 4px 0px 4px;
}

.checkbuttom { border: none; }

.hide { display: none; }

/***************************************************
  カレンダープラグイン用デザイン

***************************************************/

/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/

.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;
}