/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
body {
margin: 0;
padding: 0;
color: #666;
font-size: 75%;
font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Arial,'MS UI Gothic',sans-serif;
line-height: 1.5;
background-color: #f6f6f6;
text-align: center;
}
/*フォーム*/
textarea,input{
color: #666;
font-size: 100%;
font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Arial,'MS UI Gothic',sans-serif;
background-color: #fff;
border:1px solid #ddd;
-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 #ddd;
}
/*通常のリンクの設定*/
a:link {
color: #39b;
text-decoration: none;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
color: #379;
text-decoration: none;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
color: #8de;
text-decoration: none;
}
/*アクティブ状態のリンクの設定*/
a:active {
color: #ccc;
text-decoration: none;
}
/*全体の設定*/
#mainBlock {
margin: 0 auto;
width: 800px;
background-color: #fff;
border-right: 1px solid #ddd;
border-left: 1px solid #ddd;
text-align: left;
overflow: hidden;
}
/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}
/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
margin: 0 0 20px 0;
padding: 50px 0;
background-color: #fff;
background-image: url(http://bfile.shinobi.jp/6356/001_001.jpg);
background-position: 50% 50%;
background-repeat: repeat-x;
border: 1px solid #ddd;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-align: center;
}
/*ページタイトル文字部分の設定*/
#TopTitle {
font-size: 150%;
font-weight: bold;
}
/*ページタイトル文字色の設定*/
.TopTitleFont {
color: #39b;
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
}
/*透明部分*/
.toumei{
padding: 5px 0;
background-image: url(http://bfile.shinobi.jp/6356/w70.png);
}
/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
padding: 20px 0;
text-align: center;
}
/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
margin: 20px 0 20px 20px;
width: 200px;
float: left;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
margin: 0 0 20px 0;
overflow: hidden;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
margin: 0px 0px 10px 0;
padding: 5px;
font-weight: bold;
background-color: #f6f6f6;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
}
/*プラグインが表示される場所の設定*/
.PluginContents {
}
/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
margin: 20px 0 0 20px;
width: 540px;
float: left;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
margin: 0 0 20px 0;
border: 1px solid #ddd;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
overflow: hidden;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
padding: 5px;
font-weight: bold;
border-bottom: 1px dotted #ddd;
}
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
color: #666;
}
/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
}
/*記事本文が記載される部分*/
.EntryText {
padding: 10px;
}
/*追記文書が記載される部分*/
.EntryPsText {
padding: 20px;
text-align: right;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
padding: 5px;
font-size: 90%;
border-top: 1px dotted #ddd;
text-align: right;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
margin-left: 5px;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin-left: 5px;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
margin-left: 5px;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
margin-left: 5px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
padding: 20px 0;
text-align: center;
}
/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
margin: 0 0 10px 0;
font-weight: bold;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
margin: 0 0 20px 0;
border: 1px solid #ddd;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
/*コメントのタイトル部分*/
.CommentTitle{
padding: 5px;
font-weight: bold;
border-bottom: 1px dotted #ddd;
}
/*コメント部分*/
.CommentText{
padding: 10px;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
padding: 5px;
font-size: 90%;
border-top: 1px dotted #ddd;
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;
font-weight: bold;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
margin: 0 0 20px 0;
border: 1px solid #ddd;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
padding: 5px;
font-weight: bold;
border-bottom: 1px dotted #ddd;
}
/*トラックバックの記事部分*/
.TrackbackText{
padding: 10px;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
padding:5px;
font-size: 90%;
border-top: 1px dotted #ddd;
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: 0 0 3px 0;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
font-size: 90%;
text-align: right;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
margin: 0 0 5px 0;
width: 80%;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
text-align: center;
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
text-align: center;
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
text-align: center;
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
text-align: center;
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width: 80%;
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;
border: 1px solid #ddd;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.CommentResTitle {
padding: 5px;
font-weight: bold;
border-bottom: 1px dotted #ddd;
}
.CommentResText {
padding: 10px;
}
.CommentResFooter {
padding: 5px;
font-size: 90%;
border-top: 1px dotted #ddd;
text-align: right;
}