/* ---------------------------------------------
soliddays-silver3column-1
By SOLID DAYS
http://andornot.blog.shinobi.jp/
--------------------------------------------- */
/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
body {
font-size: 12px;
font-family: Verdana,Osaka, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", arial, sans-serif,Impact;
color:#555555;
background-color:#000;
background-image:url('http://file.yappaps3.blog.shinobi.jp/obw_back.jpg');
text-align: center;
}
/*<td>の全ての設定*/
td {
text-align: center;
}
/*table全ての設定*/
table{
border-collapse: collapse;
}
/*通常のリンクの設定*/
a {
color: #f30;
text-decoration: none;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
color: #f60;
text-decoration: none;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover{
color: #06f;
border-bottom:1px solid #06c;
}
/*アクティブ状態のリンクの設定*/
a:active {
}

/*全体の設定*/
#mainBlock {
width: 980px;
margin:0 auto;
background-color:#fff;
background-image:url('http://file.yappaps3.blog.shinobi.jp/obw_main.jpg');
overflow: hidden;
}

/*テキスト左寄せ*/
.left {
text-align: left;
}
/*テキスト中央寄せ*/
.center {
text-align: center;
}
/*テキスト右寄せ*/
.right {
text-align: right;
}

/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*トップブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
width: 980px;
height: 400px;
text-align: left;
background-image:url('http://file.yappaps3.blog.shinobi.jp/obw_top.jpg');
background-repeat: no-repeat;
background-position: center top;

}
/*ページタイトル文字部分の設定*/
#TopTitle {
padding: 8px 0px 0px 55px;
font-size: 26px;
font-family:Impact;
font-style:italic;
color:555;
}
/*ページタイトル文字色の設定*/
.TopTitleFont {
font-size: 36px;
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation  {
font-size: 12px;
margin-top: 10px;
padding: 0 0 0px 55px;
}
#TopExplanation2  {
font-size: 16px;
margin-top: 5px;
padding: 10px 18px 0px 0px;
text-align: right;
color: #555;
}
/*トップブロック下（タイトルが書かれる場所の下）の設定*/
#TopBlock2 {
width: 980px;
height: 20px;
}
/*通常のリンクの設定*/
#TopTitle a {
color: #555;
text-decoration: none;
}
/*過去に見たことがあるページのリンクの設定*/
#TopTitle a:visited{
color: #555;
text-decoration: none;
}
/*カーソルが合っている状態のリンクの設定*/
#TopTitle a:hover{
color: #f00;
text-decoration: none;
border-bottom:0px;
}
/*アクティブ状態のリンクの設定*/
#TopTitle a:active {
}
/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
font-size: 14px;
text-align: center;
margin: 0;
padding: 8px 0 0;
clear: both;
background-color:#fff;
width: 980px;
height: 75px;
margin:0 auto;
background-image:url('http://file.yappaps3.blog.shinobi.jp/obw_foot.jpg');
background-repeat: no-repeat;
background-position: center top;
}
/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*中のプラグインの設定*/
.PluginBlockcenter {
width: 380px;
height:180px;
padding: 0px 5px 0px 0px;
text-align: right;
float: right;
line-height: 130%;
}
/*右側のプラグインの設定*/
.PluginBlockright {
width: 210px;
text-align: right;
float: right;
line-height: 130%;
}
/*左側のプラグインの設定*/
.PluginBlockleft {
width: 190px;
text-align: left;
float: left;
line-height: 130%;
}
/*右プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock{
margin-bottom: 4px;
padding-bottom: 4px;
}
/*通常のリンクの設定*/
.PluginInnerBlock a {
color: #68c;
text-decoration: none;
}
/*過去に見たことがあるページのリンクの設定*/
.PluginInnerBlock a:visited{
color: #68c;
text-decoration: none;
}
/*カーソルが合っている状態のリンクの設定*/
.PluginInnerBlock a:hover{
color: #f00;
border-bottom:1px solid #f00;
}
/*アクティブ状態のリンクの設定*/
.PluginInnerBlock a:active {
}
/*左プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock2{
margin-bottom: 4px;
padding-bottom: 4px;
}
/*中プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock3{
margin-bottom: 4px;
padding-bottom: 4px;
}
/*左プラグインのタイトル（名称）部分の設定*/
.PluginTitle  {
font-size:18px;
font-family:Impact;
font-style:italic;
padding: 0px 0px 5px 16px;
border-bottom:1px dotted #555;
color:#555;
text-align: left;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
font-size: 10px;

padding: 5px 22px;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
text-align: center;
padding: 8px 10px;
}
/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
text-align: left;
width: 570px;
float: left;
margin-left: 9px;
margin-bottom: 18px;
overflow: hidden;
}
/*通常のリンクの設定*/
#EntryBlock a {
color: #f30;
font-weight:bold;
text-decoration: none;
}
/*過去に見たことがあるページのリンクの設定*/
#EntryBlock a:visited{
color: #f60;
font-weight:bold;
text-decoration: none;
}
/*カーソルが合っている状態のリンクの設定*/
#EntryBlock a:hover{
color: #06f;
font-weight:bold;
border-bottom:1px solid #06c;
}
/*アクティブ状態のリンクの設定*/
#EntryBlock a:active {
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock  {
background-color: #fff;
background-repeat: no-repeat;
text-align: left;
margin-right: 8px;
margin-bottom: 10px;
padding-bottom: 25px;
}
/*各記事タイトル部分の設定*/
.EntryTitle   {
padding: 10px 0px 10px 8px ;
margin: 6px 6px;
border-top:2px groove #999;
border-bottom:1px dotted #999;
}
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont  {
font-size: 16px;
}
/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox   {
}
/*記事本文が記載される部分*/
.EntryText  {
font-size: 14px;
line-height: 1.3em;
margin-right: 8px;
margin-left: 8px;
padding-top: 8px;
padding-bottom: 8px;
padding-left: 1em; 
}
/*追記文書が記載される部分*/
.EntryPsText  {
font-size: 14px;
text-align: center;
padding: 10px 0px 40px 0px 
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter   {
text-align: right;
padding: 4px 
}
/*記事の投稿者名が記載されている部分*/
.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:#fff;margin:8 auto ; padding: 10px; width:480px; }
.CommentAREA  { background-color: #fff; margin: 8px; padding: 4px; border: solid 1px #555 }
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
text-align: left;
font-weight:bold;
border-bottom:1px dotted #555;
margin-bottom: 4px; 
padding-bottom: 4px; 
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox { padding: 8px }
/*コメントのタイトル部分*/
.CommentTitle { 
font-weight: bold; 
text-align: left; 
margin-bottom: 4px; 
padding-bottom: 4px; 
font-size:12px;
color:#06f;
border-bottom:1px dotted #06f;

}
/*コメント部分*/
.CommentText {
color:#555;
margin: 5px 0px;
line-height:1.5;
 }
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter {
text-align: right;
color:#06f;
font-weight: bold; 
margin-top: 1em }
/*投稿者名の部分*/
.CommentUserName { margin-left: 1em }
/*投稿者のホームページへのリンク部分*/
.CommentURL { margin-left: 1em }
/*投稿された時間が記載されている部分*/
.CommentWriteDate { margin-left: 1em }
/*コメント編集へのリンク部分*/
.CommentEdit { margin-left: 1em }
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock  { background-color: #eee; margin: 5px; padding: 14px; }
.CommentFormBlock form { margin: 0; padding: 0 }
/*コメントフォーム用テーブル*/
.CommentFormTable { font-size: 12px; width: 460px background-color:#eee;}
/*コメントフォームTHタグ設定*/
.CommentFormTh { text-align: right; padding: 2px ;

}
/*コメントフォームTDタグ設定*/
.CommentFormTd { text-align: left; 
padding:5px;}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit { text-align: right }
/*inputタグやtextareaの設定*/
.CommentForms  { font-size: 12px; background-color:#fff; border: inset 1px #cfc9c0 }
/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock { font-size: 12px; padding: 8px ;margin:8 auto ; width:420px; }
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
text-align: left;
font-weight:bold;
border-bottom:1px dotted #555;
margin-bottom: 4px; 
padding-bottom: 4px; 
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.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:10px 30px 10px 50px; width:400px; }

.CommentResBox  { margin-left: 1em; padding: 8px; 
border: dotted 1px #06f }

.CommentResTitle  { font-weight: bold; margin-bottom: 4px; padding-bottom: 4px; color:#06f;
 }

.CommentResText  { line-height:1.5; }

.CommentResFooter  { text-align:right;
	margin:15px 0px 0px 0px;
color:#06f; }

/*-------------------------------------------------------
 追加スタイル 
-------------------------------------------------------*/