@charset "utf-8";
/**************************************************************************************
  全ブロックの共通設定
**************************************************************************************/

* {}

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555;
	text-align:center;
	background:url(http://bfile.shinobi.jp/5019/neko_clip-01.gif) right bottom no-repeat;
}

h1,h2,h3,h4,h5,h6,ul,ol,li,p,blockquote {
	margin:0px;
	padding:0px;
	font-size:100%;
	font-style:normal;
	font-weight:normal;
}

td {
	text-align:center;
}

table {
	border-collapse:collapse;
	color:#555;
}

.left {
	text-align:left;
}

.center {
text-align:center;
}

.right {
text-align:right;
}

form {
	margin:0px;
	padding:0px;
}

select,input {
	vertical-align:middle;
}

textarea,input,select {
	border:solid 1px #E9A186;
	color:#555;
	background-color:#FFF;
	text-decoration:none;
}

img {
	margin:5px;
	border:none;
}

blockquote {
	margin:10px 20px;
	padding:5px;
	border:dotted 1px #F96;
}

hr {
	width:90%;
	height:1px;
	margin:10px auto;
	text-align:center;
	background-color:#777;
	color:#777;
	border:none;	
}

/**************************************************************************************
  リンクの共通設定
**************************************************************************************/

a:link,
a:visited {
	text-decoration:none;
	color:#7A5;
}

a:hover,
a:active {
	text-decoration:none;
	color:#F66;
}

/**************************************************************************************
  メインブロックの設定
**************************************************************************************/

#mainBlock {
	width:780px;
	margin:0px auto 0px 0px;
	padding:0px 10px;
	text-align:center;
	background-color:#FFF;
}

/**************************************************************************************
  トップブロック用デザイン
**************************************************************************************/

#TopBlock {
	width:780px;
	height:240px;
	text-align:left;
	background:url(http://bfile.shinobi.jp/5019/neko_header-02.jpg)  no-repeat center;
}

.TopInnerBlock {
	height:223px;
	padding:20px 20px 0px;
}

#TopTitle {
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}

#TopTitle a, 
#TopTitle a:visited  {
	color:#F96;
}

#TopTitle a:hover {
	color:#F66;
}

#TopExplanation {
	font-size:10px;
	font-weight:normal;
}

/**************************************************************************************
  ログインブロック用デザイン
**************************************************************************************/

.Admin {
	height:16px;
	padding:0px 10px;
	text-align:right;
	font-size:9px;
	letter-spacing:5px;
}

.Admin a:hover {
	border:none;
	position:relative;
	top:1px;
	left:1px;
}

/**************************************************************************************
  トップカレンダーブロック用デザイン
**************************************************************************************/

#TopCalender {
	margin-bottom:10px;
	padding:5px;	
	color:#444;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
}

#TopCalender a,
#TopCalender a:visited {
	color:#F96;
}

#TopCalender a:hover {
	color:#F66;
}
					 
/**************************************************************************************
  ページリンクブロック用デザイン
**************************************************************************************/

.PageLinkBlock {
	clear:both;
	width:530px;
	margin:0px 0px 0px auto;
	padding:10px;
	color:#999;
	text-align:center;
}

.PageLinkBlock a,
.PageLinkBlock a:visited {
	color:#F96;
}

.PageLinkBlock a:hover {
	color:#F66;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/

#FooterBlock {
	clear:both;
	width:530px;
	margin:0px 0px 0px auto;
	padding:55px 10px 10px;
	background:url(http://bfile.shinobi.jp/5019/hana_border2.gif) top center no-repeat;
	text-align:center;
	font-size:10px;
	line-height:160%;
}

#FooterBlock a, 
#FooterBlock a:visited {
	color:#7A5;
}

#FooterBlock a:hover {
	color:#F66;
}

#FooterBlock .Shinobi a, 
#FooterBlock .Shinobi a:visited {
	color:#999;
}

#FooterBlock .Shinobi a:hover {
	color:#F66;
}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/

.PluginBlock {
	width:220px;
	float:left;
	text-align: left;
}

.PluginInnerBlock {
	margin-bottom:10px;
	padding:10px 5px;
	line-height:150%;
}

.PluginInnerBlock ul,
.PluginInnerBlock li {
	list-style-type:none;
}

.PluginTitle {
	height:23px;
	margin-bottom:5px;
	padding:10px 10px 2px 38px;
	text-align:left;
	font-size:12px;
	background:url(http://bfile.shinobi.jp/5019/neko-p_title01.jpg) no-repeat;
}

.PluginTitle a,
.PluginTitle a:visited {
	color:#444;
}

.PluginTitle a:hover {
	color:#444;
	position:relative;
	top:1px;
	left:1px;
}

.PluginExplanation {
	padding:0px 15px 0px 5px;
	font-size:10px;
	text-align:left;
}

.PluginContents {
	padding:3px 15px 3px 5px;
}

.blogsearch {
	vertical-align:middle;
}

.box {
	width:150px;
	margin-bottom:5px;
	border:solid 1px #E9A186;
	color:#555;
}

/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/

/*各プラグイン処理内の基本デザイン*/
.plugin_data {
	text-align:left;
	padding:2px 5px;
}

/*各プラグイン処理内基本デザインの下に記載する日付など*/
.plugin_data_date {
	text-align:right;
}
/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/

#EntryBlock {
	width:550px;
	float:right;
	text-align:left;
}

