@charset "utf-8";   
/**************************************************************************************
  全ブロックの共通設定
**************************************************************************************/

* {}

body {
	margin: 0px;
	padding: 0px;
	background:#69C url(http://bfile.shinobi.jp/5135/p_back-02.jpg) left bottom repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555;
	text-align:center;
}

h1,h2,h3,h4,h5,h6,ul,ol,li,p,blockquote {
	margin:0px;
	padding:0px;
	font-size:100%;
	font-style:normal;
	font-weight:normal;
}

/* IE6 */
* html body {
	font-family: Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* IE7 */
*:first-child+html body {
	font-family: Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

td {
text-align:center;
}

table{
border-collapse: collapse;
}

form {
	margin:0px;
	padding:0px;
}

textarea, input, select {
        margin:0px;
	border:solid 1px #69C;
	text-decoration:none;
	color:#555;
	padding: 1px 2px;
}

textarea {
	font-size:13px;
}

img, a img {
	margin: 2px;
	border: none;
}

img.emoji {
	margin: 0 1px;
	border: none;
}

blockquote {
	margin:10px 20px;
	padding:8px;
	background-color:#CEF;
	border:dotted 1px #69C;
}

hr {
	width:100%;
	height:1px;
	margin:10px auto;
	text-align:center;
	background-color:#69C;
	color:#69C;
	border:none;
}

.FooterUl {
	list-style-type:none;
}

.FooterData {
	margin-left:5px;
	display:inline;
	list-style-type:none;
}

.left {
text-align:left;
}

.center {
text-align:center;
}

.right {
text-align:right;
}

/**************************************************************************************
　リンクの設定
**************************************************************************************/

a:link {
	text-decoration:none;
	color: #05A;
}

a:visited{
	text-decoration:none;
	color: #05A;
}

a:hover {
	text-decoration:none;
	color: #F73;
}

a:active {
	text-decoration:none;
	color: #F73;
}

/**************************************************************************************
 ブロックの設定
**************************************************************************************/

#mainBlock {
	width:773px;
	margin:10px auto 0px;
	padding:0px;
	text-align:center;
}

/**************************************************************************************
 トップブロック用デザイン
**************************************************************************************/

#TopBlock {
	width:733px;
	height:193px;
	margin-bottom:3px;
	padding:20px 20px;
	text-align:left;
	background: url(http://bfile.shinobi.jp/5135/p_header.jpg) center no-repeat;
}

#TopTitle {
	font-size:18px;
	font-weight:bold;
	padding-left:10px;
}

#TopTitle a,
#TopTitle a:visited {
	color: #69C;
}

#TopTitle a:hover {
	color:#F73;
}

#TopExplanation {
	padding-top:5px;
	padding-left:35px;
	font-size:10px;
	font-weight:normal;
}

/**************************************************************************************
 ログインブロック用デザイン
**************************************************************************************/

.Admin {
	height:16px;
	margin:0px;
	padding:0px 15px 2px;
	text-align:left;
	color:#FFF;
}

.Admin a,
.Admin a:visited {
	color:#FFF;
}

.Admin a:hover {
	color: #F73;
}

.Home {
	font-weight:bold;
}
					 
/**************************************************************************************
  ページリンクブロック用デザイン
**************************************************************************************/

.PageLinkBlock {
	margin:0px auto;
	padding:10px;
	color:#FFF;
	text-align:center;
}

.PageLinkBlock a,
.PageLinkBlock a:visited {
	color:#FFF;
}

.PageLinkBlock a:hover {
	color: #F73;
}

/**************************************************************************************
 フッターブロック用デザイン
**************************************************************************************/

.FlashFish {
	clear:both;
	width:773px;
	height:130px;
	margin:10px auto 0px;
	padding:0px;
}

#FooterBlock {
	clear:both;
	padding:10px;
	text-align:center;
	line-height:140%;
	color:#FFF;
}

#FooterBlock a,
#FooterBlock a:visited{
	color: #6FF;
}

#FooterBlock a:hover {
	color: #F73;
}


/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/

.PluginBlock {
	float:right;
	width:210px;
	padding:0px;
	text-align:left;
}

.Menublock {
	margin:0px;
	padding:0px;
}

.PluginInnerBlock {
	margin-bottom:15px;
	line-height:150%;
}

