/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*-------------------------------------------------------
  各ブロックの設定
-------------------------------------------------------*/
#MainBlock{
	width:780px;
	height:520px;
	background-color:#FFAFAF;
	overflow:hidden;
	background-image:url('http://bfile.shinobi.jp/1515/bg_01_02.gif');
	background-repeat:no-repeat;
	background-position:right bottom;
}
#LeftBlock{
	width:510px;
	height:520px;
	margin:0px 10px 0px 0px;
	float:left;
	overflow:hidden;
}
#PageLinkBlock{
	height:25px;
	margin:0px 5px 0px 5px;
	overflow:hidden;
}
#EntryBlock{
	height:465px;
	margin:0px 5px 0px 5px;
	overflow:auto;
	scrollbar-face-color:#FFD5D5;
	scrollbar-highlight-color:#FFD5D5;
	scrollbar-3dlight-color:#FF9393;
	scrollbar-shadow-color:#FFD5D5;
	scrollbar-darkshadow-color:#FF9393;
	scrollbar-arrow-color:#FF9393;
	scrollbar-track-color:#FFD5D5;
}
#TopBlock{
	width:250px;
	background-image:url('http://bfile.shinobi.jp/1515/bg_01_03.gif');
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	float:right;
}
#PluginBlock{
	margin:5px 0px 0px 5px;
	width:250px;
	background-color:#FFFFFF;
	float:right;
}
.PluginInnerBlock {
	width:100%;
	height:210px;
	overflow:auto;
}
#FooterBlock{
	width:780px;
	text-align:right;
	margin-top:3px;
}
/*-------------------------------------------------------
  ボディの設定
-------------------------------------------------------*/
/*ボディ要素の設定*/
body {
	background-image:url('http://bfile.shinobi.jp/1515/bg_01_01.gif');
	margin-top:10px;
overflow:auto;
}
/*全ての要素の設定*/
*{
	margin:0px;
	padding:0px;
	font-size:10px;
	font-family:Verdana,Helvetica,sans-serif;
	color:#CA8BA1;
	line-height:170%;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#CA8BA1;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-darkshadow-color:#CA8BA1;
	scrollbar-arrow-color:#CA8BA1;
	scrollbar-track-color:#FFFFFF;
}
/*テーブル要素の設定*/
table{
	border-collapse:collapse;
}
/*-------------------------------------------------------
  フォームの設定
-------------------------------------------------------*/
/*FormPartsの設定1*/
input,textarea,select {
	border:solid 1px #CA8BA1;
	background-color:#FFFFFF;
	line-height:100%;
}
/*FormPartsの設定2*/
option {
	border-top:solid 1px #CA8BA1;
}
/*FormPartsの設定3*/
.btn{
	background-color:#FFFFFF;
	cursor:hand;
}
/*-------------------------------------------------------
  リンクの設定
-------------------------------------------------------*/
a:link {
	color:#FF6060;
	text-decoration:none;
}
a:visited{
	color:#FF6060;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	color:#FF9393;
}
a:active {
	color:#FF6060;
	text-decoration:none;
}
/*-------------------------------------------------------
  その他の設定
-------------------------------------------------------*/
/*テキスト左寄せ*/
.left {
	text-align:left;
}
/*テキスト中央寄せ*/
.center {
	text-align:center;
}
/*テキスト右寄せ*/
.right {
	text-align:right;
}
/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*ページタイトル文字色の設定*/
.TopTitle{
	font-size:12px;
	font-weight:bold;
	margin:0px 2px 0px 0px;
	text-align:right;
}
/*ページタイトルの下に来るブログの説明文書の設定*/
.TopExplanation{
	color:#AC5975;
	margin:2px 2px 0px 0px;
	line-height:100%;
	text-align:right;
}
/**************************************************************************************
ページリンク用デザイン
**************************************************************************************/
.PageLinkText{
	font-size:9px;
}
.PageLinkText a{
	font-size:9px;
}
/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
	padding:15px;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
	padding:0px 4px 4px 4px;
}
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
	color:#AC5975;
	font-weight:bold;
}
/*記事本文が記載される部分*/
.EntryText {
	padding:4px;
	color:#AC5975;
}
/*追記文書が記載される部分*/
.EntryPsText {
	padding:4px;
}
/*追記文書へのリンクが記載される部分*/
.EntryPsTextLink {
	padding:4px;
	text-align:right;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
	padding:4px 4px 0px 4px;
	text-align:right;
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
	padding:4px;
	text-align:right;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
	padding:4px;
	float:left;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
	color:#CA8BA1;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
	color:#CA8BA1;
}
/*ページの上に戻るリンクが表示されている部分*/
.EntryTopLink{
}
/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
	padding:15px 15px 0px 15px;
}
/*コメントのタイトル部分*/
.CommentTitle{
	font-weight:bold;
	padding:4px;
	color:#999999;
}
/*コメント部分*/
.CommentText{
	padding:4px;
}
/*投稿者名の部分*/
.CommentUserName{
	float:left;
	padding:3px 0px 0px 3px;
	color:#666666;
}
/*投稿者のメールなどのリンクアイコンがある部分*/
.CommentLinkIcon{
	float:right;
	padding:5px 0px 0px 0px;
	text-align:right;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
	padding:4px 4px 0px 4px;
	text-align:right;
	color:#999999;
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
/*レス全体の部分*/
.CommentResBlock {
}
/*レスのタイトルが記載されている部分*/
.CommentResTitle {
	font-weight:bold;
	padding:4px;
}
/*レスのテキストが記載されている部分*/
.CommentResText {
	padding:4px;
}
/*レスの時間などが記載されている部分*/
.CommentResFooter {
	text-align:right;
	padding:4px 4px 0px 4px;
}
/*-------------------------------------------------------
  コメント -> コメント投稿フォームデザイン
-------------------------------------------------------*/
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
	margin:10px 0px 0px 40px;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
	padding:2px;
	text-align:right;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
	padding:2px;
	text-align:left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
	text-align:right;
}
/*inputタグやtextareaの設定*/
.CommentForms{
}
/*コメントフォーム欄のその他のテキストなどの設定*/
.CommentFormText{
	padding:4px;
}
/*コメント編集時のプレビューの設定*/
.EditPreview{
	padding:4px;
	color:#FF6060;
}
/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
	padding:15px 15px 0px 15px;
}
/*トラックバックの内容全体を表示する部分の設定*/
.TrackbackInnerBlock{
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
	padding:4px;
	font-weight:bold;
}
/*トラックバックの記事部分*/
.TrackbackText{
	padding:4px;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
	padding:4px 4px 0px 4px;
	text-align:right;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
	padding:4px 4px 0px 4px;
}
/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
	padding:3px;
	font-weight:bold;
	color:#AC5975;
	background-color:#E8C2CF;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
	padding:3px;
	color:#FFAFAF;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
	padding:3px;
	color:#AC5975;
}
/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
.CMBox{
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
	width:90%;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
	text-align:left;
	font-weight:bold;
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
	text-align:center;
	color:#AC5975;
	font-weight:bold;
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
	text-align:right;
	font-weight:bold;
}
/*カレンダー表示用テーブル*/
.CalendarTable {
	width:90%;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
	color:#EE8A8A;
	font-size:10px;
	text-align:center;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
	font-size:10px;
	text-align:center;
	color:#AAAAAA;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
	color:#90BDE2;
	font-size:10px;
	text-align:center;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
	color:#EE8A8A;
	text-align:center;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
	color:#90BDE2;
	text-align:center;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
	color:#AAAAAA;
	text-align:center;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
	font-weight:bold;
}
/**************************************************************************************
装飾設定
**************************************************************************************/
/*メイン装飾*/
.MainDeco1{
	width:15px;
	height:15px;
	background-image:url('http://bfile.shinobi.jp/1515/deco_01_01.gif');
}
.MainDeco2{
	width:15px;
	height:15px;
	background-image:url('http://bfile.shinobi.jp/1515/deco_01_02.gif');
}
.MainDeco3{
	width:15px;
	height:15px;
	background-image:url('http://bfile.shinobi.jp/1515/deco_01_03.gif');
}
.MainDeco4{
	width:15px;
	height:15px;
	background-image:url('http://bfile.shinobi.jp/1515/deco_01_04.gif');
}
.MainDeco5{
	background-color:#FFAFAF;
}
/*左ブロック装飾*/
.LeftDeco1{
	height:15px;
	background-image:url('http://bfile.shinobi.jp/1515/deco_01_11.gif');
	background-repeat:no-repeat;
}
.LeftDeco2{
	height:15px;
	background-image:url('http://bfile.shinobi.jp/1515/deco_01_12.gif');
	background-repeat:no-repeat;
	background-position:right;
}
.LeftDeco3{
	margin:0px 15px 0px 15px;
	height:15px;
	background-image:url('http://bfile.shinobi.jp/1515/deco_01_15.gif');
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFD5D5;
}
.LeftDeco4{
	background-color:#FFD5D5;
	border:solid #EE8A8A;
	border-width:0px 2px 0px 2px;
}
.LeftDeco5{
	height:15px;
	background-image:url('http://bfile.shinobi.jp/1515/deco_01_13.gif');
	background-repeat:no-repeat;
}
.LeftDeco6{
	height:15px;
	background-image:url('http://bfile.shinobi.jp/1515/deco_01_14.gif');
	background-repeat:no-repeat;
	background-position:right;
}
.LeftDeco7{
	margin:0px 15px 0px 15px;
	height:15px;
	background-image:url('http://bfile.shinobi.jp/1515/deco_01_15.gif');
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FFD5D5;
}
/*エントリーブロック装飾*/
.EntryDeco1{
	height:5px;
	background-image:url('http://bfile.shinobi.jp/1515/deco_01_21.gif');
	background-repeat:no-repeat;
}
.EntryDeco2{
	height:5px;
	background-image:url('http://bfile.shinobi.jp/1515/deco_01_22.gif');
	background-repeat:no-repeat;
	background-position:right;
}
.EntryDeco3{
	margin:0px 5px 0px 5px;
	height:5px;
	background-image:url('http://bfile.shinobi.jp/1515/deco_01_25.gif');
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFFFFF;
}
.EntryDeco4{
	background-color:#AC5975;
}
.EntryDeco5{
	margin:0px 1px 0px 1px;
	background-color:#FFFFFF;
	border:solid #E8C2CF;
	border-width:0px 1px 0px 1px;
}
.EntryDeco6{
	height:5px;
	background-image:url('http://bfile.shinobi.jp/1515/deco_01_23.gif');
	background-repeat:no-repeat;
}
.EntryDeco7{
	height:5px;
	background-image:url('http://bfile.shinobi.jp/1515/deco_01_24.gif');
	background-repeat:no-repeat;
	background-position:right;
}
.EntryDeco8{
	margin:0px 5px 0px 5px;
	height:5px;
	background-image:url('http://bfile.shinobi.jp/1515/deco_01_26.gif');
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FFFFFF;
}
/*コメントブロック装飾*/
.CommentDeco1{
	height:25px;
	background-image:url('http://bfile.shinobi.jp/1515/deco_01_31.gif');
	background-repeat:no-repeat;
}
.CommentDeco2{
	height:25px;
	background-image:url('http://bfile.shinobi.jp/1515/deco_01_32.gif');
	background-repeat:no-repeat;
	background-position:right;
}
.CommentDeco3{
	margin:0px 5px 0px 16px;
	height:25px;
	background-image:url('http://bfile.shinobi.jp/1515/deco_01_35.gif');
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFD5D5;
}
.CommentDeco4{
	border:solid #A2A2A2;
	border-width:0px 1px 0px 1px;
	background-color:#FFFFFF;
}
.CommentDeco5{
	height:5px;
	background-image:url('http://bfile.shinobi.jp/1515/deco_01_33.gif');
	background-repeat:no-repeat;
}
.CommentDeco6{
	height:5px;
	background-image:url('http://bfile.shinobi.jp/1515/deco_01_34.gif');
	background-repeat:no-repeat;
	background-position:right;
}
.CommentDeco7{
	margin:0px 5px 0px 5px;
	height:5px;
	background-image:url('http://bfile.shinobi.jp/1515/deco_01_36.gif');
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FFFFFF;
}
/*白色ボックス装飾*/
.WBoxDeco1{
	height:13px;
	background-image:url('http://bfile.shinobi.jp/1515/deco_01_41.gif');
	background-repeat:no-repeat;
}
.WBoxDeco2{
	height:13px;
	background-image:url('http://bfile.shinobi.jp/1515/deco_01_42.gif');
	background-repeat:no-repeat;
	background-position:right;
}
.WBoxDeco3{
	height:13px;
	background-image:url('http://bfile.shinobi.jp/1515/deco_01_43.gif');
	background-repeat:no-repeat;
}
.WBoxDeco4{
	height:13px;
	background-image:url('http://bfile.shinobi.jp/1515/deco_01_44.gif');
	background-repeat:no-repeat;
	background-position:right;
}
/*各ライン*/
.Line1{
	height:3px;
	background-image:url('http://bfile.shinobi.jp/1515/line_01_01.gif');
}
.Line2{
	height:1px;
	background-image:url('http://bfile.shinobi.jp/1515/line_01_02.gif');
}
.Line3{
	height:3px;
	background-image:url('http://bfile.shinobi.jp/1515/line_01_03.gif');
}
.Line4{
	height:3px;
	background-image:url('http://bfile.shinobi.jp/1515/line_01_04.gif');
}
.Line5{
	height:3px;
	background-image:url('http://bfile.shinobi.jp/1515/line_01_05.gif');
}
.Line6{
	height:3px;
	background-image:url('http://bfile.shinobi.jp/1515/line_01_06.gif');
}
/*周りこみ解除*/
.clear{
	clear:both;
}
