/**************************************************************************************
全ブロックの共通設定　■idは#（シャープ） / classは.（ドット）
**************************************************************************************/
/*BODY全体に関する設定*/
body {
margin: 0px;
padding: 0px;
background-color:#727272;
background-image:url('http://file.levelb.blog.shinobi.jp/b_bk.jpg');
}
/*<td>の全ての設定*/
td {
text-align:center;
}
/*table全ての設定*/
table{
border-collapse: collapse;
}
/*通常のリンクの設定*/
a:link {
text-decoration:none;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
text-decoration:none;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
text-decoration:underline overline;
}
/*アクティブ状態のリンクの設定*/
a:active {
}

h1 {
text-align: left;
text-decoration:none;
font-size:18px;
margin: 0px 5px;
}

/*全体の設定*/
#mainBlock {
width:1000px;
text-align: center;
}
/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}

/*<ul>の位置あわせ*/
ul.ctg {
	margin-top:2px;
	margin-bottom:2px;
	margin-left:8px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:8px;
}

form {
   margin:10 0 30 0;
}

/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
width:550px;
height:200;
text-align: left;
background-color:#FFFFFF;
background-image:url('http://file.levelb.blog.shinobi.jp/top.jpg');
}
/*ページタイトル文字部分の設定*/
#TopTitle {
padding: 10px 0px 0px 20px;
}
/*ページタイトル文字色の設定*/
.TopTitleFont {
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
padding: 0px 8px 0px 0px;
color: #ffffff;
font-weight:bold;
font-size:14px;
text-align: right;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
clear:both;
height: 70px;
text-align: left;
}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
width: 220px;
text-align: left;
vertical-align:top;
float:left;
}
.PluginHeaderBlock{
height:100px;
background-image:url('http://file.levelb.blog.shinobi.jp/p_bk_1.jpg');
background-repeat:no-repeat;
}
.PluginFooterBlock{
background-image:url('http://file.levelb.blog.shinobi.jp/p_bk_3.jpg');
background-repeat:no-repeat;
height:7px;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
padding:5 10 10 10;
background-image:url('http://file.levelb.blog.shinobi.jp/p_bk_2.jpg');
background-repeat:repeat-y;
}

/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
border-style:none;
background-image:url('http://file.levelb.blog.shinobi.jp/p_f_1.gif');
background-repeat:no-repeat;
padding:14 0 18 20;
font-weight:bold;
color:#FFFFFF;
font-size:20px;
}
/*　〃　：新着記事用*/
.PluginTitle_new {
border-style:none;
background-image:url('http://file.levelb.blog.shinobi.jp/p_f_1_new.gif');
background-repeat:no-repeat;
padding:14 0 18 20;
font-weight:bold;
color:#FFFFFF;
font-size:20px;
}

/*プラグインの説明部分の設定*/
.PluginExplanation {
padding: 0px;
}

/*プラグインが表示される場所の設定*/
.PluginContents {
background-image:url('http://file.levelb.blog.shinobi.jp/p_f_2.gif');
background-repeat:repeat-y;
padding: 1 9 1 15;
font-size:14;
}
/*　〃　：新着記事用*/
.PluginContents_new {
background-image:url('http://file.levelb.blog.shinobi.jp/p_f_2_new.gif');
background-repeat:repeat-y;
padding: 1 9 1 15;
font-size:14;
}

/*■追加■--プラグイン下--*/
.PluginBottom {
padding: 10 10 0 10;
border-style:none;
background-image:url('http://file.levelb.blog.shinobi.jp/p_f_3.gif');
background-repeat:no-repeat;
}
/*　〃　：新着記事用*/
.PluginBottom_new {
padding: 10 10 0 10;
border-style:none;
background-image:url('http://file.levelb.blog.shinobi.jp/p_f_3_new.gif');
background-repeat:no-repeat;
}