.EntryInnerBlock {
	margin-bottom:20px;
	padding:10px 5px;
	text-align:left;
}

.EntryTitle {
	height:35px;
	padding:15px 10px 5px 40px;
	text-align:left;
	background:url(http://bfile.shinobi.jp/5019/neko_02.gif) no-repeat left bottom;
}

.EntryTitle1 {
	height:35px;
	padding:15px 10px 5px 40px;
	text-align:left;
	background:url(http://bfile.shinobi.jp/5019/neko_14a.gif) no-repeat left bottom;
}

.EntryTitle2 {
	height:35px;
	padding:15px 10px 5px 40px;
	text-align:left;
	background:url(http://bfile.shinobi.jp/5019/neko_01.gif) no-repeat left bottom;
}

.EntryTitleFont {
	font-size:13px;
	font-weight:bold;
	margin:0px;
	padding:0px 0px 0px 3px;
}

.EntryTitleFont a, 
.EntryTitleFont a:visited {
	color:#F96;
}

.EntryTitleFont a:hover {
	color:#F66;
}

.EntryTextBox {
	margin:5px 0px;
}

.EntryTextBox ul,
.EntryTextBox ol{
	margin:10px 20px;
	list-style-position:inside;
}

.EntryText {
	padding:5px 10px 10px;
	line-height:180%;
	line-breake:strict;
}

.EntryPsText {
	padding:10px 10px 0px;
	text-align:right;
}

.EntryPsText img {
	margin-bottom:0px;
}

.EntryPsText a,
.EntryPsText a:visited {
	color:#555;
}

.EntryPsText a:hover {
	position:relative;
	top:1px;
	left:1px;
}

.RankingBannerBlock {
	padding:5px 10px 0px;
	text-align:left;
}

.EntryFooter {
	text-align:right;
	padding:26px 10px 5px;
	background:url(http://bfile.shinobi.jp/5019/ashiato-2b.gif) top center repeat-x;
}

.EntryWriteDate {
	margin:0px 0px 0px 5px;
	padding:0px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.EntryData {
	margin-left:5px;
}

/**************************************************************************************
  コメント表示部分の設定
**************************************************************************************/

.CommentBlock {
	padding:100px 10px 10px;
	background:url(http://bfile.shinobi.jp/5019/neko_post02.gif) top center no-repeat;
}

.CommentMenuTitle {
	height:20px;
	padding:20px 10px 2px 85px;
	text-align:left;
	font-size:13px;
	font-weight:bold;
	background:url(http://bfile.shinobi.jp/5019/neko_03a.gif) left bottom no-repeat;
}

.CommentTextBox {
	margin:10px 0px;
}

.CommentTitle {
	padding:5px 26px 0px;
	text-align:left;
	background:url(http://bfile.shinobi.jp/5019/ashiato-1b.gif) left no-repeat;
	color:#DE917C;
	font-weight:bold;
	font-size:12px;
}

.CommentText {
	padding:10px 5px 5px;
	line-height:160%;
	line-breake:strict;
}

.CommentData {
	text-align:right;
	padding:10px 5px 0px;
	font-size:10px;
	background:url(http://bfile.shinobi.jp/5019/neko_border02.jpg) top left repeat-x;
}

.CommentUserName {
	margin-left: 5px;
}

.CommentUserName a,
.CommentUserName a:visited {
	color:#555;
}

.CommentUserName a:hover {
	color:#F66;
}

.CommentURL {
	margin-left:5px;
}

.CommentWriteDate {
	margin-left:5px;
}

.CommentEdit{
	margin-left:5px;
}

.CommentBlockBorder {
	height:22px;
	background:url(http://bfile.shinobi.jp/5019/ashiato-2b.gif) right repeat-x;
}

/**************************************************************************************
  コメント 管理者返信部分デザイン
**************************************************************************************/

.CommentResBlock {
	margin-bottom:10px;
	padding:0px;
}

.CommentResBox {
	padding:5px 10px;
}

.CommentResTitle {
	padding:5px 26px 0px;
	text-align:left;
	background:url(http://bfile.shinobi.jp/5019/ashiato-1f.gif) left no-repeat;
	color:#7A5;
	font-weight:bold;
	font-size:12px;
}

.CommentResText {
	padding:10px 5px 5px 5px;
	line-height:160%;
	line-breake:strict;
}

.CommentResData {
	text-align:right;
	padding:10px 5px 0px;
	font-size:10px;
	background:url(http://bfile.shinobi.jp/5019/neko_border03a.jpg) top left repeat-x;
}

/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/

.TrackbackBlock {
	margin-bottom:20px;
	padding:10px;
}

.TrackbackMenuTitle {
	height:20px;
	padding:20px 10px 2px 85px;
	text-align:left;
	font-size:13px;
	font-weight:bold;
	background:url(http://bfile.shinobi.jp/5019/neko_10.gif) left bottom no-repeat;
}

.TrackbackTextBox{
}

.TrackbackTitle {
	height:18px;
	margin:5px 0px;
	padding:4px 26px 1px;
	height:18px;
	background:url(http://bfile.shinobi.jp/5019/ashiato-1f.gif) left no-repeat;
	text-align:left;
	color:#7A5;
	font-weight:bold;
	font-size:12px;
}

.TrackbackText {
	padding:5px;
	font-size:11px;
	line-height:160%;
	line-breake:strict;
}

.TrackbackData {
	text-align:right;
	padding:10px 5px 0px;
	font-size:10px;
	background:url(http://bfile.shinobi.jp/5019/neko_border03a.jpg) top left repeat-x;
}

.TrackbackData a,
.TrackbackData a:visited{
	color:#F96;
}

.TrackbackData a:hover {
	color:#F66;
}
						  
.TrackbackUserName {
	margin-left:5px;
}

.TrackbackFromURL {
	margin-left:5px;
}

.TrackbackWriteDate {
	margin-left:5px;
}

.TrackbackURLTitle {
	padding:10px 5px 15px;
	text-align:left;
}

#TrackbackURL {
	width:300px;
}

/**************************************************************************************
  コメントフォームの設定
**************************************************************************************/

.CommentFormBlock {
	margin-bottom:20px;
}

.CommentFormTable {
	margin:0px auto;
}

.CommentFormTh {
	padding:5px 5px 0px 0px;
	text-align:right;
}

.CommentFormTd {
	padding-top:5px;
	text-align:left;
}

.CommentForms {
	padding:0px 2px;
}

.CommentFormSubmit {
	padding-top:5px;
	text-align:left;
}

.btn {
    width:50px;	
	background:#E9A186;
	border:none;
	color:#FFF;
}

.checkbuttom {
	border:none;
}

/**************************************************************************************
  コメント編集ページの設定
**************************************************************************************/
.CommentEditBlock {
	padding:0px 10px 30px;
	text-align:center;
}

.CommentEditTitle {
	height:20px;
	padding:20px 10px 2px 75px;
	text-align:left;
	font-size:13px;
	font-weight:bold;
	background:url(http://bfile.shinobi.jp/5019/neko_12.gif) left bottom no-repeat;
}

.Backbtn {
	margin-top:30px;
}

.BackButton {
	text-align:center;
}

/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/

/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
	margin:0px auto;
	padding:3px;
	width:85%;
	font-size:11px;
}

/*カレンダー日付移動用テーブル、trタグ部分のデザイン*/
.CalendarMoveTr {
}

/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}

/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}

/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}

/*カレンダー表示用テーブル*/
.CalendarTable {
	width:85%;
	height:120px;
	margin:0px auto;
	padding:3px;
	font-size:11px;
}

/*-------------------------------------------------------
  カレンダーテーブル 曜日表示部分デザイン
-------------------------------------------------------*/

/*曜日表示部分（trタグ部分）のデザイン*/
.CalendarWdayTr {
	border-top:solid 1px #E0927D;
	border-bottom:solid 1px #E0927D;
}

/*曜日表示部分、日曜日のthタグ部分デザイン*/
.CalendarWdaySun {
	border-top:solid 1px #E0927D;
	border-bottom:solid 1px #E0927D;
	color:#F96;
}

/*曜日表示部分、平日のthタグ部分デザイン*/
.CalendarWday {
	border-top:solid 1px #E0927D;
	border-bottom:solid 1px #E0927D;
}

/*曜日表示部分、土曜日のthタグ部分デザイン*/
.CalendarWdaySat {
	border-top:solid 1px #E0927D;
	border-bottom:solid 1px #E0927D;
	color:#9C9;
}

/*-------------------------------------------------------
  カレンダーテーブル 日付表示部分デザイン
-------------------------------------------------------*/

/*日付表示部分（trタグ部分）のデザイン*/
.CalendarTr {
}

/*日付表示部分、日曜日のtdタグ部分デザイン*/
.CalendarTdSun {
	color:#F96;
}

/*日付表示部分、土曜日のtdタグ部分デザイン*/
.CalendarTdSat {
	color:#9C9;
}

/*日付表示部分、平日曜日のtdタグ部分デザイン*/
.CalendarTd {
}

/*記事が存在する場所の設定*/
.CalendarTdLink {
}

/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
	font-weight:bold;
}

div.displayList img {
	border:none;
	margin: 5px 0 0;
}
div.displayList p {
	border-bottom: dotted 1px #99bb99;
	margin: 5px 0 0;
	padding: 0 5px 5px;
	display: block;
	word-wrap: break-word;
	word-break: break-all;
}
