/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
body {
	padding:10px 0px 0px 5px;
	background-color:#181008;
	scrollbar-face-color:#AA8D5F;
	scrollbar-highlight-color:#AA8D5F;
	scrollbar-3dlight-color:#43372A;
	scrollbar-shadow-color:#AA8D5F;
	scrollbar-darkshadow-color:#43372A;
	scrollbar-arrow-color:#43372A;
	scrollbar-track-color:#AA8D5F;
	overflow:auto;
}
/*全ての要素の設定*/
*{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family:Verdana,Helvetica,sans-serif;
	font-size:10px;
	color:#B49879;
}
div{
	line-height:15px;
}
/*table全ての設定*/
table{
	border-collapse: collapse;
}
/*テキスト左寄せ*/
.left {
	text-align:left;
}
/*テキスト中央寄せ*/
.center {
	text-align:center;
}
/*テキスト右寄せ*/
.right {
	text-align:right;
}
/*-------------------------------------------------------
各ブロックの設定
-------------------------------------------------------*/
/*Cubeの中央ブロック（メイン表示部分）*/
#MainBlock{
	width:630px;
	height:543px;
	overflow:hidden;
}
/*ブログ名などがが表示される上部の部分*/
#TopBlock{
	height:39px;
	background-color:#AA8D5F;
	overflow:auto;
}
/*記事・プラグインが表示される部分*/
#MainDisplayBlock{
	height:410px;
	background-color:#AA8D5F;
	overflow:auto;
}
#EntryBlock{
	margin:5px;
	width:390px;
	overflow:hidden;
	float:left;
}
#PulginBlock{
	margin:5px;
	width:190px;
	overflow:hidden;
	float:left;
}
#PageLinkBlock{
	height:22px;
	background-color:#AA8D5F;
	font-size:10px;
	overflow:auto;
}
/*-------------------------------------------------------
各リンクの設定
-------------------------------------------------------*/
/*通常のリンクの設定*/
a:link {
	color:#43372A;
	text-decoration:none;
	border-bottom:dotted 1px;
}
a:visited{
	color:#43372A;
	text-decoration:none;
	border-bottom:dotted 1px;
}
a:hover {
	color:#B49879;
	text-decoration:none;
	border-bottom:dotted 1px;
}
a:active {
	color:#43372A;
	text-decoration:none;
	border-bottom:dotted 1px;
}
/*明るいアンダーライン入りリンクの設定*/
.a_light_line a:link {
	color:#FFEFDF;
	text-decoration:none;
	border-bottom:dotted 1px;
}
.a_light_line a:visited{
	color:#FFEFDF;
	text-decoration:none;
	border-bottom:dotted 1px;
}
.a_light_line a:hover {
	color:#E2C3A2;
	text-decoration:none;
	border-bottom:dotted 1px;
}
.a_light_line a:active {
	color:#FFEFDF;
	text-decoration:none;
	border-bottom:dotted 1px;
}
/*明るいリンクの設定*/
.a_light a:link {
	color:#FFEFDF;
	text-decoration:none;
	border-bottom:dotted 0px;
}
.a_light a:visited{
	color:#FFEFDF;
	text-decoration:none;
	border-bottom:dotted 0px;
}
.a_light a:hover {
	color:#E2C3A2;
	text-decoration:none;
	border-bottom:dotted 0px;
}
.a_light a:active {
	color:#FFEFDF;
	text-decoration:none;
	border-bottom:dotted 0px;
}
/*背景ありリンクの設定*/
.a_bg a:link {
	text-decoration:none;
	background-color:#FFEFDF;
	border-bottom:dotted 0px;
}
.a_bg a:visited{
	background-color:#FFEFDF;
	text-decoration:none;
	border-bottom:dotted 0px;
}
.a_bg a:hover {
	background-color:#E2C3A2;
	text-decoration:none;
	border-bottom:dotted 0px;
}
.a_bg a:active {
	background-color:#FFEFDF;
	text-decoration:none;
	border-bottom:dotted 0px;
}
/*-------------------------------------------------------
Formの表示に関する設定
-------------------------------------------------------*/
/*FormPartsの設定１*/
input,textarea,select {
	border:solid 1px #7A654E;
	background-color:#E2C3A2;
	color:#7A654E;
}
/*FormPartsの設定２*/
option {
	border:solid 1px #7A654E;
	background-color:#FFEFDF;
}
/*FormPartsの設定３*/
.btn{
	background-color:#E2C3A2;
	cursor:hand;
}
/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*ページタイトル文字部分の設定*/
#TopTitle {
	padding:3px;
}
/*ページタイトル文字色の設定*/
.TopTitleFont {
	color:#43372A;
	font-size:13px;
	font-weight:bold;
	line-height:100%;
}
/*ページタイトルの下に来るブログの説明文書の設定*/
.TopExplanationFont{
	color:#6D5E34;
	line-height:100%;
}
/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
	margin:5px 0px 5px 0px;
	background-color:#5C4D3C;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
}
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
}
/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
	width:99%;
	padding:5px;
}
/*記事本文が記載される部分*/
.EntryText {
}
/*追記文書が記載される部分*/
.EntryPsText {
	color:#E2C3A2;
}
/*追記文書へのリンクが記載される部分*/
.EntryPsTextLink {
	text-align:right;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
	padding:0px 5px 0px 5px;
	text-align:right;
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
	padding:5px;
	font-weight:normal;
	text-align:right;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
	color:#B49879;
	text-align:right;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
}
/*ページの上に戻るリンクが表示されている部分*/
.EntryTopLink{
}
/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
	width:100%;
	margin:5px 0px 5px 0px;
	background-color:#5C4D3C;
}
/*コメント・レス全体の設定*/
.CommentInnerBlock{
	padding:5px;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
	background-color:#FFEFDF;
}
/*コメントのタイトル部分*/
.CommentTitle{
	font-weight:bold;
	padding:5px;
}
/*コメント部分*/
.CommentText{
	width:99%;
	padding:5px;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
	padding:5px;
	text-align:right;
}
/*投稿者名の部分*/
.CommentUserName{
	float:left;
	padding:5px 0px 5px 0px;
	color:#FFEFDF;
	font-weight:bold;
}
/*投稿者のメールなどのリンクアイコンがある部分*/
.CommentLinkIcon{
	float:right;
	padding:5px 0px 5px 0px;
	text-align:right;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
	text-align:right;
	padding:5px;
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
/*レス全体の部分*/
.CommentResBlock {
	background-color:#E2C3A2;
}
/*レスのタイトルが記載されている部分*/
.CommentResTitle {
	font-weight:bold;
	padding:5px;
	color:#7A654E;
}
/*レスのテキストが記載されている部分*/
.CommentResText {
	padding:5px;
	color:#7A654E;
}
/*レスの時間などが記載されている部分*/
.CommentResFooter {
	text-align:right;
	padding:5px;
	color:#7A654E;
}
/*-------------------------------------------------------
  コメント -> コメント投稿フォームデザイン
-------------------------------------------------------*/
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
	margin:5px 0px 5px 40px;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
	padding:2px;
	text-align:right;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
	padding:2px;
	text-align:left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
	text-align:right;
}
/*inputタグやtextareaの設定*/
.CommentForms{
}
/*コメント編集時のプレビューの設定*/
.EditPreview{
	padding:4px;
	color:#613A1B;
}
/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
	width:100%;
	margin:5px 0px 5px 0px;
	background-color:#5C4D3C;
}
/*トラックバックの内容全体を表示する部分の設定*/
.TrackbackInnerBlock{
	padding:5px;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
	background-color:#FFEFDF;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
	padding:5px;
	font-weight:bold;
}
/*トラックバックの記事部分*/
.TrackbackText{
	padding:5px;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
	padding:5px;
	text-align:right;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
	padding:5px 0px 5px 0px;
	color:#FFEFDF;
	font-weight:bold;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
	font-weight:normal;
}
/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
	width:100%;
	margin:5px 0px 10px 0px;
	background-color:#5C4D3C;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
	padding:3px;
	font-weight:bold;
	color:#FFEFDF;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
	padding:3px;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
	padding:3px;
	background-color:#7A654E;
	color:#E2C3A2;
}
/**************************************************************************************
ページリンク用デザイン
**************************************************************************************/
.PageLinkFont{
	color:#FFEFDF;
}
/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
.CMBox{
	float:left;
	margin:5px 0px 0px 0px;
	color:#FFEFDF;
}
.Copy{
	float:right;
	margin:5px 0px 0px 0px;
	text-align:right;
	color:#FFEFDF;

}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
	width:90%;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
	text-align:left;
	font-weight:bold;
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
	text-align:center;
	color:#E2C3A2;
	font-weight:bold;
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
	text-align:right;
	font-weight:bold;
}
/*カレンダー表示用テーブル*/
.CalendarTable {
	width:90%;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
	color:#E29090;
	font-size:10px;
	text-align:center;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
	font-size:10px;
	text-align:center;
	color:#E2C3A2;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
	color:#90BDE2;
	font-size:10px;
	text-align:center;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
	color:#E29090;
	text-align:center;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
	color:#90BDE2;
	text-align:center;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
	color:#E2C3A2;
	text-align:center;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
	font-weight:bold;
}
/**************************************************************************************
  その他のパーツデザイン
**************************************************************************************/
/*セクションタイトルが記載されている部分*/
.SectionTitle{
	padding:5px;
	color:#FFEFDF;
	font-weight:bold;
}
/*セクションのサブタイトルが記載されている部分*/
.SubSectionTitle{
	height:18px;
	margin:0px 5px 0px 0px;
	padding:2px 5px 0px 0px;
	background-color:#7A654E;
	background-image:url('http://bfile.shinobi.jp/1597/bg_03_10.gif');
	background-repeat:no-repeat;
	background-position:right;
	color:#FFEFDF;
	text-align:right;
}
/**************************************************************************************
  装飾用デザイン
**************************************************************************************/
/*メインデザインの左側の画像*/
.MainDeco1{
	width:37px;
	height:543px;
	background-image:url('http://bfile.shinobi.jp/1597/bg_03_02.gif');
	overflow:hidden;
}
/*メインデザインの右側の画像*/
.MainDeco2{
	width:109px;
	height:543px;
	background-image:url('http://bfile.shinobi.jp/1597/bg_03_01.gif');
	overflow:hidden;
}
/*メインデザインの中央上の画像*/
.MainDeco3{
	height:20px;
	background-color:#43372A;
	overflow:hidden;
}
/*メインデザインの中央下（コピーライト部分）の画像*/
.MainDeco4{
	height:34px;
	background-color:#43372A;
	overflow:hidden;
}
/*各ボックスデザインの左上角の画像*/
.BoxDeco1{
	height:15px;
	background-image:url('http://bfile.shinobi.jp/1597/bg_03_05.gif');
	background-repeat:no-repeat;
}
/*各ボックスデザインの右上角の画像*/
.BoxDeco2{
	height:15px;
	background-image:url('http://bfile.shinobi.jp/1597/bg_03_08.gif');
	background-repeat:no-repeat;
	background-position:right;
}
/*各ボックスデザインの中央左のデザイン1*/
.BoxDeco31{
	margin-left:0px;
	border-left:solid 19px #E2C3A2;
	background-color:#B49879;
}
/*各ボックスデザインの中央左のデザイン2*/
.BoxDeco32{
	margin-left:10px;
	border-left:solid 6px #7A654E;
	background-color:#5C4D3C;
}