.PluginTitle {
	height:17px;
	padding:13px 10px 10px;
	background: url(http://bfile.shinobi.jp/5135/p_p_header.gif) no-repeat;
	text-align:center;
	font-weight:bold;
	color:#69C;
}

.PluginContentsBox {
	padding:5px 10px;
	background:url(http://bfile.shinobi.jp/5135/p_p_body.gif) repeat-y;
}

.PluginExplanation {
	padding:0px;
	text-align:left;
}

.PluginContents {
	padding:5px 0px;
}

.PluginFooter {
	height:24px;
	background:url(http://bfile.shinobi.jp/5135/p_p_footer.gif) no-repeat;
}

.blogsearch {
	vertical-align:middle;
}

.box {
	width:150px;
	margin-bottom:3px;
	border:solid 1px #69C;
	color:#555;
}

.Menubtn {
	padding:0px 10px 2px;
	text-align:right;
}

#btnHideShow {
	height:18px;
	border:solid 1px #FFF;
	background-color: #69C;
	color: #FFF;
}

/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.plugin_data {
	text-align:left;
	padding:2px 5px;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.plugin_data_date {
	text-align:right;
}

/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
#EntryBlock {
	float:left;
	width:550px;
	margin:0px 0px 30px;
	padding:0px;
	text-align:left;
}

.EntryInnerBlock {
	margin-bottom:5px;
	text-align:left;
}

.EntryTitle {
	height:40px;
	padding:5px 10px;
	text-align:left;
	background: url(http://bfile.shinobi.jp/5135/p_e-1a.gif) no-repeat;
}

.EntryTitle1 {
	height:40px;
	padding:5px 10px;
	text-align:left;
	background: url(http://bfile.shinobi.jp/5135/p_e-1b.gif) no-repeat;
}

.EntryTitle2 {
	height:40px;
	padding:5px 10px;
	text-align:left;
	background: url(http://bfile.shinobi.jp/5135/p_e-1c.gif) no-repeat;
}

.EntryTitleTable {
	border:none;
}

.EntryWriteDate {
	text-align:left;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.EntryWriteDate_Date {
	font-weight:bold;
}

.EntryWriteDate a,
.EntryWriteDate a:visited {
	color: #039;
}

.EntryWriteDate a:hover {
	color:#F73;
}

.EntryTitleFont {
	font-size:13px;
	font-weight:bold;
	margin:0px;
	padding-top:12px;
	padding-left:10px;
}

.EntryTitleFont a,
.EntryTitleFont a:visited {
	color: #69C;
}

.EntryTitleFont a:hover {
	color: #F73;
}

.EntryTextBox {
	margin:0px;
	padding:0px;
	background:url(http://bfile.shinobi.jp/5135/p_e-02b.gif) repeat-y;
}

.EntryTextBox ul,
.EntryTextBox ol{
	margin:10px 20px;
	list-style-position:inside;
}

.EntryText {
	padding:10px 15px 5px;
	line-height:180%;	
}

.EntryPsText {
	padding:10px 15px 0px;
	text-align:left;
}

.RankingBlock {
	padding:5px 15px 0px;
	text-align:right;
}

.EntryFooter {
	text-align:left;
	height:50px;
	padding:25px 15px 5px;
	background: url(http://bfile.shinobi.jp/5135/p_e-02e.gif) no-repeat;
}

/* 記事内の画像
------------------------------------------------*/

.EntryTextBox img, 
.EntryTextBox a img {
	margin: 2px 4px;
}

/* ランキングバナー用画像
------------------------------------------------*/
.RankingBannerBlock  img {
	margin: 1px;
}
/* 拍手
------------------------------------------------*/
.EntryText .NinjaClap { margin-top: 20px; }

.NinjaClap img { vertical-align: middle; }


/**************************************************************************************
  コメント表示部分の設定
**************************************************************************************/
.CommentBlock {
	margin-top:20px;
	padding:10px 0px;
}

.CommentMenuTitle {
	height:19px;
	padding:20px 10px 5px 80px;
	background:url(http://bfile.shinobi.jp/5135/p_icon01.gif) 10% 100% no-repeat;
	text-align:left;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
}

.CommentTextBox {
	margin:20px 0px 10px;
}

.CommentTitle {
	height:25px;
	padding:15px 70px 5px;
	text-align:left;
	background:url(http://bfile.shinobi.jp/5135/p_cm-01e.gif) no-repeat;
	color: #069;
	font-weight:bold;
	font-size:12px;
	border-bottom:dotted 1px #69C;
}

.CommentText {
	padding:5px 15px 0px;
	background:url(http://bfile.shinobi.jp/5135/p_cm-01b.gif) repeat-y;
	line-height:160%;
}

.CommentFooter {
	height:20px;
	text-align:left;
	padding:20px 15px 5px;
	background:url(http://bfile.shinobi.jp/5135/p_cm-01d.gif) no-repeat;
}


/**************************************************************************************
  コメント 管理者返信部分デザイン
**************************************************************************************/

.CommentResBlock {
	margin-bottom:10px;
}

.CommentResTitle {
	height:25px;
	padding:15px 20px 5px;
	text-align:right;
	background:url(http://bfile.shinobi.jp/5135/p_res-01a.gif) no-repeat;
	color: #069;
	font-weight:bold;
	font-size:12px;
	border-bottom:dotted 1px #69C;
}

.CommentResText {
	padding:5px 15px 0px;
	background:url(http://bfile.shinobi.jp/5135/p_cm-01b.gif) repeat-y;
	line-height:160%;
}

.CommentResFooter {
	height:22px;
	text-align:left;
	padding:15px 15px 5px;
	background:url(http://bfile.shinobi.jp/5135/p_res-01b.gif) no-repeat;
}

/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/

.TrackbackBlock {
	margin:20px 0px;
}

.TrackbackMenuTitle {
	height:19px;
	padding:10px 10px 5px 80px;
	background:url(http://bfile.shinobi.jp/5135/p_icon01.gif) 10% 100% no-repeat;
	text-align:left;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
}

.TrackbackTextBox{
	margin-bottom:10px;
}

.TrackbackTitle {
	height:25px;
	margin:0px;
	padding:15px 10px 5px 70px;
	background:url(http://bfile.shinobi.jp/5135/p_tb-01a.gif) no-repeat;
	color: #069;
	font-weight:bold;
	font-size:12px;
	border-bottom:dotted 1px #69C;
}

.TrackbackText {
	padding:5px 15px 0px;
	background:url(http://bfile.shinobi.jp/5135/p_cm-01b.gif) repeat-y;
	line-height:160%;
}

.TrackbackFooter {
	height:20px;
	text-align:left;
	padding:15px 15px 5px;
	background:url(http://bfile.shinobi.jp/5135/p_tb-01b.gif) no-repeat;
}						  

.TrackbackURLTitle {
	padding:10px 5px 15px;
	text-align:center;
	color:#FFF;
}

#TrackbackURL {
	width:300px;
	color:#555;
}

/**************************************************************************************
  コメント編集部分の設定
**************************************************************************************/

.CommentEditBlock {
	width:530px;
	height:450px;
	margin:30px auto 20px;
	padding:0px 10px;
	clear:both;
	background:url(http://bfile.shinobi.jp/5135/cm_edit-01.gif) no-repeat;
	color:#FFF;
	text-align:center;
}

.CommentEditTitle {
	height:19px;
	padding:20px 10px 5px 80px;
	background:url(http://bfile.shinobi.jp/5135/p_icon01.gif) 10% 100% no-repeat;
	text-align:left;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
}

.CommentEditFormBlock{
	height:340px;
	margin:0px auto;
	padding:5px 20px;
}

.Backbtn {
	margin-top:15px;
}

.BackButton {
	width:130px;
	padding:2px;
	background-color:#FFF;
}

/**************************************************************************************
  コメントフォームの設定
**************************************************************************************/

.CommentFormBlock {
	height:400px;
	margin-bottom:20px;
	background:url(http://bfile.shinobi.jp/5135/cm_form-01.gif) no-repeat;
}

.CommentFormBox {
	height:340px;
	color:#FFF;
}

.CommentFormTable {
	margin:0px auto;
}

.CommentFormTh {
	padding:5px 5px 0px 0px;
	text-align:right;
}

.CommentFormTd {
	padding-top:5px;
	text-align:left;
}

.CommentFormTdCheck {
	text-align:left;
}

.textarea{
	width:300px;
}

.CommentFormSubmit {
	padding:10px 0px 2px;
	text-align:left;
}
.btn {
    width:42px;
	background:#69C;
	border: solid 1px #FFF;
	color:#FFF;
	font-size:12px;
	margin-top:-2px;
}

.CommentFormTd img {
	margin:0px;
	padding:0px;
	vertical-align:middle;
}

.checkbuttom {
	border:none;
}


/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/

/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
	margin:0px auto;
	padding:0px;
	width:90%;
}

/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}

/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}

/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}

/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}

/*カレンダー表示用テーブル*/
.CalendarTable {
	border-collapse:separate;
	width:90%;
	height:120px;
	margin:0px auto;
	padding:0px;
	text-align:center;
}

/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/

/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}

/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
	background-color: #69C;
	color:#F96;
}

/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
	background-color:#69C;
	color:#FFF;
}

/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
	background-color:#69C;
	color:#9C9;
}

/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/

/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}

/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
	color:#F96;
	border-bottom:dotted 1px #69C;
}

/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
	color:#9C9;
	border-bottom:dotted 1px #69C;
}

/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
	border-bottom:dotted 1px #69C;
}

/*記事が存在する場所の設定*/
.CalendarTdLink {
	background-color:#CFF;
}

/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
	font-weight:bold;
	color: #069;
}