/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
body {
margin: 0;
padding: 0;
color: #8a8c87;
font-size: 75%;
font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Arial,'MS UI Gothic',sans-serif;
line-height: 1.5;
background-color: #f2f7e3;
background-image: url(http://bfile.shinobi.jp/6373/bg_001.gif);
text-align: center;
}
/*フォーム*/
textarea,input{
color: #8a8c87;
font-size: 100%;
font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Arial,'MS UI Gothic',sans-serif;
background-color: #f2f7e3;
border: 1px solid #dae1bb;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
/*テーブル*/
table{
font-size: 100%;
border-collapse: collapse;
empty-cells: show;
}
th,td{
padding: 3px;
border: 1px solid #dae1bb;
}
/*通常のリンクの設定*/
a:link {
color: #a7c97d;
text-decoration: none;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
color: #bcd18e;
text-decoration: none;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
color: #d3e5a7;
text-decoration: none;
}
/*アクティブ状態のリンクの設定*/
a:active {
color: #e7efb6;
text-decoration: none;
}
/*全体の設定*/
#mainBlock {
margin: 0 auto;
width: 800px;
background-color: #fff;
border-right: 1px solid #dae1bb;
border-left: 1px solid #dae1bb;
text-align: left;
overflow: hidden;
}
/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}
/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
height: 350px;
background-color: #fff;
background-image: url(http://bfile.shinobi.jp/6373/006_001.jpg);
background-position: 100% 50%;
background-repeat: no-repeat;
border-bottom: 1px solid #dae1bb;
text-align: center;
overflow: hidden;
}
/*ページタイトル文字部分の設定*/
#TopTitle {
padding: 280px 0 0 0;
font-size: 150%;
font-weight: bold;
}
/*ページタイトル文字色の設定*/
.TopTitleFont {
color: #8a8c87;
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
font-size: 90%;
}
/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
padding: 10px 0;
font-size: 90%;
background-color: #e8f3c6;
border-top: 1px solid #dae1bb;
text-align: center;
clear: both;
}
#FooterBlock a{
color: #8a8c87;
}
/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
padding: 10px 0 0 10px;
width: 220px;
float: left;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
margin: 0 0 10px 0;
overflow: hidden;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
margin: 0 0 10px 0;
padding: 5px;
font-weight: bold;
background-color: #e8f3c6;
border: 1px solid #dae1bb;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
font-size: 90%;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
}
/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
padding: 10px 10px 0 0;
width: 550px;
float: right;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
margin: 0 0 20px 0;
padding: 5px;
border: 1px solid #dae1bb;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
overflow: hidden;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
margin: 0 0 10px 0;
padding: 0 0 5px 0;
font-size: 120%;
font-weight:bold;
border-bottom: 5px solid #d3e4be;
}
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
color: #a7c97d;
}
/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
}
/*記事本文が記載される部分*/
.EntryText {
}
/*追記文書が記載される部分*/
.EntryPsText {
padding: 20px;
text-align: right;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
margin: 10px 0 0 0;
font-size: 90%;
text-align: right;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
margin-left: 5px;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin-left: 5px;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
margin-left: 5px;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
margin-left: 5px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
padding: 0 0 20px 0;
font-size: 90%;
text-align: center;
}
/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
margin: 0 0 10px 0;
color: #d3e4be;
font-size: 120%;
font-weight: bold;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
margin: 0 0 20px 0;
}
/*コメントのタイトル部分*/
.CommentTitle{
margin: 0 0 10px 0;
padding: 0 0 5px 0;
color: #a7c97d;
font-size: 120%;
font-weight: bold;
border-bottom:1px solid #dae1bb;
}
/*コメント部分*/
.CommentText{
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
margin: 10px 0 0 0;
font-size: 90%;
text-align: right;
}
/*投稿者名の部分*/
.CommentUserName{
margin-left: 5px;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin-left: 5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-left: 5px;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin-left: 5px;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
margin: 0 0 20px 0;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
}
/*inputタグやtextareaの設定*/
.CommentForms{
}
/*編集部分*/
.EditBlock{
padding: 20px 0 20px 20px;
}
/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
margin: 0 0 10px 0;
color: #d3e4be;
font-size: 120%;
font-weight: bold;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
margin: 0 0 20px 0;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
margin: 0 0 10px 0;
padding: 0 0 5px 0;
color: #a7c97d;
font-size: 120%;
font-weight: bold;
border-bottom:1px solid #dae1bb;
}
/*トラックバックの記事部分*/
.TrackbackText{
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
margin: 10px 0 0 0;
font-size: 90%;
text-align:right;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
margin-left: 5px;
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
margin-left: 5px;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
margin-left: 5px;
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
margin: 0 0 20px 0;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
.TrackbackURL{
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
padding: 2px 0;
border-bottom: 1px dotted #dae1bb;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
padding: 2px 0;
font-size: 90%;
border-bottom: 1px dotted #dae1bb;
text-align: right;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
margin: 0 0 5px 0;
width: 80%;
font-size: 90%;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
text-align: center;
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
text-align: center;
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
text-align: center;
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
text-align: center;
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width: 80%;
font-size: 90%;
text-align: center;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
}
.CommentResBox {
margin: 0 0 20px 0;
}
.CommentResTitle {
margin: 0 0 10px 0;
padding: 0 0 5px 0;
color: #a7c97d;
font-size: 120%;
font-weight: bold;
border-bottom:1px solid #dae1bb;
}
.CommentResText {
}
.CommentResFooter {
margin: 10px 0 0 0;
font-size: 90%;
text-align: right;
}