/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
body     {
  color:#CCFFFF;
  font-family:ＭＳ ゴシック;
  background: #050d58 url("http://bfile.shinobi.jp/3782/db_body_bg.jpg") no-repeat fixed left 0;
  text-align: center;
  margin: 0 0 0;
  padding: 0;
  scrollbar-base-color: #050d58;
  scrollbar-arrow-color: #ffffff; 
}
/*<td>の全ての設定*/
td {
  text-align:center;
}
/*table全ての設定*/
table{
  border-collapse: collapse;
}
/*通常のリンクの設定*/
a:link   { 
 color: #c0c0c0;
  text-decoration: none;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited  {
  color: #66cccc;
  text-decoration: none;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover   {
  background-color: #88ff88;
  text-decoration: none;
}
/*アクティブ状態のリンクの設定*/
a:active   {
  color: #993333;
  background-color: #88ff88;
  text-decoration: none;
}
/*全体の設定*/
#mainBlock    {
  margin-right: auto;
  margin-left: auto;
  width: 850px;
}
/*テキスト左寄せ*/
.left {
  text-align:left;
}
/*テキスト中央寄せ*/
.center {
  text-align:center;
}
/*テキスト右寄せ*/
.right {
  text-align:right;
}
/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock      {
  text-align: left;
  width: 770px;
  height: 180px;
  filter: alpha(style=0, opacity=70);
}
/*ページタイトル文字部分の設定*/
#TopTitle    {
  text-align: left;
  margin-top: 40px;
  padding: 20px;
  background-color: #111111;
  width :440px;
}
#TopTitle a  {
  text-decoration: none;
}
/*ページタイトル文字色の設定*/
.TopTitleFont    {
  font-size: large;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.25em;
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation     {
  color: #c0c0c0;
  font-size: 11px;
  margin-left: 15px;
  background-color: #111111;
  width :440px;
  filter: alpha(style=0, opacity=70);
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock     {
  font-size: 12px;
  text-align: center;
  margin: 0;
  padding: 8px 0 20px;
  clear: both;
  border-top: 3px double #c0c0c0;
}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock      {
  font-size: 12px;
  text-align: left;
  margin-bottom: 4px;
  width: 180px;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock     {
  margin-bottom: 6px;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle     {
  font-size: 12px;
  font-weight: bold;
  padding-top: 2px;
  border-top: 1px solid #69c;
  background-color: #111111;
  color: #8888cc;
  line-height: 150%;
}
/*プラグインの説明部分の設定*/
.PluginExplanation   {
  font-size: 10px;
  line-height: 1.2em;
}
/*プラグインが表示される場所の設定*/
.PluginContents   { }
/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock       {
  text-align: left;
  margin-bottom: 10px;
  padding-left: 4px;
  width: 475px;
  float: left;
  filter: alpha(style=0, opacity=70);
}
#EntryBlock a   { }
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock       {
  text-align: left;
}
/*各記事タイトル部分の設定*/
.EntryTitle      {
  background-image: url("http://bfile.shinobi.jp/3782/db_entry_bg.png");
  margin-bottom: 2px;
  padding: 2px 2px 2px 10px;
  border-bottom: 1px solid #036;
  font-family: HG丸ｺﾞｼｯｸM-PRO;
}
.EntryTitle:first-letter      {
  font-size: 155%;
  color: #dddddd;
  background-color: #bb4444;
}
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont    {
  font-size: 14px;
  font-weight: bold;
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox       {
  background-image: url("http://bfile.shinobi.jp/3782/db_entry_bg.png");
  padding: 20px;
}
/*記事本文が記載される部分*/
.EntryText    {
  font-size: 12px;
  line-height: 1.2;
  color: #000088;
  background-color: #DDDDFF;
  padding: 5px 10px;
}
/*追記文書が記載される部分*/
.EntryPsText    {
  font-size: 12px;
  line-height: 1.2;
  background-image: url("http://bfile.shinobi.jp/3782/db_entry_bg.png");
  text-align: right;
  padding: 5px 10px;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter       {
  background-image: url("http://bfile.shinobi.jp/3782/db_entry_bg.png");
  text-align: right;
  margin-bottom: 2px;
  padding: 2px 20px;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName  {
  font-size: 12px;
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate  {
  font-size: 12px;
  margin-left: 5px;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory  {
  font-size: 12px;
  margin-left: 5px;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment  {
  font-size: 12px;
  margin-left: 5px;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback  {
  font-size: 12px;
  margin-left: 5px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock {
  font-size: 12px;
  text-align: center;
  padding: 10px;
}
/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock    {
  font-size: 12px;
  background-image: url("http://bfile.shinobi.jp/3782/db_entry_bg.png");
  padding: 20px;
}
.CommentAREA    {
  margin-bottom: 4px;
  border-top: 1px solid #004080;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle {
  text-align: left;
  margin: 0;
  padding: 0;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox {
  padding: 8px;
}
/*コメントのタイトル部分*/
.CommentTitle  {
  font-weight: bold;
  text-align: left;
  margin-bottom: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #036;
}
/*コメント部分*/
.CommentText {
  margin-left: 1em;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter {
  text-align: right;
  margin-top: 1em;
}
/*投稿者名の部分*/
.CommentUserName {
  margin-left: 1em;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL {
  margin-left: 1em;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate {
  margin-left: 1em;
}
/*コメント編集へのリンク部分*/
.CommentEdit {
  margin-left: 1em;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock   {
  margin: 0;
  padding: 4px;
}
.CommentFormBlock form {
  margin: 0;
  padding: 0;
}
/*コメントフォーム用テーブル*/
.CommentFormTable   {
  font-size: 12px;
}
/*コメントフォームTHタグ設定*/
.CommentFormTh {
  text-align: right;
  padding: 2px;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd {
  text-align: left;
  padding: 2px;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit {
  text-align: right;
}
/*inputタグやtextareaの設定*/
.CommentForms     {
  color: #c0c0c0;
  font-size: 12px;
  background-image: url("http://bfile.shinobi.jp/3782/db_entry_bg.png");
  border: solid 1px #004080;
}
/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock {
  font-size: 12px;
  padding: 8px;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
  text-align: left;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.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{
  text-align: left;
  font-size: 12px;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
.TrackbackURL{
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data   {
  font-size: 12px;
  text-align: left;
  padding-left: 0.5em;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date  {
  font-size: 10px;
  text-align: right;
  padding-right: 4px;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable    {
  font-size: 12px;
  padding: 2px;
  width: 160px;
  border: solid 1px #004080;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable    {
  font-size: 12px;
  padding: 2px;
  width: 160px;
  border-right: 1px solid #004080;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr   {
  border-bottom: 1px solid #004080;
  border-left: 1px solid #004080;
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun   {
  border-bottom: 1px solid #004080;
  border-left: 1px solid #004080;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday   {
  border-bottom: 1px solid #004080;
  border-left: 1px solid #004080;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat   {
  border-bottom: 1px solid #004080;
  border-left: 1px solid #004080;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr   {
  border-bottom: 1px solid #004080;
  border-left: 1px solid #004080;
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun   {
  border-bottom: 1px solid #004080;
  border-left: 1px solid #004080;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat   {
  border-bottom: 1px solid #004080;
  border-left: 1px solid #004080;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd   {
  border-bottom: 1px solid #004080;
  border-left: 1px solid #004080;
}
/*記事が存在する場所の設定*/
.CalendarTdLink   {
  background-color: #004890;
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont  {
  color: #b0cfeb;
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock  {
  padding: 8px;
}

.CommentResBox   {
  margin-left: 1em;
  padding: 8px;
  border-top: 1px solid #036;
}

.CommentResTitle   {
  font-weight: bold;
  margin-bottom: 4px;
  padding-bottom: 4px;
  border-bottom: 1px dotted #036;
}

.CommentResText  { }

.CommentResFooter  {
  font-size: 10px;
  text-align: right;
  margin-top: 8px;
}
/*-------------------------------------------------------
 追加スタイル 
-------------------------------------------------------*/
.susume_Sign {
  padding-bottom: 4px;
}
.susume_Sign a {
  color: #000;
}
.EntryText span {
  line-height: 1.3em;
}
.EntryText embed  {
  position: relative;
}

/*--プラグインエリアコントロール--*/
/*--左背景ナシ--*/
//.plb_left { float: left;}
/*--左背景アリ--*/
.plb_left {
  background-image: url("http://bfile.shinobi.jp/3782/db_entry_bg.png");
  float: left;
  filter: alpha(style=0, opacity=70);
}
.plb_right {
  background-image: url("http://bfile.shinobi.jp/3782/db_entry_bg.png");
  float: right;
  filter: alpha(style=0, opacity=70);
}