<html> 
<head> 
<meta name="verify-v1" content="5Iml0Y75g5Ljjb22xIhtgQk+PmBsV/gmEql4Cb+UY5w=" >
/* ---------------------------------------------
soliddays-blue3column-1
By SOLID DAYS
http://andornot.blog.shinobi.jp/
--------------------------------------------- */
/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
body {
font-size:16px;
color: #000000;
background-color:#e2f8fe;
text-align: center;
font-weight:normal;
}
/*<td>の全ての設定*/
td {
text-align: center;
}
/*table全ての設定*/
table{
border-collapse: collapse;
}

/*通常のリンクの設定*/
a {
color: #0038cc;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
color: #005c99;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover{
color:#FF0000;
text-decoration:underline;
}
/*アクティブ状態のリンクの設定*/
a:active {
color:#FF0000;
text-decoration:underline;
}

/*全体の設定*/
#mainBlock {
width: 980px;
}
/*テキスト左寄せ*/
.left {
text-align: left;
}
/*テキスト中央寄せ*/
.center {
text-align: center;
}
/*テキスト右寄せ*/
.right {
text-align: right;
}

/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*トップブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
width: 980px;
height: 140px;
text-align: left;
background-image: url('http://bfile.shinobi.jp/4989/e3c62c49.jpg');
background-repeat: no-repeat;
background-color: #ffffff;
border: solid 1px #dcf7fe;
}
/*ページタイトル文字部分の設定*/
#TopTitle {
padding: 10px 0px 0px 20px;
font-size:32px;
font-weight:bold;
}
/*ページタイトル文字色の設定*/
.TopTitleFont {
color: #000000;
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation  {
font-size: 12px;
margin-top: 10px;
margin-right: 4px;
margin-left: 20px;
padding: 4px 0 10px;
}
/*トップブロック下（タイトルが書かれる場所の下）の設定*/
#TopBlock2 {
width: 980px;
height: 5px;
}
/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
font-size: 12px;
text-align: center;
margin: 0;
padding: 8px 0 0;
clear: both;
border-top: 3px double #b4afa7;
}
/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*右側のプラグインの設定*/
.PluginBlockright {
width: 205px;
text-align: right;
float: right;
line-height: 110%;
}
/*左側のプラグインの設定*/
.PluginBlockleft {
width: 205px;
text-align: left;
float: left;
line-height: 110%;
}

/*右プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock{
background-color: #ffffff;
background-image: url('http://bfile.shinobi.jp/4989/67e6bfa0.png');
background-repeat: no-repeat;
margin-bottom: 4px;
padding-bottom: 4px;
border: solid 1px #dcf7fe;
}
/*左プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock2{
background-color: #ffffff;
background-image: url('http://bfile.shinobi.jp/4989/67e6bfa0.png');
background-repeat: no-repeat;
margin-bottom: 4px;
padding-bottom: 4px;
border: solid 1px #dcf7fe;
}

/*右プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
color:#FFFFFF;
font-size:16px;
font-weight:bold;
margin: 4px;
}
/*左プラグインのタイトル（名称）部分の設定*/
.PluginTitle2  {
color:#FFFFFF;
font-size: 12px;
font-weight: bold;
margin: 4px;
}

/*プラグインの説明部分の設定*/
.PluginExplanation {
font-size: 10px;
line-height: 1.2;
padding: 0 4px
}
/*プラグインが表示される場所の設定*/
.PluginContents {
text-align: center;
font-size:14px;
}