/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
width: 550px;
float:left;
text-align: left;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
padding: 5 10 45 10;
text-align: left;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
text-align: left;
background-image:url('http://file.levelb.blog.shinobi.jp/e_f_1.gif');
background-repeat:no-repeat;
padding-top:30;
padding-left:40;
padding-bottom:10;
border-style:none;
background-position:center top;
font-size:18px;
}
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
text-align: left;
text-decoration:none;
font-size:18px;
margin: 0px 5px;
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
margin: 0px 15px;
background-color:#FFFFFF;
background-image:url('http://file.levelb.blog.shinobi.jp/e_f_2.jpg');
background-repeat:repeat-y;
background-position:center center;
}
/*記事本文が記載される部分*/
.EntryText {
padding: 3 20 10 30;
font-size:15;
line-height: 1.3;
}
/*追記文書が記載される部分*/
.EntryPsText {
padding: 20px;
text-align: right;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
text-align:right;
padding: 5 35 15 10;
background-image : url('http://file.levelb.blog.shinobi.jp/e_f_3.gif');
background-repeat : no-repeat;
background-position : center bottom;
border-style:none;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
margin-left: 5px;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin-left: 5px;
font-size: 12px;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
margin-left: 5px;
font-size: 12px;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
margin-left: 5px;
font-size: 12px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
text-align:center;
padding:10px;
color: #ffffff;
font: bold;
}
/*次の記事（[1] [2]…）リンクが表示される背景部分*/
.PageLinkFont{
background-color:#d4d4d4;
color: #000000;
font: bold;
}

/*■追加■--タイトル＆日付--*/
.entrydayTable {
margin: 0px;
padding : 0px;
width: 450px;
}

.entryday {
text-align : center;
margin: 10px 10px 10px 10px;
}
.entrydayp {
text-align : center;
margin: 0;
padding : 0px;
font: bold 11px;
color: #ffffff;
line-height: 70%;
}
.entrydayb{
text-align : center;
padding : 2px 0 0 0;
margin: 0;
font: bold 16px;
color: #ffffff;
line-height: 70%;
}

/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
padding:40 20 20 30;
}
/*□コメント全体のTOP□*/
.CommentBlockTop{
background-image : url('http://file.levelb.blog.shinobi.jp/c_b_1b.gif');
background-repeat : no-repeat;
background-position : center;
border-style:none;
height:70px;
padding: 0;
}
/*□コメント全体のTOP□*/
.CommentBlockFoot{
background-image : url('http://file.levelb.blog.shinobi.jp/c_b_3b.gif');
background-repeat : no-repeat;
background-position : center;
border-style:none;
height:45px;
padding: 0;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
text-align: center;
font-weight:bold;
color:#FFFFFF;
font-size:20px;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
margin: 0px 0px;
}
/*コメントのタイトル部分*/
.CommentTitle{
background-image : url('http://file.levelb.blog.shinobi.jp/c_b_1_2.jpg');
background-repeat : no-repeat;
background-position : center;
border-style:none;
height:60px;
line-height:60px;
font-weight:bold;
color:#000000;
font-size:20px;
padding: 0 0 0 40;
}
/*コメント部分*/
.CommentText{
font-size:16;
line-height: 1.3;
padding: 0 40;
background-image : url('http://file.levelb.blog.shinobi.jp/c_b_2.jpg');
background-repeat:repeat-y;
background-position : center;
border-style:none;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
text-align:right;
padding: 10 40 0 40;
background-image : url('http://file.levelb.blog.shinobi.jp/c_b_2.jpg');
background-repeat:repeat-y;
background-position : center;
border-style:none;
}
/*投稿者名の部分*/
.CommentUserName{
margin-left: 5px;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin-left: 5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-left: 5px;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin-left: 5px;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
margin:20px 50px 0px 50px;
text-align:center;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
padding-top:5px;
text-align:right;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding-top:5px;
text-align:left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
text-align:right;
}
/*inputタグやtextareaの設定*/
.CommentForms{
}
/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
padding:10 50 0 50;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
text-align: center;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
margin: 5px 20px;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
text-align: left;
}
/*トラックバックの記事部分*/
.TrackbackText{
padding: 10px;
line-height:140%;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
text-align:right;
padding:5px;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
margin-left: 5px;
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
margin-left: 5px;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
margin-left: 5px;
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
text-align: center;
font-size: 12px;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
.TrackbackURL{
text-align: center;
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
text-align:left;
padding:5px;
}
/*　〃　：新着記事用*/
.Plugin_data_new {
font-size: 15px;
font-weight:bold;
text-align:left;
padding:5;
}


/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
text-align:right;
}
/*　〃　：新着記事用*/
.Plugin_data_date_new {
font-weight:bold;
}



