/*****全ブロックの共通設定*****/
/*HTML全体に関する設定*/
html{

}

/*BODY全体に関する設定*/
body {
 text-align:center;
 font-size:12px;
 margin:auto;
 color:#000;
 background-color:#ffffff;
 font-family:"MS UI Gothic","Osaka","sans-serif";
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center top;

}
.EntryTextBox img{
 background: #fff;
 border: 0px solid #000;
 margin: 0px 10px 5px 0px;
 padding: 5px;
}
/*<td>の全ての設定*/
td {
 text-align:center;
 font-size:12px;
}
/*table全ての設定*/
table{
 border-collapse: collapse;
}
/*通常のリンクの設定*/
a:link {
   text-decoration:none;
color:#666666;
}

/*過去に見たことがあるページのリンクの設定*/
a:visited{
   text-decoration:none;
color:#666666;
}

/*カーソルが合っている状態のリンクの設定*/
a:hover {
 color:#CCCCCC;
  



}

/*アクティブ状態のリンクの設定*/
a:active {
 color:#CCCCCC;
  



}

.emoji {
 vertical-align:middle;
}
/*レイアウト全体の設定*/
#LayoutBlock {
 width:800px;
 text-align: center;
 margin:auto;
 padding:0px;
 text-align:center;

border-left: solid 1px #666666;
border-right: solid 1px #666666;
}
/*テキスト左寄せ*/
.left {
 text-align:left;
}
/*テキスト中央寄せ*/
.center {
 text-align:center;
}
/*テキスト右寄せ*/
.right {
 text-align:right;
}

/******トップブロック用デザイン******/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
 width:100%;
 height:200;
 text-align:left;
 background-image:url('http://bfile.shinobi.jp/1291/america-3.gif');
 background-position:center center;
 background-repeat:no-repeat;
 margin: 0px;


}

/*ページタイトル文字部分の設定*/
#TopTitle {
 padding: 10px 80px 0px 50px;
 font-size:18px;
 font-weight:bold;
}

#TopTitle a:link {
 color:#fff;
 text-decoration:none;
 }

#TopTitle a:visited{
 color:#fff;
 text-decoration:none;
 }

#TopTitle a:hover {
 color:#Fff;
 text-decoration:underline;
 }

#TopTitle a:active {
 color:#fff;
 text-decoration:line-through;
 }


/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
 padding: 10px 80px 0px 50px;
 color:#fff;
 text-align: left;
}
/*コメント管理、編集等の部分*/
#AdminBlock{
 height: 25px;
 text-align: right;
 padding: 5px;
 color:#666; 
 background-color:#;
}
#AdminBlock a:link {
 text-decoration:none;
 color:#666;
}

#AdminBlock a:visited{
 text-decoration:none;
 color:#666;
}

#AdminBlock a:active {
 text-decoration:line-through;
 color:#666;
}

#AdminBlock a:hover {
 text-decoration:underline;
 color:#666;
}

/******フッターブロック用デザイン******/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
 width : 100%;
 height:15px;
 clear:both;
 text-align: center;
 padding:10px 0px 0px 0px;
 color:#fff;
 background-image:url('http://bfile.shinobi.jp/1291/america-3.gif');
 background-position:center center;
 background-repeat:no-repeat;
}

/*フッター部分のリンク設定*/
#FooterBlock a:link {
 color:#fff;
 text-decoration:none;
}

#FooterBlock a:visited{
 color:#fff;
 text-decoration:none;
}

#FooterBlock a:hover {
 color:#fff;
 text-decoration:underline;
}

#FooterBlock a:active {
 color:#fff;
 text-decoration:line-through;
}

/******左メニューデザイン******/
#LeftBlock{
 float: left;
 width: 160px;
 margin: 0px 0px;
}

/******右メニューデザイン******/
#RightBlock{
 float: right;
 width: 160px;
 margin: 0px 0px;
}

/******プラグインブロック用デザイン******/
/*プラグイン表示箇所全体の設定*/
.Plugin {
 text-align:left;
}
.Plugin  a:link {
 text-decoration:none;
 color:#000;
}
.Plugin  a:visited{
 text-decoration:none;
 color:#000;
}
.Plugin  a:active {
 text-decoration:underline;
 color:#000;
}
.Plugin  a:hover {
 text-decoration:underline;
 color:#000;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInner {

 margin: 5px 0px;
 padding: 0px;
 color: #000;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
 height:20px;
 text-align: left;
 font-weight:bold;
 font-size:11px;

 padding:10px 10px 5px 10px;
border-style:solid;
padding-top:0;
border-top-width:0;

border-bottom-width:1;
border-right-width:0;
border-left-width:0;

padding-right:0;








}
/*プラグインの説明部分の設定*/
.PluginExplanation {
 padding: 0px;
text-align:left;
 margin: 0px 5px 0px 5px;
}
/*プラグインが表示される場所の設定*/
.pluginContents {
 padding: 0px;

 font-size:11px;
 text-align: left;
 padding: 5px 0px 0px 5px;

}

.PluginFooter{
 height:45px;
 padding: 0px;

 font-size:11px;
 text-align: center;

}

/******各プラグイン共通項目用設定******/
/*各プラグイン処理内の基本デザイン*/
.plugin_data {
 text-align:left;
 padding:0px;
 font-size: 12px;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.plugin_data_date {
 text-align:right;
 font-size: 10px;
}

/******記事ブロック用デザイン******/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
 width:450px;
 float: center;
 text-align: left;
 margin:auto;
background-color:#FFFFFF;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInner {

 padding: 0px;
 text-align: left;
 margin:  0px;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
 height:0px;
 text-align: left;

 font-size:14px;
 color:#000;
 font-weight:bold;
 padding:10px 20px 10px 20px;
 margin: 20px 0px 10px 0px;
padding-bottom:10;
border-style:none;


}
/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
 margin: 5px;

background-color:#FFFFFF;
}
/*記事本文が記載される部分*/
.EntryText {
 
 padding: 0px 10px 0px 15px;
 line-height:140%;

}
/*引用部分*/
blockquote{
 border-top:dashed 1px #ccc; 
 border-left:dashed 1px #ccc; 
 color:#666;
 padding:10px;
}

/*追記文書が記載される部分*/
.EntryPsText {

 padding: 10px 20px 10px 20px;
 text-align: left;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
 height:70px;

 padding-right:20px;
 text-align:right;



}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
display:none;
}

/*記事を投稿した日が記載されている部分の背景*/
.EntryDate {
 text-align: right;

 padding-right:20px;
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
 margin-left: 5px;
display:none;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
 margin-left: 5px;
}

/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
 width:100%;
 text-align:center;
 padding:10px;
}

.text2{
font size:80%
color.#ffffff;
text-align:center;
margin-top:10px;
margin-bottom:5px;
padding:3px 3px 3px 5px;
}
