/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
body {
color:#666666;
font-size:small;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3',osaka,'メイリオ',meiryo,'ＭＳ　Ｐゴシック','ms pgothic',arial,sans-serif;
background-color:#ffffff;
}
/*通常のリンクの設定*/
a:link {
text-decoration:none;
color:#666666;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
text-decoration:none;
color:#666666;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
text-decoration:none;
color:#cc0000;
background:#eeeeee;
}
/*アクティブ状態のリンクの設定*/
a:active {
text-decoration:none;
color:#cc0000;
}
/*<img>の全体設定*/
img {
margin:0;
padding:0;
border:none;
}
/*フォームの設定*/
form{
margin:0;
}
#pass{
font-family:tahoma,sans-serif;
}
/*全体の設定*/
#mainBlock {
width:730px;
text-align:center;
margin:0 auto;
}
/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}
/*クリアー*/
.clr {
font:1px/1px tahoma,sans-serif;
clear:both;
}

/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
width:730px;
height:80px;
text-align:left;
border-bottom:1px dotted #ccc;
line-height:1.3;
}
/*ページタイトル文字部分の設定*/
#TopTitle {
padding:10px 0px 0px 20px;
}
/*ページタイトル文字色の設定*/
.TopTitleFont {
font-weight:bold;
font-size:medium;
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
padding:5px 0px 5px 30px;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
clear:both;
padding:30px;
text-align:center;
font-family:arial,helvetica,sans-serif;
font-size:x-small;
line-height:1.8;
}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
width:220px;
text-align:left;
float:left;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
padding:10px;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
padding:2px 10px;
border-bottom:1px dotted #ccc;
color:#333333;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
padding:5px 10px;
line-height:1.3;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
padding:5px 10px;
line-height:1.4;
}

/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
width:510px;
float:left;
text-align:left;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
margin-bottom:40px;
padding:10px;
text-align:left;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
text-align:left;
margin:10px 0 0 10px;
padding:0 0 0 10px;
font-weight bold;
border-left:12px solid #999999;
}
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
margin:5px 0px;
}
/*記事本文が記載される部分*/
.EntryText {
padding:10px;
line-height:1.5;
}
/*記事本文が記載される部分のリンク文字設定*/
.EntryText a:link{
text-decoration:underline;
}
.EntryText a:visited{
text-decoration:underline;
}
/*記事内画像のスタイル*/
.EntryText img{
margin:5px;
text-decoration:none;
border:none;
}
/*追記文書が記載される部分*/
.EntryPsText {
padding:20px;
text-align:right;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
text-align:right;
padding:5px;
clear:both;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
margin-left:5px;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin-left:5px;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
margin-left:5px;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
margin-left:5px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
text-align:center;
margin:30px 10px;
}
/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
margin-bottom:40px;
}
/*コメント全体のリンク設定*/
.CommentBlock a:link{
text-decoration:underline;
}
.CommentBlock a:visited{
text-decoration:underline;
}
.CommentBlock a:hover {
text-decoration:none;
color:#cc0000;
background:#eeeeee;
}
.CommentBlock a:active {
text-decoration:none;
color:#cc0000;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
text-align:left;
margin:20px 0;
padding:10px 0 10px 20px;
color:#333333;
font-weight:bold;
border-top:1px dotted #cccccc;
border-bottom:1px dotted #cccccc;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
margin:10px;
padding:10px;
line-height:1.5;
}
/*コメントのタイトル部分*/
.CommentTitle{
text-align:left;
color:#333333;
margin:5px 0 10px;
padding:0 10px;
border-left:12px solid #cccccc;
}
/*コメント部分*/
.CommentText{
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
text-align:right;
}
/*投稿者名の部分*/
.CommentUserName{
margin-left:5px;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin-left:5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-left:5px;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin-left:5px;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
margin:10px;
border:1px solid #cccccc;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
margin:10px;
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
padding:5px 5px 0 0;
text-align:right;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding-top:5px;
text-align:left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
text-align:right;

}
/*コメントフォーム送信ボタン*/
.CommentFormSubmit input{
border:1px solid #cccccc;
color:#666666;
background-color:#eeeeee;
margin-bottom:15px;
padding:2px 0 0 0;
}

