/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
body{
background-color:#CCCCCC;
font-family:Verdana,'ＭＳ Ｐゴシック',sans-serif;
font-size:12px;
}
/*通常のリンクの設定*/
a:link{
color:#0000FF;
text-decoration:underline;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
color:#0000FF;
text-decoration:underline;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover{
color:#6699CC;
text-decoration:none;
}
/*アクティブ状態のリンクの設定*/
a:active{
color:#6699CC;
text-decoration:none;
}
/*ブログ内検索（NINJATOOLS）*/
.blogsearch{
padding:5px;
}
/*<h1>の設定（ブログタイトル）*/
h1{
font-size:18px;
margin:0px;
padding:0px;
}
/*<h2>の設定（記事タイトル）*/
h2{
font-size:15px;
padding:0px;
margin:0px;
}
/*<h3>の設定（記事本文中の見出し）*/
h3{
font-size:14px;
padding:0px;
margin:0px;
}
/**************************************************************************************
ブログ全体の部分
**************************************************************************************/
/*全体の設定*/
#Frame{
width:840px;
margin:0 auto;
}
/**************************************************************************************
トップブロックの設定
**************************************************************************************/
/*一番上のブロックの設定（タイトルが書かれる場所）*/
#TopBlock{
border-top:solid 5px #999999;
border-left:solid 5px #999999;
border-right:solid 5px #666666;
border-bottom:solid 5px #666666;
background-color:#FFFFFF;
}
/*ブログタイトル部分の設定*/
.TopTitle{
background-image:url('http://bfile.shinobi.jp/4585/d89f83c2png');
background-position:left top;
padding:10px;
}
/*ブログタイトル文字の設定*/
.TopTitleFont{
}
/*ブログタイトルの下に来るブログの説明文*/
.TopExplanation{
padding:10px 50px;
}
/**************************************************************************************
中央左側ブロックの設定（左プラグインと記事）
**************************************************************************************/
/*中央左側ブロックの設定*/
#CenterBlockLeft{
width:665px;
float:left;
}
/**************************************************************************************
  記事ブロック全体のデザイン
**************************************************************************************/
/*中央記事ブロック全体の設定*/
#EntryBlock{
width:480px;
background-color:#ffffff;
border-top:solid 5px #999999;
border-left:solid 5px #999999;
border-right:solid 5px #666666;
border-bottom:solid 5px #666666;
float:right;
margin:5px 0px;
}
/*次の記事やHOMEへのリンクが表示される部分*/
.PageLinkBlock{
text-align:center;
margin:5px;
}
/**************************************************************************************
記事繰り返し処理部分の設定
**************************************************************************************/
/*記事タイトル部分の設定*/
.EntryTitle{
background-image:url('http://bfile.shinobi.jp/4585/5e6425acpng');
background-position:left top;
padding:5px;
}
/*各記事タイトルの文字設定*/
.EntryTitleFont{
}
/*記事を投稿した日付部分の設定*/
.EntryWriteDate{
text-align:right;
margin:5px;
}
/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox{
}
/*記事本文が記載される部分の設定*/
.EntryText{
padding:5px;
}
/*追記文が記載される部分の設定*/
.EntryPsText{
padding:5px;
border-top:dashed 1px #cccccc;
}
/*記事下のリンク部分の設定（カテゴリー、コメント、トラックバック）*/
.EntryFooter{
text-align:right;
}
/*記事のカテゴリー名が記載されている部分*/
.EntryCategory{
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment{
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback{
}
/**************************************************************************************
コメント部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
}
/*コメントメニューのタイトルの設定（”この記事にコメントする”と書かれてる部分）*/
.CommentMenuTitle{
background-color:#cccccc;
padding-left:5px;
margin-top:5px;
border-top:solid 5px #999999;
border-bottom:solid 5px #999999;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
margin:5px 0;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
margin:0px auto;
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
padding-top:5px;
text-align:right;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding-top:5px;
text-align:left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
text-align:right;
}
/*コメント表示部分の設定（タイトル、コメント、コメント情報の全て）*/
.CommentTextBox{
width:470px;
margin:0px auto;
border-top:solid 2px #999999;
border-left:solid 2px #999999;
border-right:solid 2px #666666;
border-bottom:solid 2px #666666;


}
/*コメントのタイトル部分の設定*/
.CommentTitle{
background-color:#cccccc;
padding-left:5px;
}
/*コメントタイトル文字の設定*/
.CommentTitleFont{
font-weight:bold;
font-size:15px;
}
/*コメント部分*/
.CommentText{
padding:5px;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
text-align:right;
padding:5px;
}
/*-------------------------------------------------------
  管理者返信部分
-------------------------------------------------------*/
/*管理者送信部分全体の設定*/
.CommentResBlock {
width:460px;
margin:5px auto;
border:solid 1px #999999;
}
/*管理者送信コメントのタイトル*/
.CommentResTitle {
padding-left:5px;
}
/*管理者送信コメントのタイトルの文字設定*/
.CommentResTitleFont{
font-weight:bold;
font-size:15px;
}
/*管理者送信コメントの本文*/
.CommentResText {
padding:5px;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentResFooter {
text-align:right;
border-top:dotted 1px #999999;
}
/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
}
/*トラックバックメニュータイトルの部分*/
.TrackbackMenuTitle{
background-color:#cccccc;
padding-left:5px;
border-top:solid 5px #999999;
border-bottom:solid 5px #999999;
}
/*”この記事にトラックバックする”と書かれた部分の設定*/
.TrackbackURLTitle{
padding:5px;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
#TrackbackURL{
width:300px;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
width:470px;
margin:0 auto;
border-top:solid 2px #999999;
border-left:solid 2px #999999;
border-right:solid 2px #666666;
border-bottom:solid 2px #666666;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
background-color:#cccccc;
padding-left:5px;
}
/*トラックバックタイトルの文字設定*/
.TrackbackTitleFont{
font-weight:bold;
font-size:15px;
}
/*トラックバックの記事部分*/
.TrackbackText{
padding:5px;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
text-align:right;
padding:5px;
}
/**************************************************************************************
  コメント編集部分の設定
**************************************************************************************/
/*コメント編集部分全体の設定*/
.CommentEdit{
width:480px;
background-color:#ffffff;
border-top:solid 5px #999999;
border-left:solid 5px #999999;
border-right:solid 5px #666666;
border-bottom:solid 5px #666666;
float:right;
margin-top:5px;
}
/*コメントのタイトル部分の設定*/
.CommentEditTitle{
background-color:#cccccc;
padding-left:5px;
border-top:solid 5px #999999;
border-bottom:solid 5px #999999;
}
/*inputタグやtextareaの設定*/
.CommentForms{
}
/**************************************************************************************
左プラグインブロックの設定
**************************************************************************************/
/*左のプラグイン表示箇所全体の設定*/
#PluginBlockLeft{
width:160px;
background-color:#ffffff;
border-top:solid 5px #999999;
border-left:solid 5px #999999;
border-right:solid 5px #666666;
border-bottom:solid 5px #666666;
float:left;
margin:5px 0;
}
/**************************************************************************************
右プラグインブロックの設定
**************************************************************************************/
/*左のプラグイン表示箇所全体の設定*/
#PluginBlockRight{
width:160px;
background-color:#ffffff;
border-top:solid 5px #999999;
border-left:solid 5px #999999;
border-right:solid 5px #666666;
border-bottom:solid 5px #666666;
float:right;
margin:5px 0;
}
/**************************************************************************************
各プラグイン共通の設定
**************************************************************************************/
/*プラグイン表示箇所の背景や余白設定*/
.PluginBlock{
padding-bottom:40px;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle{
background-color:#cccccc;
background-image:url('http://bfile.shinobi.jp/4585/84d4f9c3png');
background-position:left top;
padding:5px;
}
/*プラグインのタイトル文字の設定*/
.PluginTitleFont{
color:#FF6633;
font-weight:bold;
font-size:15px;
}
/*プラグインの説明部分の設定*/
.PluginExplanation{
}
/*プラグインが表示される場所の設定*/
.PluginContents{
}
/*各プラグイン処理内の基本デザイン*/
.plugin_data{
padding:5px;
border-bottom:dashed 1px #cccccc;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.plugin_data_date{
text-align:right;
padding:5px;
}
/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロックの設定（著作権が表示される場所）*/
#FooterBlockCp{
background-color:#ffffff;
width:830px;
font-size:10px;
text-align:center;
border-top:solid 5px #999999;
border-left:solid 5px #999999;
border-right:solid 5px #666666;
border-bottom:solid 5px #666666;
clear:both;
margin-top:5px;
}
/*一番下のブロックの設定（CMが表示される場所）*/
#FooterBlockCm{
font-size:10px;
text-align:center;
margin:5px;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
width:80%;
margin:0 auto;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:80%;
margin:0 auto;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun{
text-align:center;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
text-align:center;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
text-align:center;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
}