@charset 'utf-8';
/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
body {
margin:0;
padding:0;
color:#000000;
font-size:9pt;
font-family:Times New Roman , "ＭＳ Ｐ明朝" , serif;
letter-spacing:0px;
line-height:1.8em;
letter-spacing: 0.05em;
background-color:#ffffff;
}
/*通常のリンクの設定*/
a:link {
text-decoration:none;
color:#000000;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
text-decoration:none;
color:#000000;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
text-decoration:underline;
color:#000000;

}
/*アクティブ状態のリンクの設定*/
a:active {
text-decoration:none;
color:#000000;
}
/*<img>の全体設定*/
img {
border:none;
}
/*フォームの設定*/
form{
margin:0;
}
/*全体の設定*/
#mainBlock {
width:730px;
text-align:center;
margin:0 auto;
padding:0x;
}
/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}
/*クリアー*/
.clr {
font:1px/1px tahoma,sans-serif;
clear:both;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
padding:30px 10px;
text-align:center;
font-size:x-small;
font-family:verdana,sans-serif;
line-height:1.8;
}
/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
width:220px;
text-align:left;
float:right;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
margin:0 0 10px 0;
padding:0;
border:1px solid #eeeeee;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
margin:5px 0;
padding:5px 10px;
border-top:1px solid #eeeeee;
border-bottom:1px solid #eeeeee;
background-color:#eeeeee;
}
/*プラグインのタイトル（名称）のフォント設定*/
.PluginTitleFont{
color:#000000;
font-family:verdana,sans-serif;
padding-left:10px;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
padding:0 10px 5px 10px;
font-size:x-small;
font-family:verdana,sans-serif;
line-height:1.4;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
padding:5px 10px;
font-size:x-small;
font-family:verdana,sans-serif;
line-height:1.5;
}
/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
width:500px;
float:left;
text-align:left;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
margin:0 auto 10px;
padding:0;
text-align:left;
border:1px solid #eeeeee;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
text-align:left;
margin:5px 0px;
padding:10px 10px;
border-top:1px solid #eeeeee;
border-bottom:1px solid #eeeeee;
background-color:#eeeeee;
}
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
color:#000000;
font-size:11pt;
font-family:Times New Roman , "ＭＳ Ｐ明朝" , serif;
}
/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
margin:15px 15px;
}
/*記事本文が記載される部分*/
.EntryText {
line-height:1.5;
}
/*記事内通常のリンクの設定*/
.EntryText a:link {
text-decoration:underline;
color:#eeeeee;
}
/*記事内過去に見たことがあるページのリンクの設定*/
.EntryText a:visited{
text-decoration:underline;
color:#eeeeee;
}
/*記事内カーソルが合っている状態のリンクの設定*/
.EntryText a:hover {
text-decoration:none;
color:#eeeeee;
}
/*記事内アクティブ状態のリンクの設定*/
.EntryText a:active {
text-decoration:none;
color:#eeeeee;
}
/*記事内画像のスタイル*/
.EntryText img{
margin:5px;
border:none;
text-decoration:none;
}
/*追記文書が記載される部分*/
.EntryPsText {
padding:10px 20px;
text-align:right;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
text-align:right;
padding:5px;
font-size:x-small;
font-family:verdana,sans-serif;
border-top:1px dotted #eeeeee;
color:#eeeeee;
clear:both;
}
/*記事へのリンク（コメントやトラックバック等）部分のリンク設定*/
.EntryFooter a:link{
color:#000000;
}
.EntryFooter a:visited{
color:#000000;
}
.EntryFooter a:hover {
text-decoration: underline;
color:#000000;
}
.EntryFooter a:active {
text-decoration: none;
color:#000000;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
text-align:center;
padding:20px 10px;
font-size:x-small;
font-family:osaka,verdana,sans-serif;
color:#eeeeee;
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
text-align:left;
padding:5px;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
text-align:right;
}

/**************************************************************************************
  その他
**************************************************************************************/
/*検索ボックス*/
.box{
border:1px solid #eeeeee;
width:130px;
}
.btn{
border:1px solid #eeeeee;
color:#666666;
background-color:#f5f5f5;
background-image:url(http://bfile.shinobi.jp/6160/bg_slash04_fff.gif);
margin-left:2px;
padding:2px 0 0 0;
cursor:pointer;
}
/*拍手*/
.NinjaClap{
font-size:x-small;
}
.NinjaClap a:link{
border:none;
}
.NinjaClap a:visited{
border:none;
}
.NinjaClap img{
margin:0 5px;
}
/*絵文字のスタイル*/
.EntryText img.emoji{
margin:0;
padding:0;
border:none;
}
hr {
    border: 0;
    border-bottom: 1px dashed #000;
}