/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
text-align: left;
width: 560px;
float: left;
margin-left: 8px;
overflow: hidden;
}
/*記事内リンク色の設定*/
#EntryBlock a {
color: #4a4744
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock  {
background-color: #fff;
background-image: url('http://bfile.shinobi.jp/4989/gradien.PNG');
background-repeat: no-repeat;
text-align: left;
margin-right: 8px;
margin-bottom: 10px;
padding-bottom: 4px;
border: solid 1px #dcf7fe
}
/*各記事タイトル部分の設定*/
.EntryTitle   {
padding: 8px 4px 4px 8px ;
margin: 5px 5px;
font-size:16px;
font-weight:bold;
}
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont  {
font-size: 13px;
font-weight: bold ;
}
/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox   {
}
/*記事本文が記載される部分*/
.EntryText  {
font-size: 12px;
line-height: 1.3em;
margin-right: 8px;
margin-left: 8px;
padding-top: 8px;
padding-bottom: 8px;
padding-left: 1em; 
color:#000000;
}
/*追記文書が記載される部分*/
.EntryPsText  {
font-size: 12px;
text-align: right;
padding: 20px
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter   {
text-align: right;
padding: 4px 
color:#330099;
border-style:none;

border-color:#FF0000;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName  {
font-size: 12px
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate  {
font-size: 12px;
margin-left: 3px
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory  {
font-size: 12px;
margin-left: 3px
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment  {
font-size: 12px;
margin-left: 3px
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback  {
font-size: 12px;
margin-left: 3px
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock {
font-size: 12px;
text-align: center;
padding: 10px
}
/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock { font-size: 12px; background-color: #ffffff; margin-right: 8px; padding: 8px; border: solid 1px #dcf7fe }
.CommentAREA  { background-color: #fff; margin: 8px; padding: 4px; border: solid 1px #dcf7fe }
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
text-align: left;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox { padding: 8px }
/*コメントのタイトル部分*/
.CommentTitle { font-weight: bold; text-align: left; margin-bottom: 4px; padding-bottom: 4px; border-bottom: 1px dotted #cfc9c0 }
/*コメント部分*/
.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  { background-color: #fff; margin: 8px; padding: 4px; border: solid 1px #cfc9c0 }
.CommentFormBlock form { margin: 0; padding: 0 }
/*コメントフォーム用テーブル*/
.CommentFormTable { font-size: 12px; width: 500px }
/*コメントフォームTHタグ設定*/
.CommentFormTh { text-align: right; padding: 2px }
/*コメントフォームTDタグ設定*/
.CommentFormTd { text-align: left; padding: 2px }
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit { text-align: right }
/*inputタグやtextareaの設定*/
.CommentForms  { margin: 5px 0px; }
/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.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  { text-align: left; padding: 4px 4px 4px 1em }
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date  { font-size: 10px; text-align: right; padding-right: 4px }
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable  { font-size: 12px; padding: 2px; width: 200px; border: solid 1px #cfc9c0 }
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable  { font-size: 12px; padding: 2px; width: 200px; border-right: 1px solid #cfc9c0 }
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr  { border-bottom: 1px solid #cfc9c0; border-left: 1px solid #cfc9c0 }
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun  { border-bottom: 1px solid #cfc9c0; border-left: 1px solid #cfc9c0 }
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday  { border-bottom: 1px solid #cfc9c0; border-left: 1px solid #cfc9c0 }
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat  { border-bottom: 1px solid #cfc9c0; border-left: 1px solid #cfc9c0 }
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr  { border-bottom: 1px solid #cfc9c0; border-left: 1px solid #cfc9c0 }
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun  { border-bottom: 1px solid #cfc9c0; border-left: 1px solid #cfc9c0 }
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat  { border-bottom: 1px solid #cfc9c0; border-left: 1px solid #cfc9c0 }
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd  { border-bottom: 1px solid #cfc9c0; border-left: 1px solid #cfc9c0 }
/*記事が存在する場所の設定*/
.CalendarTdLink  { background-color:#ece6db;
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock  { padding: 8px }

.CommentResBox  { margin-left: 1em; padding: 8px; border: solid 1px #cfc9c0 }

.CommentResTitle  { font-weight: bold; margin-bottom: 4px; padding-bottom: 4px; border-bottom: 1px dotted #cfc9c0 }

.CommentResText  { }

.CommentResFooter  { font-size: 10px; text-align: right; margin-top: 8px }

/*-------------------------------------------------------
 追加スタイル 
-------------------------------------------------------*/
