/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
body {
scrollbar-face-color: #C5C1A5;
scrollbar-highlight-color: #C5C1A5;
scrollbar-shadow-color: #C5C1A5;
scrollbar-3dlight-color: white;
scrollbar-arrow-color: white;
scrollbar-track-color: #C5C1A5;
scrollbar-darkshadow-color: white;
background-color:#C5C1A5;
margin: 6px 0px 6px 0px;
overflow: auto;
color:#485A69;
font-size:80%;
font-family: Verdana,"ＭＳ Ｐゴシック",Osaka,sans-serif;
line-height:1.4;
text-align: center;
margin-left:auto;
margin-right:auto;
}
/*<td>の全ての設定*/
td {
text-align:left;
}
/*table全ての設定*/
table{
border-collapse: collapse;
font-size:100%;
}
/*通常のリンクの設定*/
a{text-decoration:none;}
a:link{color:white;}

/*過去に見たことがあるページのリンクの設定*/
a:visited{color:white;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {color:white;
text-decoration:underline;
}
/*アクティブ状態のリンクの設定*/
a:active {color:white;
}

/*全体の設定*/
#mainBlock {
width:560px;
text-align: center;
border:2px dashed white;
margin-left:auto;
margin-right:auto;
}
/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}

/*検索ボタンのデザイン*/
.btn{color:#485A69;background-color:#C5C1A5;
border: #485A69 1px solid;width:35px;
}

/*検索フォームのデザイン*/
.box{color:#485A69;background-color:#C5C1A5;
border: #485A69 1px solid;width:130px;}

/*背景色・反転時に使用可能*/
.hanten{color:#C5C1A5;}

/*著作権表示部分のテーブル指定*/
.cop{color:white;font-size:10px;text-align:center;}


/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
width:520px;
height: 140px;
text-align: left;
background-image:url('http://bfile.shinobi.jp/1859/top.gif');
background-repeat: no-repeat;
}
/*ページタイトル文字部分の設定*/
#TopTitle {
padding: 35px 20px 10px 35px;
font-size:13px;
}
/*ページタイトル文字色の設定*/
.TopTitleFont {
color:white;
font-weight:bold;
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
padding: 10px 10px 10px 40px;
color:white;
font-size:10px;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
clear:both;
width:500px;
height: 140px;
text-align: center;
background-image:url('http://bfile.shinobi.jp/1859/footer.gif');
background-repeat: no-repeat;
font-size:10px;
color:black;
padding: 80px 50px 5px 80px;
marigin:0px;
}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
width: 200px;
text-align: left;
float: left;
font-size:80%;
margin-left:3px;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
padding:0px;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
width:200px;
height: 30px;
margin:5px 0px 2px 0px;
padding: 8px 5px 2px 25px;
font-size:100%;
background-image:url('http://bfile.shinobi.jp/1859/plug.gif');
background-repeat: no-repeat;
color:white;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
padding: 2px 5px 2px 5px;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
padding: 2px 5px 2px 5px;
}
/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
width: 330px;
float: right;
text-align: left;
margin-right:3px;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
padding: 0px;
text-align: left;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
text-align: left;
width:320px;
height: 30px;
margin:5px 0px 2px 0px;
padding: 5px 5px 2px 15px;
background-image:url('http://bfile.shinobi.jp/1859/kiji.gif');
background-repeat: no-repeat;
}
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
color:white;
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
margin: 5px 0px;
}
/*記事本文が記載される部分*/
.EntryText {
padding: 10px;
}
/*追記文書が記載される部分*/
.EntryPsText {
padding: 20px;
text-align: right;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
text-align:right;
padding:2px 5px 2px 10px;
border-top:1px dotted white;
border-bottom:1px dotted white;
font-size:80%;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
margin-left: 5px;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin-left: 5px;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
margin-left: 5px;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
margin-left: 5px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
text-align:center;
padding:5px 5px 3px 5px;
font-size:70%;
color:white;
}

/*トップ画像の下に出る他ページへのリンクが表示される部分*/
.PageLinkBlock2{
text-align:center;
padding:2px 5px 3px 5px;
font-size:70%;
color:white;
border-bottom:2px dashed white;
border-top:2px dashed white;
}

/*追記クリック後に出る＋マークの設定*/
.ps{
text-align:center;
color:#485A69;
margin-top:30px;
margin-bottom:30px;
font-weight:bold;
}

/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
padding:10px 0px 0px 0px;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
text-align: center;
margin: 10px 3px 10px 3px;
padding:3px;
border-top:1px solid white;
border-bottom:1px solid white;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
margin: 10px 0px 0px 0px;
border:1px dashed white;
}
/*コメントのタイトル部分*/
.CommentTitle{
text-align: left;
padding:2px 5px 2px 5px;
border-bottom:1px dashed white;
font-weight:bold;
}
/*コメント部分*/
.CommentText{
padding: 10px;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
text-align:right;
padding:5px;
border-top:1px dashed white;
}
/*投稿者名の部分*/
.CommentUserName{
margin-left: 5px;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin-left: 5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-left: 5px;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin-left: 5px;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
margin-bottom:20px;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
padding-top:5px;
text-align:right;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding-top:5px;
text-align:left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
text-align:left;
padding-top:3px;
}
/*inputタグやtextareaの設定*/
.CommentForms{
font-size:100%;
color:#485A69;
border: #485A69 1px solid;
}

/*コメントフォームの送信・リセットボタン設定*/
.combtn{color:#485A69;background-color:white;
border: #485A69 1px solid;width:40px;}

/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
padding:10px;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
text-align: center;
margin: 10px 3px 10px 3px;
padding:3px;
border-top:1px solid white;
border-bottom:1px solid white;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
margin: 5px 0px;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
text-align: left;
}
/*トラックバックの記事部分*/
.TrackbackText{
padding: 10px;
line-height:140%;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
text-align:right;
padding:5px;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
margin-left: 5px;
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
margin-left: 5px;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
margin-left: 5px;
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
font-size: 12px;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
.TrackbackURL{
color:#485A69;
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
text-align:left;
padding:2px;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
text-align:right;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
padding:3px 5px 3px 5px;
width:160px;
align:center;
margin-left:auto;
margin-right:auto;
border-top:1px white dashed;
border-bottom:1px white dashed;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
text-align:center;
margin-left:auto;
margin-right:auto;
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
text-align:center;
margin-left:auto;
margin-right:auto;
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
text-align:center;
margin-left:auto;
margin-right:auto;
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
text-align:center;
margin-left:auto;
margin-right:auto;
}
/*カレンダー表示用テーブル*/
.CalendarTable {
padding:3px 5px 3px 5px;
width:160px;
align:center;
text-align:center;
margin-left:auto;
margin-right:auto;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
text-align:center;
margin-left:auto;
margin-right:auto;}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {text-align:center;
margin-left:auto;
margin-right:auto;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {text-align:center;
margin-left:auto;
margin-right:auto;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
background-color:#485A69;
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
	padding:0px 0px 15px 25px;
}

.CommentResBox {
	border-bottom:dashed 1px white;
	border-left:dashed 1px white;
	border-right:dashed 1px white;
	padding:10px;
}

.CommentResTitle {
	font-size:90%;
	font-weight:700;
	border-bottom:dashed 1px white;
}

.CommentResText {
	padding:10px 0px 0px 10px;
}

.CommentResFooter {
	text-align:right;
	margin:2px 5px 2px 5px;
	border-top:1px dotted white;
}