/*<input>・<textarea>の設定*/
.CommentForms{
border:1px solid #cccccc;
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
margin:10px 10px 10px 40px;
}
.CommentResBox {
padding:10px;
line-height:1.5;
border:1px dotted #cccccc;
}
.CommentResTitle {
text-align: left;
color:#333333;
margin:5px 0 10px;
padding:0 10px;
border-left:12px solid #999999;
}
.CommentResText {
}
.CommentResFooter {
text-align:right;
}

/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
margin-bottom:40px;
}
/*トラックバック全体のリンク設定*/
.TrackbackBlock a:link{
text-decoration:underline;
}
.TrackbackBlock a:visited{
text-decoration:underline;
}
.TrackbackBlock a:hover {
text-decoration:none;
color:#cc0000;
background:#eeeeee;
}
.TrackbackBlock a:active {
text-decoration:none;
color:#cc0000;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
text-align:left;
margin:20px 0;
padding:10px 0 10px 20px;
color:#333333;
font-weight:bold;
border-top:1px dotted #cccccc;
border-bottom:1px dotted #cccccc;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
margin:10px;
padding:10px;
line-height:1.5;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
text-align:left;
color:#333333;
margin:5px 0 10px;
padding:0 10px;
border-left:12px solid #cccccc;
}
/*トラックバックの記事部分*/
.TrackbackText{
text-align:left;
color:#999999;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
text-align:right;
}
/*トラックバック元のブログ名部分*/
.TrackbackBlogTitle{
margin-left:5px;
}
/*トラックバック元へのリンク部分*/
.TrackbackHomepageLink{
margin-left:5px;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
margin-left:5px;
}
/*この記事のトラックバック(TrackbackURL)と書かれた部分の設定*/
.TrackbackURLTitle{
text-align:left;
margin:10px 0;
padding:20px 10px;
border-bottom:1px dotted #cccccc;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
#TrackbackURL{
border:1px solid #cccccc;
width:280px;
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
text-align:left;
padding:5px;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
text-align:right;
}

/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*プラグインが表示される場所の<table>全ての設定(=カレンダー)*/
.PluginContents table{
border-collapse:collapse;
border:none;
}
/*プラグインが表示される場所の<th>の全ての設定(=カレンダー)*/
.PluginContents th {
text-align:center;
font-size:10px;
font-family:arial,helvetica,sans-serif;
font-weight:normal;
padding:0;
}
/*プラグインが表示される場所の<td>の全ての設定(=カレンダー)*/
.PluginContents td {
text-align:center;
font-size:10px;
font-family:arial,helvetica,sans-serif;
padding:0;
border:1px solid #ffffff;
}

/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
padding:3px;
width:80%;
margin:0 auto;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
font:10px arial,helvetica,sans-serif;
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
font-weight: bold;
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:80%;
padding:3px;
margin:0 auto;
}

/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
font:10px arial,helvetica,sans-serif;
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
color:#bb9999;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
color:#bbbbbb;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
color:#9999bb;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
font:10px arial,helvetica,sans-serif;
color:#999999;
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
color:#bb9999;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
color:#9999bb;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
background-color:#eeeeee;
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
font-weight:bold;
}

/**************************************************************************************
  その他
**************************************************************************************/
/*検索ボックス*/
.box{
border:1px solid #cccccc;
width:160px;
}
.btn{
border:1px solid #cccccc;
color:#666666;
background-color: #eeeeee;
margin:1px 0 0 1px;
padding:2px 0 0 0;
}
/*拍手*/
.NinjaClap a:link{
text-decoration:none;
}
.NinjaClap a:visited{
text-decoration:none;
}
.NinjaClap img{
margin:0 5px;
border:none;
text-decoration:none;
}
/*絵文字のスタイル*/
.EntryText img.emoji{
margin:0;
padding:0;
border:none;
}