/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
padding:3px;
width:50%;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
background-color:#c0c0c0;
padding:0 10 0 10;
border-bottom:1px solid #000000;
border-right:1px solid #000000;
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
background-color:#ffffff;
border-top:1px solid #666666;
padding:0 10 0 10;
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
background-color:#eeeeaa;
border-bottom:1px solid #666666;
border-left:1px solid #666666;
padding:0 10 0 10;
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:75%;
padding:3px;
background-color:#ffffff;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
background-color:#FFCC99;
border-bottom:1px solid #aaaaaa;
border-left:1px solid #666666;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
border-bottom:1px solid #aaaaaa;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
background-color:#bbddFF;
border-bottom:1px solid #aaaaaa;
border-right:1px solid #666666;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
background-color:#FFeecc;
border-left:1px solid #666666;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
background-color:#ddffFF;
border-right:1px solid #666666;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
padding-top:0;
padding-right:0;
padding-bottom:0;
padding-left:0;

background-color:#ddffff;
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
color: #000000;
}

/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
	padding:10px 40px 10px 70px;
background-image : url('http://file.levelb.blog.shinobi.jp/c_b_2.jpg');
background-repeat:repeat-y;
background-position : center;
border-style:none;
}

.CommentResBox {
	background-color:#ffffff;
	border:solid 1px #111111;
	padding:0px;
}

.CommentResTitle {
	background-color:#111111;
	padding:10 5 5 15;
	font-size:16px;
	color:#ffffff;
	font-weight:700;
}

.CommentResText {
	padding:15px 15px 8px 15px;
font-size:16;
line-height: 1.3;
}

.CommentResFooter {
	text-align:right;
	margin:0 10 10 10;
	border-top:1px dotted #111111;
}

/*=======================================================
  コメント -> 入力フォーム
=======================================================*/

.Form1 {
padding:0px;
background-image : url('http://file.levelb.blog.shinobi.jp/c_f_1.gif');
background-repeat:no-repeat;
background-position : center;
border-style:none;
height:60px;
font-weight:bold;
color:#FFFFFF;
font-size:20px;
}

.Form2 {
padding:0px;
background-image : url('http://file.levelb.blog.shinobi.jp/c_f_2.jpg');
background-repeat:repeat-y;
background-position : center;
border-style:none;
}

.Form3 {
padding:0px;
background-image : url('http://file.levelb.blog.shinobi.jp/c_f_3.gif');
background-repeat:no-repeat;
background-position : center;
border-style:none;
height:30px;
}

.clear {
clear:both;
}

/*=======================================================
  追加カラム
=======================================================*/
/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlockSpace {
height: 150px;
}