/*各ボックスデザインの左下角の画像*/
.BoxDeco4{
	height:15px;
	background-image:url('http://bfile.shinobi.jp/1597/bg_03_06.gif');
	background-repeat:no-repeat;
}
/*各ボックスデザインの右下角の画像*/
.BoxDeco5{
	height:15px;
	background-image:url('http://bfile.shinobi.jp/1597/bg_03_09.gif');
	background-repeat:no-repeat;
	background-position:right;
}
/*プラグインボックスデザインの左上角の画像*/
.BoxDeco6{
	height:15px;
	background-image:url('http://bfile.shinobi.jp/1597/bg_03_12.gif');
	background-repeat:no-repeat;
}
/*プラグインボックスデザインの左下角の画像*/
.BoxDeco7{
	height:15px;
	background-image:url('http://bfile.shinobi.jp/1597/bg_03_13.gif');
	background-repeat:no-repeat;
}
/*各ライン*/
.Line1{
	height:9px;
	background-image:url('http://bfile.shinobi.jp/1597/line_03_01.gif');
	background-color:#AA8D5F;
}
.Line2{
	height:5px;
	background-image:url('http://bfile.shinobi.jp/1597/line_03_02.gif');
}
.Line3{
	height:5px;
	background-image:url('http://bfile.shinobi.jp/1597/line_03_03.gif');
}
.Line4{
	height:5px;
	background-image:url('http://bfile.shinobi.jp/1597/line_03_04.gif');
}
.Line5{
	height:5px;
	background-image:url('http://bfile.shinobi.jp/1597/line_03_05.gif');
}
/*周りこみ解除*/
.clear{
	clear:both;
}
