/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
body {
background:#000000;
font-family:'MS UI Gothic',sans-serif;
font-size:100%;
color:#FFFFFF;
font-weight:normal;
text-align:center;
word-wrap: break-word;
}
/*<td>の全ての設定*/
td {
text-align:center;
}
/*table全ての設定*/
table{
font-size:100%;
border-collapse: collapse;
width:90%;
}
/*通常のリンクの設定*/
a:link {
color:#005500;
text-decoration:none;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
color:#660066;
text-decoration:none;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
text-decoration:underline;
}
/*アクティブ状態のリンクの設定*/
a:active {
color:#660066;
text-decoration:underline;
}

/*サイド＋メインブロック全体に関する設定*/
#all{
width:800px;
margin: 0px auto; 
text-align:center;
} 
/**************************************************************************************/

/*メインカラム全体の設定*/
#mainBlock {
width: 550px;
float: right;
text-align: center;
background:#000000;
overflow-x : auto;
}
/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}
/*引用部*/
blockquote {
background:#000000;
border:1px solid #333333;
padding:10px;
margin:0;
width:auto;
}
/*本文用文字装飾*/
.mojimida {color:#9F7B5F; font-weight:bold;}
.mojihon {color:#7F342A; font-weight:bold;}
/*サイド・フリーエリア用装飾*/
.Freetext{font-family:'MS ゴシック',sans-serif; font-size:77%; font-weight:normal; text-align:left; color:#826248;}
.Medialist {color:#826248; padding:5px 0px 5px 0px;}
.Mediamenu {
width:80%; 
border-top:1px solid;
border-bottom:1px solid;
color:#826248;
padding:5px 0px 3px 0px;
}

/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
height:200px;
background:#000000;
margin:0 0 0 20px;
line-height:1.1;
}
/*ページタイトル文字部分の設定*/
#TopTitle {
padding: 10px 0px 0px 5px;
text-align:left;
}
/*ページタイトル文字色の設定*/
.TopTitleFont {
font-family:'Impact',sans-serif;
font-size:182%;
color:#7F342A;
font-weight:normal;
text-decoration: underline;
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
padding: 2px 0px 15px 8px;
color:#9F7B5F;
font-size:93%;
font-weight:normal;
text-decoration: none;
text-align:left;
}
/**************************************************************************************
  ページリンク用デザイン
**************************************************************************************/
.page_navi{
background:#000000;
text-align:center;
padding:5px 0px 10px 0px;
color:#666666;
font-size:93%;
font-weight:bold;
line-height:1.2;
}
.page_navi a:link {
text-decoration:none;
font-weight:normal;
}
.page_navi a:visited{
color:#660066;
text-decoration:none;
font-weight:normal;
}
.page_navi a:hover {
text-decoration:underline;
color:#999999;
}
.page_navi a:active {
color:#660066;
text-decoration:underline;
font-weight:normal;
}
.kugiri {
text-decoration:none;
font-weight:normal;
}
/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
background:#000000;
margin:0 0 0 20px;
border:0;
text-align:center;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
background-color:#000000;
padding:0;
border:0;
}
/*記事を投稿した日が記載されている部分*/
.EntryHour {
padding:5px 0px 0px 0px;
background:#18300d;
border-top: 0;
border-right: 1px solid  #666666;
border-bottom: 1px solid  #666666;
border-left: 0;
text-align:right;
}
.EntryWriteDate {
font-family:'Georgia',sans-serif;
color:#666666;
font-size:123.1%;
font-weight:bold;
letter-spacing: 0;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
padding: 5px 8px 1px 8px;
text-align: left;
background-color:#000000;
}
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
color:#277227;
font-size:116%;
font-weight:bold;
line-height:1.2;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCat {
padding:1px 8px 1px 8px;
text-align: right;
background-color:#000000;
line-height:1.0;
}
.EntryCategory {
font-size:85%;
color:#005500;
}
/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
margin: 0;
background:#000000;
}
/*記事本文が記載される部分*/
.EntryText {
padding: 5px 10px 5px 10px;
color:#666666;
font-size:93%;
text-align: left;
line-height:1.5;
}
/*追記文書が記載される部分*/
.EntryPsText {
padding: 0px 10px 5px 10px;
color:#666666;
font-size:93%;
text-align: left;
line-height:1.5;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
background:#000000;
padding:5px 10px 20px 10px;
border-top:1px dashed #666666;
text-align:right;
color:#666666;
font-size:77%;
}
.EntryFooter a:link {
color:#005500;
text-decoration:none;
}
.EntryFooter a:visited{
color:#005500;
text-decoration:none;
}
.EntryFooter a:hover {
color:#005500;
text-decoration:underline;
}
.EntryFooter a:active {
color:#660066;
text-decoration:underline;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
}
/*今開いている記事へのリンクが記載されている部分*/
.EntryUrlLink {
}
/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
padding:20px 20px 20px 3px;
background:#000000;
text-align:center;
line-height:1.2;
font-size:85%;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
margin:5px 110px 0px 0px; 
padding:5px;
background:#000000;
color:#666666;
font-weight:normal;
border-top:1px solid #666666;
border-bottom:1px solid #666666;
text-align:left;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
padding-top:5px;
padding-right:0px;
padding-bottom:0px;
padding-left:10px;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
background:#000000;
color:#666666;
text-align:left;
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
text-align:left;
padding-top:2px;
padding-right:0px;
padding-bottom:1px;
padding-left:0px;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
text-align:left;
padding-top:2px;
padding-right:0px;
padding-bottom:1px;
padding-left:0px;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
padding:5px 5px 1px 2px;
text-align:left;
}
/*inputタグやtextareaの設定*/
.CommentForms{
background:#000000;
border:1px solid #333333;
padding:3px;
color:#999999;
text-align:left;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
margin:20px 20px 0px 0px; 
background:#000000;
border:1px solid #333333;
}
/*コメントのタイトル部分*/
.CommentTitle{
margin:10px 15px 10px 15px;
color:#666666;
border-bottom:1px solid #333333;
padding: 5px 10px 5px 10px;
text-align:left;
}
/*コメント部分*/
.CommentText{
padding: 5px 20px 5px 30px;
color:#666666;
text-align:left;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
text-align:right;
color:#666666;
margin: 5px 20px 20px 20px;
border-top:1px dotted #333333;
padding:5px 0px 5px 5px;
}
/*投稿者名の部分*/
.CommentUserName{
margin-left: 5px;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin-left: 5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-left: 5px;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin-left: 0px;
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBox {
margin:10px 20px 1px 30px;
color:#666666;
text-align:left;
}
.CommentResTitle {
border-top:1px solid #333333;
border-bottom:1px solid #333333;
padding: 5px 10px 5px 10px
}
.CommentResText {
padding: 5px 20px 5px 20px;
}
.CommentResFooter {
margin:0px 2px 5px 2px;
text-align:right;
color:#666666;
padding:5px;
border-top:1px dotted #333333;
}
/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
padding:20px 20px 20px 3px;
background:#000000;
text-align:center;
color:#666666;
font-size:85%;
line-height:1.2;
font-weight:normal;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
margin:5px 110px 0px 0px; 
padding:5px;
background:#000000;
border-top:1px solid #666666;
border-bottom:1px solid #666666;
text-align:left;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
margin:10px 20px 0px 0px;
border:1px solid #333333;
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
text-align: left;
padding:10px 10px 1px 10px;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
.TrackbackURL{
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
margin:5px 15px 5px 15px;
color:#666666;
border-bottom:1px solid #333333;
padding: 5px 10px 5px 10px;
text-align:left;
}
/*トラックバックの記事部分*/
.TrackbackText{
padding: 5px 20px 2px 30px;
color:#666666;
text-align:left;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
text-align:right;
color:#666666;
margin: 5px 20px 0px 20px;
border-top:1px dotted #333333;
padding:5px 0px 5px 5px;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
margin-left: 5px;
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
margin-left: 5px;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
margin-left: 5px;
}
/**************************************************************************************
各ブロック下ページトップへのリンク部分用デザイン
**************************************************************************************/
.pagetop_navi{
text-align:right;
margin:0;
padding:2px 20px 0px 2px;
color:#666666;
}
/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
clear:both;
background:#000000;
text-align: left;
color:#333300;
font-weight:normal;
font-size:77%;
line-height:1.1;
}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
width: 250px;
float: right;
background:#000000;
overflow : auto;
text-align:left;
line-height:1.2;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
padding:0;
border:0;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
width:80%;
background:#3c4e16;
font-weight:bold;
color:#000000;
padding:3px 0px 1px 2px;
text-align:left;
font-size:85%;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
background:#515128;
padding:5px 20px 5px 15px;
font-weight:normal;
color:#666666;
text-align:left;
font-size:85%;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
background:#000000;
font-weight:normal;
color:#666666;
text-align:left;
padding: 8px 10px 8px 2px;
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
text-align:left;
font-family:'MS ゴシック',sans-serif;
font-size:80%;
}
.Plugin_data a:link{
color:#515128;
text-decoration:none;
}
.Plugin_data a:visited{
color:#660066;
text-decoration:none;
}
.Plugin_data a:hover{
text-decoration:underline;
}
.Plugin_data a:active{
color:#333300;
text-decoration:underline;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
text-align:right;
}
/**************************************************************************************
  検索フォームプラグイン用デザイン
**************************************************************************************/
.blogsearch {
text-align :left;
}
.box {
border:1px solid #000000;
background: #666633;
padding:0;
margin:0;
color:#000000;
}
.btn {
border:1px solid #666666;
background: #000000;
color:#666666;
padding:0;
margin:0;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー月移動行のデザイン*/
.CalendarMoveTable {
width:70%;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
color:#9F7B5F;
font-weight:bold;
text-align:center;
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
text-align:right;
}
.CalendarPrevTd a:link{
color:#666633;
text-decoration:none;
}
.CalendarPrevTd a:visited{
text-decoration:none;
color:#660066;
}
.CalendarPrevTd a:hover{
text-decoration:underline;
}
.CalendarPrevTd a:active{
color:#660066;
text-decoration:underline;
}

/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
text-align:center;
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
text-align:left;
}
.CalendarNextTd a:link{
color:#666633;
text-decoration:none;
}
.CalendarNextTd a:visited{
text-decoration:none;
color:#660066;
}
.CalendarNextTd a:hover{
text-decoration:underline;
}
.CalendarNextTd a:active{
color:#660066;
text-decoration:underline;
}
/*-------------------------------------------------------
  カレンダーテーブル全体デザイン
-------------------------------------------------------*/
.CalendarTable {
width:70%;
background:#000000;
font-weight:normal;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
text-align:center;
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
color:#7F342A;
padding:5px 1px 1px 1px; 
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
color:#7F342A;
padding:5px 1px 1px 1px; 
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
color:#666600;
padding:5px 1px 1px 1px; 
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
text-align:center;
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
color:#666600;
padding:1px; 
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
color:#666600;
padding:1px;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
color:#666600;
padding:1px; 
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
background-color:#666633;
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
color:#000000;
font-weight:bold;
}
/*コメント編集ページの設定*/
.CommentEditBlock{
margin:0 0 0 30px;
background:#000000;
text-align:center;
font-size:85%;
}
.edit_navi{
background:#000000;
text-align:left;
padding:5px 5px 5px 10px;
color:#666666;
line-height:1.2;
}