.PluginBlock2 {
width: 225px;
float:right;
height: 660px;
overflow:auto;
background-image:url('http://file.levelb.blog.shinobi.jp/p2_bk_2.jpg');
background-repeat:repeat-y;
}
.PluginHeaderBlock2{
width: 225px;
height:10px;
float:right;
background-image:url('http://file.levelb.blog.shinobi.jp/p2_bk_1.jpg');
background-repeat:no-repeat;
}
.PluginFooterBlock2{
width: 225px;
float:right;
background-image:url('http://file.levelb.blog.shinobi.jp/p2_bk_3.jpg');
background-repeat:no-repeat;
height:10px;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock2 {
padding:10 20 0 20;
border-top-width: 5px;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle2 {
text-align: left;
border-top: solid 3px #ffffff;
border-left: solid 7px #ffffff;
padding: 5 0 0 10;
font-weight:bold;
color:#ffffff;
font-size:20px;
}
/*プラグインの説明部分の設定*/
.PluginExplanation2 {
padding: 0px;
}
/*プラグインが表示される場所の設定*/
.PluginContents2 {
padding:10 0 0 0;
font-size:14;
text-align: center;
}

/* 「ブログ内検索」のフォーム設定*/
.box{
   width:      140px;
   height:      30px;
   font-size:   20px;
   font-weight:   bold;
   color:      white;
   background:   #819bc0;
}

.btn{
   width:      40px;
   height:      30px;
   font-size:   15px;
   color:      white;
   background:   #758cae;
}

/**************************************************************************************
  ■ノート風
**************************************************************************************/
.note {
 background-color: #eee;
 border-top: 2px solid #aaa;
 border-bottom: 2px solid #aaa;
 border-right: 2px solid #aaa;
 border-left: 10px solid #aaa;
 margin: 15px 10px 15px 20px;
 padding: 8;
}
.note p {
 font-family : monospace ;
 font-size: 14px;
 line-height: 20px;
 color: #333;
}

.note_table {
width: 400px;
}
.note_td {
text-align: left;
}


/**************************************************************************************
  ★１行型：カレンダー部分
**************************************************************************************/
.c_tbl_Block{
  text-align:center;
  padding:10px 25px 30px 25px;
}

/* 非 IE でのセンタリング */
.c_tbl{
  text-align:justify;
  width:500px;
  height: 50px;
  border-collapse: collapse;
}

.c_tbl_td_m_p{
  text-align:center;
  vertical-align: bottom; 
  width:65px;
  height: 25px;
  line-height:25px;
  border-bottom:5px double #808080;
  border-left:5px double #808080;
  font-size: 12px;
  font-family:"sans-serif";
  font-weight:bold;
  margin: 0px;
  padding: 0px;
  float: left;
}
.c_tbl_td_m{
  text-align:center;
  width:360px;
  height: 25px;
  line-height:25px;
  background: #505050;
  border-top:5px double #808080;
  font-family:"arial black ,sans-serif";
  font-size: 16px;
  color:#ffffff;
  margin: 0px;
  padding: 0px;
  float: left;
}
.c_tbl_td_m_n{
  text-align:center;
  width:65px;
  height: 25px;
  line-height:25px;
  border-bottom:5px double #808080;
  border-right:5px double #808080;
  font-size: 12px;
  font-family:"sans-serif";
  font-weight:bold;
  margin: 0px;
  padding: 0px;
  float: left;
}
.c_tbl_d{
  width:490px;
  height: 15px;
  border-left:5px double #808080;
  border-right:5px double #808080;
  border-bottom:5px double #808080;
  background: #505050;
  margin: 0px;
  padding: 0px;
}
.c_tbl_td_d{
  height: 15px;
  line-height:15px;
  vertical-align: middle;
  font-family:"sans-serif";
  font-size: 10px;
  font-weight:bold;
  color:#ffffff;
  margin: 0px;
  padding: 0px 2px;
  float: left;
}
.c_tbl_td_d_sat{
  height: 15px;
  line-height:15px;
  vertical-align: middle;
  font-family:"sans-serif";
  font-size: 10px;
  font-weight:bold;
  color:#0088ff;
  margin: 0px;
  padding: 0px 2px;
  float: left;
}
.c_tbl_td_d_sun{
  height: 15px;
  line-height:15px;
  vertical-align: middle;
  font-family:"sans-serif";
  font-size: 10px;
  font-weight:bold;
  color:#ff8800;
  margin: 0px;
  padding: 0px 2px;
  float: left;
}



/**************************************************************************************
  ★ツリー化
**************************************************************************************/
/*ツリー化　最新記事の日付部分*/
.treetop_entry {
}

/*ツリー化　リンクの見出し部分*/
.treetop_link {
font-weight: bold;
}

/*ツリー化　カテゴリの見出し部分*/
.treetop_category {
font-weight: bold;
}





/**************************************************************************************
  ★アマゾン_アフィリ
**************************************************************************************/
/*アマザーで使用タグ*/
.amazon_style {
  width: 400px;
  background: #d0f0ff;
  border:4px solid #a0d0ff;
}
.amazon_style2 {
  width: 400px;
  background: #f0f0f0;
  border:4px solid #b0b0b0;
}

.amazon_ttl {
  border-left: double 10px #70c0ff;
  border-bottom: solid 2px #70c0ff;
  text-align: left;
  padding: 10;
  margin: 10;
}
.amazon_ttl2 {
  border-left: double 10px #c0c0c0;
  border-bottom: solid 2px #c0c0c0;
  text-align: left;
  padding: 10;
  margin: 10;
}

.amazon_L {
  float:left;
  width: 170px;
  text-align: center;
  vertical-align: top;
  padding: 10 0 10 20;
  margin: 0;
}

.amazon_R {
  float:left;
  padding: 10 20 10 0;
  margin: 0;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  white-space: nowrap;
}

.amazon_R_txt {
  margin: 10 0 0 30;
  font-size: 12px;
  white-space: nowrap;
}

.amazon_description {
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -pre-wrap;     /* Opera 4-6 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  white-space: pre-wrap;      /* CSS3 */
  word-wrap: break-word;      /* IE 5.5+ */
  background: #f5faff;
  padding: 10;
  margin: 5;
  overflow: auto;
  text-align: left;
  font-size: 12px;
  line-height: 150%;
}
.amazon_description2 {
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -pre-wrap;     /* Opera 4-6 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  white-space: pre-wrap;      /* CSS3 */
  word-wrap: break-word;      /* IE 5.5+ */
  background: #ffffff;
  padding: 10;
  margin: 5;
  overflow: auto;
  text-align: left;
  font-size: 12px;
  line-height: 150%;
}