@media all{
/*
■■ スタイルシート・目次
---------------------------------------
  [A]：簡易カスタマイズ
  [B]：デフォルトスタイルの再設定
  [1]：リンク用設定
  [2]：ページ全体の設定
  [3]：タイトル部分の設定
  [4]：コンテンツを包括する要素の設定
  [5]：メインコンテンツを包括する要素の設定
  [6〜9]：記事の設定
  [10〜14]：コメント・トラックバックの設定
  [15]：前後のページへのナビゲーション
  [16〜18]：サブメニュー・プラグインの設定
  [19]：フッタ部設定
  [20]：テーブル・カレンダー関係
  [21]：全記事一覧についての設定
  [22]：バトン用スタイル
  [23]：オリジナルクラス
---------------------------------------*/


/*■■ [A] 簡易カスタマイズ
---------------------------------------
　・基本設定の変更
　・タイトル部分の変更
　・表示幅の設定
--------------------------------------*/

/* ■ 基本設定の変更
-------------------*/

/* 【フォントの設定】 */
/* 基本となるフォント */
body {
  font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo UI", Verdana, "MS UI Gothic", Osaka, sans-serif;
}

/* 【フォントサイズの変更】
初期状態からの割合を指定してください。*/
/* 全体の文字サイズ */
#WrapInner {
  font-size: 100%;
}
/* ブログタイトルの文字サイズ */
#Title h1 a {
  font-size: 100%;
}
/* ブログ紹介文の文字サイズ */
#Intro {
  font-size: 100%;
}
/* メインカラムの文字サイズ */
#Main {
  font-size: 100%;
}
/* 記事の本文の文字サイズ 
（「メインカラムの文字サイズ」からの相対的な値になります）*/
.EntryBody {
  font-size: 100%;
}
/* サブカラムの文字サイズ */
#Sub {
  font-size: 100%;
}


/* 【文字色の変更】
リンク以外の文字色を指定。
リンク部分の文字色については [1]リンク用設定 を参照。
そのほか、ブログタイトルの文字色は[3.4.1]〜[3.4.2]、
記事タイトル部分ついては[7.5.1]〜[7.5.2]を参照してください。*/

/* 記事の文字色 */
.Entry , #Comment , #Trackback , .Plugin3 , .Entry a.tagword {
  color: #333; 
}
/* タイトル部分の文字色 */
#Header {
  color: #eee;
}
/* サブカラムの文字色 */
#Sub {
  color: #eee;
}

/* 【背景色の変更】 */
/* 記事側の背景色 */
#ContentsInner ,
#Footer {
  background: #fff;
}
/* タイトル・サブメニュー側の背景色 */
#WrapInner ,
#FooterInner {
  background: #000;
}


/* 【カラム幅の変更】
※1と※2の値の和が100%になるようにしてください。*/
/* 記事側 */
#Main {
  width: 55%; /* ※1 */
}
/* タイトル・サブメニュー側 */
#Header , #Sub , #FooterInner {
  width: 45%;  /* ※2 */
}
.shift-off #ContentsInner {
  right: 45%; /* ※2と同じ値 */
}
#Main , #Sub , .shift-on #ContentsInner {
  left: 45%; /* ※2と同じ値 */
}
.shift-on #Main , .shift-on #Sub {
  left: -45%; /* ※2の負の値 */
}
.shift-off #FooterInner {
  left: 55%; /* ※1と同じ値 */
}

/*サブメニューの幅を狭くした場合は、↓のカスタマイズを使って
プラグインを一列で表示することをおすすめします。

 【プラグインの横並び設定】
プラグインを一列にする場合は、※A1と※A2の行を削除してください */
/*※A1 ---この行を削除---
#Plugin1, Plugin2 {width:100% !important;float:none !important;}
※A2 ---この行を削除---*/


/* 【記事中の画像の枠】
記事中の画像に対し枠をつける場合は、↓の※B1と※B2の行を削除してください。
特定の画像にのみ枠をつけたい場合は、テンプレートの
独自クラスを利用すると便利です。詳しくは作者ブログまで。*/

/*※B1 ---この行を削除---
.EntryBody img {
  border: 1px solid #333;
  margin: 1px;
  padding: 0;
}
※B2 ---この行を削除---*/


/* ■ タイトル部分の変更
-------------------*/

/* 【タイトル画像の差し替え】
HTML上部にあるカスタマイズの留意点[1]をよく読んでから行ってください！*/
#HeaderInner {
/*「url("●●")」の「●●」の部分を、使用したい画像のURLに変更してください。
   ▼ 改行禁止：[background-image:]から[;]まで。表示上折り返されるのはOK */
  background-image: url("https://blog-imgs-122.fc2.com/h/e/r/herzgesinnt/angel.jpg");
/* ▲ 改行禁止ここまで */
}

/* 【画像の縦幅の調整】 
画像にあわせてサイズを調整してください。
※2の部分の値は、※1のheightの値 + 100px をいれてください */
#Header {
  height: 700px; /* ※1 */
}
#SubInner {
  padding-top: 700px; /* ※1と同じ値を入れる */
}
#MainInner { 
  min-height: 800px; /* ※2 */
}
.ltIE7 #MainInner {
  height: 800px; /* ※2 */
}

/* 【ブログタイトル・ブログ紹介文の表示位置の調整】 
初期状態では400ピクセル。
ページ上部からブログタイトルまでの余白の大きさを指定してください。
↑の 【画像の縦幅の調整】の値より小さい値にすること！ */
#Title {
  padding-top: 400px;
}


/* ■ 表示幅の設定
-------------------
HTML上部にあるカスタマイズの留意点[2]をよく読んでから行ってください。*/

/* 【固定幅の設定】
固定幅に設定したときの横幅を指定。初期設定では1000ピクセル。*/
.fixed-on #Wrap { width: 1000px; }


/* 【可変幅の設定】
[1]から[3]の項目を編集してください*/
.fixed-off #Wrap {
  max-width: 1000px; /*[1]上限：初期設定では1000ピクセル*/
  min-width: 900px;  /*[2]下限：初期設定では900ピクセル*/
}
.fixed-off .ltIE8 #Wrap {
/*IE6・IE7は強制的に固定幅になります */
  width: 1000px;  /*[3]IE6・IE7用の表示幅設定：必ず偶数の値を指定！初期設定は1000ピクセル。*/
}


/*■ カラム配置設定
-------------------
この部分はカスタマイズ非推奨 */
.shift-off #Header{right:0;}
#Main,#Sub,#Contents,#ContentsInner {float:left;}
#TopNav,.shift-on #Footer{text-align:left;}
#TopNav dd{margin: 0 2px 0 0;}
.Plugin3{background-position: 2.5em 0;}
.Plugin3Inner{padding: 0 1em;}
.EntryBody{padding:0.5em 0.5em 0 1.5em;}
.Plugin3Body{padding:0 1em 0 2.5em;}
.shift-on #Header{left:0;}
.shift-on #Main,.shift-on #Sub,.shift-on #Contents,.shift-on #ContentsInner  {float:right;}
.shift-on #TopNav{text-align:right;}
.shift-on #TopNav dd{margin: 0 0 0 2px;}
.shift-on .Plugin3{background-position: 2em 0;}
.shift-on .Plugin3Inner{padding: 0 1em 0 0.5em;}
.shift-on .EntryBody{padding:0.5em 1.5em 0 1.5em;}
.shift-on .Plugin3Body{padding:0 1em 0 2.5em;}
#Plugin1{width:49.5%;float:left;}
#Plugin2{width:49.5%;float:right;}
/* この部分はカスタマイズ非推奨 */

/*
---------------------------------------
■■ 簡易カスタマイズ：ここまで*/




/*■■ [B] デフォルトスタイルの再設定
--------------------------------------
ブラウザ間の表示差を少なくするため、一般的な要素にスタイルを設定*/

body,div,dl,dt,dd,li,form,fieldset,input,th,td {margin:0;padding:0;}
html > body {font-size:12pt;}
input[type="submit"],input[type="reset"],input[type="radio"],input[type="checkbox"],label,button {cursor:pointer;}
fieldset,img {border:0;}
h1,h2,h3,h4,h5,h6 {margin:0;padding:0;font-size:100%;font-weight:normal;}
strong,b {font-weight:bold;}
blockquote {margin:1em 2em;padding:0.5em;border:1px dashed #999;}
em,i,cite,dfn,var {font-style:italic;}
u {text-decoration:underline;}
s,strike {text-decoration:line-through;}
pre,code,kbd {font-family:"Consolas","Osaka-mono","Lucida Console",monospace;}
pre {white-space:pre;border:1px dashed #999;padding:12px 3% 20px;margin:0.5em auto;width:92%;font-size:12px;overflow:auto;}
.ltIE8 pre {overflow:scroll;}
ul,ol {margin:1em 0;padding:0 0 0 40px;}
p {margin:1em 0;}
a,#Sub a,a[name]:hover {text-decoration:none;}
br {letter-spacing:0px;}
.rdf{display:none;clear:both;}
hr {height:0;padding:0;border:none;border-bottom:1px dotted #999;}
hr.Separator {display:none;}
img.emoji {border:none;margin:0 1px -2px;}
textarea , input[type="text"] {font-size:100%;}
.JpNote {display:none;}
.BlogLang-ja .JpNote {display:inline;}
.IE8 .EntryExtend:after {display:block;content:'';}



/*■■ [1] リンク用設定
---------------------------------------
リンクの文字色などの設定しています。

ブログタイトル部分のリンクについては、[3.4.1]〜[3.4.2]へ。
記事タイトル部分のリンクについては、[7.5.1]〜[7.5.2]へ。
*/

/*[1.1] 基本設定 */
/*[1.1.1] 通常の状態 */
a:link {
  color: #333;
  text-decoration: underline;
}
/*[1.1.2] 訪問済みの状態 */
a:visited {
  color: #333;
  text-decoration: underline;
}
/*[1.1.3] カーソルをのせた状態 */
a:hover {
  color: #0E6AE0;
  text-decoration: underline;
}

/*[1.2] サブカラム中のリンク */
/*[1.2.1] 通常の状態 */
#Sub a:link {
  color: #eee;
  text-decoration: underline;
}
/*[1.2.2] 訪問済みの状態 */
#Sub a:visited {
  color: #ccc;
  text-decoration: underline;
}
/*[1.2.3] カーソルをのせた状態 */
#Sub a:hover {
  color: #5DAFF4;
  text-decoration: underline;
}

/*[1.3] ページ上部の「前後のページへのリンク」*/
/*[1.3.1] 通常の状態 */
.NavA a:link {
  color: #555;
  border-bottom: 1px solid #333;
}
/*[1.3.2] 訪問済みの状態 */
.NavA a:visited {
  color: #555;
  border-bottom: 1px solid #333;
}
/*[1.3.3] カーソルをのせた状態 */
.NavA a:hover {
  color: #333;
  border-bottom: 1px solid #333;
  background-color: #f5f5f5;
}
/*[1.4] 記事下部の「前後のページへのリンク」*/
/*[1.4.1] 通常の状態 */
.NavB a:link {
  color: #333;
}
/*[1.4.2] 訪問済みの状態 */
.NavB a:visited {
  color: #333;
}
/*[1.4.3] カーソルをのせた状態 */
.NavB a:hover {
  color: #333;
  border-color: #444;
/*※ 注意
枠を表示させたくない場合は、簡易カスタマイズ内の【背景色の設定】にある、
「メインカラムの背景色」のbackground-colorプロパティと同じ色を指定してください。
*/
}


/* ■■ [2] ページ全体の設定
---------------------------------------
ページ全体に適用するスタイルを設定しています。*/

/*[2.1]*/
body {
  margin: 0;
  padding: 0 25px;
  color: #333;
  line-height: 1.5;
  font-weight: normal;
  text-align: center;
  background-color: #666;
  background-image: url("https://blog-imgs-41.fc2.com/r/i/m/rimse/fiore_background.png");
  background-repeat: repeat-x;
  background-position: 0 0;
  background-attachment: fixed;
}
/*[2.2]*/
#Wrap {
  text-align: left;
  font-size: 75%;
  margin: 0 auto;
  border-right: 1px solid #fff;
  border-left: 1px solid #000;
  border-top: none;
  border-bottom: none;
  position: relative;
  overflow: hidden;
}
/*[2.3]*/
#WrapInner {
  position: relative;
  width: 100%;
}


/* ■■ [3]ヘッダー部の設定
---------------------------------------
タイトル・ブログの紹介を含む部分の設定です。
タイトル画像を変更する場合はスタイルシートの最上部にあるカスタマイズを参照してください */

/*[3.1]*/
#Header {
  position: absolute;
  top: 0;
  text-align: center;
  z-index: 2;
}
/*[3.2]*/
#HeaderInner {
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
/*[3.3.1]*/
#Title h1 {
  margin: 0;
  line-height: 1.1;
  padding: 1em 1em 0.2em;
  font-size: 130%;
  font-weight: bold;
}
/*[3.3.2] background */
#Title h1 ,
#Intro {
  background-image: url("https://blog-imgs-16.fc2.com/r/i/m/rimse/birdcall_title_alpha.png");
  background-repeat: repeat;
  background-position: 0 0;
}
.ltIE7 #Title h1 , 
.ltIE7 #Intro {
  filter: Alpha(opacity=75);
  background-color: #000;
  background-image: none;
  height: 1%;
}
/*[3.4.1]*/
#Title h1 a:link , 
#Title h1 a:visited {
  color: #fff;
  text-decoration: none;
}
/*[3.4.2]*/
#Title h1 a:hover {
  color: #0E6AE0;
  text-decoration: none;
}
/*[3.5.1]*/
#Subtitle {
  padding: 0.2em 0;
  display: block;
  font-size: 80%;
}
/*[3.5.2]*/
#Subtitle .Separator {
  display: none;
}
/*[3.6]*/
#Intro {
padding: 0 1em 1em;
}
/*[3.7]*/
#Intro p {
  margin: 0;
  padding: 0.1em 0.5em;
  font-size: 90%;
}
/*[3.8] for IE6 */
.ltIE7 #Title h1 a ,
.ltIE7 #Subtitle ,
.ltIE7 #Intro p {
  position: relative;
  z-index: 3;
}

/* ■■ [4]コンテンツを包括する要素の設定
---------------------------------------
デザインの自由度を上げるために、エントリー部（メイン）と
プラグインを含むメニュー（サブ）を包括する要素が設定されています。*/

/*[4.1]*/
#Contents {
  overflow: hidden;
  position: relative;
  clear: both;
  width: 100%;
}
.ltIE7 #Contents {
  margin-right: -3px;
}
/*[4.2]*/
#ContentsInner {
  position: relative;
  width: 100%;
}


/* ■■ [5]メインコンテンツを包括する要素の設定
---------------------------------------
エントリー部（メイン）を包括する要素の設定。*/

/*[5.1]*/
#Main {
  position: relative;
  overflow: hidden;
}
/*[5.2]*/
#MainInner {
  
}

/* ■■ [6]個々の記事を包括する要素の設定
---------------------------------------
*/
/*[6.1]*/
.Entry {
  clear: both;
  margin: 2.5em 0em;
  padding: 1em 1.5em 0;
}
/*[6.2]*/
.Plugin3 {
  background-image: url("https://blog-imgs-26.fc2.com/r/i/m/rimse/border-y.gif");
  background-repeat: repeat-y;
  margin: 2em 0;
  width: 100%;
}

/* ■■ [7]記事タイトル部の設定
---------------------------------------
*/
/*[7.1]*/
.EntryHeader {
  padding: 0 0 0.5em;
}
/*[7.2]*/
div.EntryTitle {
  border-left: 3px solid #2581F1;
  min-height: 2em;
  font-size: 120%;
}
.ltIE7 div.EntryTitle {
  height: 2em;
}
/*[7.3]*/
h2.EntryTitle {
  margin: 0;
  padding: 0 5px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: -0.03em;
}
/*[7.4]*/
h2.EntryTitle:first-letter {
  font-size: 185%;
  line-height: 1;
  margin-right: -0.02em;
}
/*[7.5.1]*/
.EntryTitle a:link , 
.EntryTitle a:visited ,
.Plugin3Title:first-letter {
  color: #2581F1;
  text-decoration: none;
}
/*[7.5.2]*/
.EntryTitle a:hover {
  color: #3D9BFE;
  text-decoration: none;
}
/*[7.6]*/
h2.Plugin3Title {
  padding: 0.5em 2em 1px;
  margin: 0 0 1em;
  background-image: url("https://blog-imgs-26.fc2.com/r/i/m/rimse/border-x.gif");
  background-repeat: repeat-x;
  background-position: 0 100%;
  color: #999;
  font-weight: bold;
  line-height: 1.2;
}
/*[7.7]*/
h2.Plugin3Title:first-letter {
  font-size: 150%;
  line-height: 1;
}
/*[7.8]*/
div.EntryDate {
  font-size: 85%;
  line-height: 1.15;
  padding-left: 7px;
  margin-top: 1px;
  border-left: 3px solid #999 ;
}
/*[7.9]*/
p.EntryDate {
  margin: 0;
  color: #999;
  padding: 1px 0;
}

/* ■■ [8]記事本文の設定
---------------------------------------
*/
/*[8.1]*/
.EntryBody , 
.Plugin3Body {
  clear: both;
}
/*[8.2-a]*/
.EntryBodyInner ,
.Plugin3BodyInner {
  width: 100%;
  overflow: auto;
  padding-bottom: 22px;
}
/*[8.2-b:for IE5-IE7]*/
.ltIE8 .EntryBodyInner ,
.ltIE8 .Plugin3BodyInner {
  overflow-x: auto;
  overflow-y: hidden;
}
/*[8.3]*/
.EntryMore {
  margin: 1em 0 0;
}
/*[8.4]*/
.EntryBody dd {
  padding-left: 2.5em;
  margin: 0;
}
/*[8.5]*/
.fc2_footer {
  margin: 1em 0 0;
  width: 99%;
}
/*[8.5-b]*/
.fc2_footer img {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}
/*[8.6]*/
a.tagword:link ,
a.tagword:visited {
  text-decoration: none;
  border-bottom: 1px dotted #999;
}
/*[8.7]*/
a.tagword:hover {
  text-decoration: none;
  background-color: #f5f5f5;
  border-bottom: 1px dotted #999;
}
/*[8.8]*/
.relate_dl {
  margin-top: 2em;
  clear: both;
}

/* ■■ [9]記事のフッタ部の設定
---------------------------------------
*/
/*[9.1]*/
.EntryFooter {
  margin: 0.5em 0 0;
  clear: both;
}
/*[9.2]*/
dl.EntryTag {
  margin-left: 2em;
  border-left: 3px solid #999;
  padding-top: 0.2em;
  padding-left: 1em;
  padding-bottom: 0.2em;
  margin-bottom: 1px;
  font-size: 85%;
}
/*[9.3]*/
dl.EntryTag dt {
  letter-spacing: 1px;
  font-weight: bold;
}
/*[9.4]*/
dl.EntryTag dd {
  display: inline;
  margin: 0 1em 0 0;
}
/*[9.5]*/
dl.EntryThread {
  margin-left: 2em;
  border-left: 3px solid #ccc;
  padding-top: 0.2em;
  padding-left: 1em;
  padding-bottom: 0.2em;
  font-size: 85%;
}
/*[9.6]*/
dl.EntryThread dt {
  letter-spacing: 1px;
  font-weight: bold;
}
/*[9.7]*/
dl.EntryThread dd {
  display: inline;
  margin: 0 1em 0 0;
}
/*[9.8]*/
ul.EntryInfo {
  text-align: right;
  margin: 1.2em 0 1em;
  list-style-type: none;
}
/*[9.9]*/
ul.EntryInfo li {
  display: inline ;
  padding: 0 0.5em;
  border-right: 1px dotted #999;
}
/*[9.10]*/
ul.EntryInfo li.EntryCategory {
  border-right: none;
  padding-right: 0;
}
/*[9.11]*/
.ltIE7 dl.EntryTag , .ltIE7 dl.EntryThread {
  height: 1%;
}

/*[9.12]*/
dl.EntryTag dd a:before {
  content: url("https://blog-imgs-50.fc2.com/r/i/m/rimse/icon-tag2.gif");
  vertical-align: middle;
  padding-right: 0.1em;
  position: relative;
  top: 1px;  
}

/*[9.13]*/
ul.EntryInfo .EntryComments a:before {
  content: url("https://blog-imgs-50.fc2.com/r/i/m/rimse/icon-comment.gif");
  vertical-align: middle;
  padding-right: 0.1em;
  position: relative;
  top: 1px;  
}

/*[9.14]*/
ul.EntryInfo .EntryTrackbacks a:before {
  content: url("https://blog-imgs-50.fc2.com/r/i/m/rimse/icon-trackback.gif");
  vertical-align: middle;
  padding-right: 0.1em;
  position: relative;
  top: 1px;  
}

/*[9.15]*/
ul.EntryInfo .EntryCategory a:before {
  content: url("https://blog-imgs-50.fc2.com/r/i/m/rimse/icon-category-2.gif");
  vertical-align: middle;
  padding-right: 0.1em;
  position: relative;
  top: 1px;  
}




/* ■■ [10]コメント・トラックバック包括要素の設定
---------------------------------------
*/
/*[10.1]*/
#Comment , 
#Trackback {
  padding: 1em 1.5em;
  margin-bottom: 2em;
}
/*[10.2]*/
#CommentInner, 
#TrackbackInner {
  width: 100%;
}


/* ■■ [11]コメント・トラックバック部の見出しの設定
---------------------------------------
*/
/*[11.1]*/
#Comment h3 , 
#Trackback h3 , 
#EditComment h2 {
  font-size: 100%;
  font-weight: bold;
  margin: 0 0 1em;
  padding-top: 0.5em;
  padding-left: 0.5em;
  padding-bottom: 0.5em;
  border-left: 3px solid #2581F1;
}


/* ■■ [12]コメントの表示設定
---------------------------------------*/

/*[12.1]*/
.ReadComment ol {
  padding-left: 32px;
}
/*[12.2]*/
.CommentHeader p {
  margin: 0;
}
/*[12.3]*/
.CommentTitle {
  padding-left: 0.5em;
  border-left: 0.2em solid #999;
  font-weight: bold;
}
/*[12.4]*/
.CommentTitle p {
  margin: 0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
/*[12.5]*/
.CommentBody {
  margin: 0;
  border-left: 0.2em solid #ccc;
  padding-left: 0.5em;
}
/*[12.6-a]*/
.CommentBody p {
  margin: 0;
  width: 100%;
  overflow: auto;
  padding-top: 0.1em;
  padding-bottom: 0.3em;
}

/*[12.6-b: for IE5-IE7]*/
.ltIE8 .CommentBody p {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 25px;
}
/*[12.7]*/
.CommentFooter p {
  margin: 0.5em 0 1em;
  text-align: right;
  color: #777;
  font-size: 90%;
}
/*[12.8]*/
.CommentFooter a {
  color: #777 !important;
}

/* ■■ [13]コメント投稿フォームの設定
---------------------------------------
*/
/*[13.1]*/
#WriteComment dt, 
#EditComment dt {
  margin: 0;
  padding: 0;
}

/*[13.2]*/
#WriteComment dd, 
#EditComment dd {
  margin: 0.2em 1em;
}

/*[13.3-a]*/
input#name ,
input#pass {
  width: 40%;
  padding: 2px;
  border: 1px solid #444;
  border-radius: 4px;
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px;
  max-width: 250px;
}
/*[13.3-b: for IE5-IE7 ]*/
.ltIE7 input#name ,
.ltIE7 input#pass {
  width: 160px;
}
/*[13.4-a]*/
input#mail ,
input#url ,
input#subject ,
textarea#comment {
  width: 92%;
  padding: 2px;
  border: 1px solid #444;
  border-radius: 4px;
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px;
  font-family:inherit;
  max-width: 450px;
}

/*[13.4-b: for IE5-IE7 ]*/
.ltIE7 input#mail ,
.ltIE7 input#url ,
.ltIE7 input#subject ,
.ltIE7 textarea#comment {
  width: 330px;
}

/*[13.5]*/
p.Submit input {
  margin: 0 2em;
  padding: 0.1em 1em;
  border: 1px solid #444;
  border-radius: 4px;
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px;
}

/*[13.6]*/
p.Submit input.del {
  margin: 0 0 0 5em;
  padding: 0.2em 0.5em;
}

/* ■■ [14]トラックバック表示についての設定
---------------------------------------
*/

/*[14.1]*/
#Trackback dt {
  font-weight: bold;
}
/*[14.2]*/
dd.TrackbackUrl {
  margin-left: 1.5em;
  padding: 2px 0.5em;
  border-left: 0.2em solid #999;
}
/*[14.3-a]*/
dd.TrackbackUrl input {
  border: none;
  padding: 2px;
  width: 380px;
  font-family: inherit;
}
/*[14.3-b]*/
dd.TrackbackUrl a {
  font-size:90%;
}
/*[14.4]*/
dt.TrackbackList {
  margin-top: 1em;
}
/*[14.5]*/
p.TrackbackListTitle {
  margin: 0 0 1px 1.5em;
  padding: 2px 0.5em;
  border-left: 0.2em solid #999;
}

/*[14.6]*/
p.TrackbackListExcerpt {
  margin: 0 0 1em 1.5em;
  padding: 2px 0.5em;
  border-left: 0.2em solid #ccc;
}



/* ■■ [15]前後のページへのナビゲーション
---------------------------------------
*/
/* ページ上部のナビゲーション */
/*[15.1]*/
.PageLink dt {
  display: none;
}

/*[15.2.1]*/
.NavA {
  margin: 0 2px 2.5em;
  padding: 0;
  font-size: 80%;
  line-height: 50px;
}
/*[15.2.3]*/
.NavA dd {
  display: inline;
  margin: 0 0 0 1px;
  text-transform: uppercase;
}
/*[15.2.4]*/
.NavA a {
  background-repeat: no-repeat;
  background-position: 50% 96%;
  text-decoration: none !important;
  padding: 50px 8px 0;
}

/*[15.3]*/
.NavA .NavText {
  width: 0;
  visibility: hidden;
  overflow: hidden;
}

/*[15.4.1]*/
.NavA .Home a {
  background-image: url("https://blog-imgs-15.fc2.com/r/i/m/rimse/home_black.gif");
}

/*[15.4.2]*/
.NavA .Next a {
  background-image: url("https://blog-imgs-15.fc2.com/r/i/m/rimse/arrow1_right.gif");
}

/*[15.4.3]*/
.NavA .Prev a {
  background-image: url("https://blog-imgs-15.fc2.com/r/i/m/rimse/arrow1_left.gif");
}

/* 記事下・ページ下部のナビゲーション */
/*[15.3.1-a]*/
.NavB {
  margin: 2.5em auto;
  padding: 0;
  width: 94%;
  min-height: 1.4em;
  text-align: center;
  display: inline-block;
  position: relative;
  line-height: 1.4;
  max-width: 750px;
}
/*[15.3.1-b]*/
.ltIE7 .NavB {
  height: 1.4em;
  width: 94%;
}
/*[15.3.1-c] clearfix */
.NavB:after {
  content: ".";font-size: 0.1em;line-height: 0;display: block;
  height: 0.1px;visibility: hidden;clear: both; }
.NavB {display: block;}

/*[15.3.2]*/
.NavB dd {
  display: block;
  padding: 0;
}
/*[15.3.2-a]*/
.NavB .Prev {
  float: left;
  text-align: right;
  width: 50%;
  text-transform: uppercase;
}
/*[15.3.2-b]*/
.NavB .Next {
  float: right;
  text-align: left;
  width: 50%;
  text-transform: uppercase;
}
.ltIE8 .NavB .Prev , 
.ltIE8 .NavB .Next {
  width: 49%;
} 
.PermanentArea .NavB .Prev ,
.PermanentArea .NavB .Next {
  text-transform: none;
}
/*[15.3.2-c]*/
.NavB .Home ,
.PermanentArea .NavB .Home {
  width: 36px;
  position: absolute;
  left: 50%;
  margin-left: -18px;
  text-transform: uppercase;
}
/*[15.3.3-a]*/
.NavB a {
  text-decoration: none !important;
  position: relative;
  display: block;
  margin: 0 6px;
}
/*[15.3.3-b]*/
.ltIE7 .NavB a {
  position: static;
}
/*[15.3.3-c]*/
.ltIE7 .NavB dd.Home a {
  margin: 0;
}
/*[15.3.5-a]*/
.NavB .Prev .Item {
  display: block;
  margin: 0 18px 0 0;
  border-right: 1px dotted #666;
}
/*[15.3.5-b]*/
.NavB .Next .Item {
  display: block;
  margin: 0 0 0 18px;
  border-left: 1px dotted #666;
}
/*[15.3.6-a]*/
.NavB .Next .NavText ,
.PermanentArea .NavB .Next a {
  background-image: url("https://blog-imgs-15.fc2.com/r/i/m/rimse/arrow1_right.gif");
  background-position: 98% 50%;
  background-repeat: no-repeat;
  padding-right: 28px;
}
.NavB .Prev .NavText ,
.PermanentArea .NavB .Prev a {
  background-image: url("https://blog-imgs-15.fc2.com/r/i/m/rimse/arrow1_left.gif");
  background-position: 2% 50%;
  background-repeat: no-repeat;
  padding-left: 28px;
}


.NavB .NavText {
  position: relative;
}

.PermanentArea .NavB .Next .NavText ,
.PermanentArea .NavB .Prev .NavText ,
.ltIE7 .NavB .Next .NavText ,
.ltIE7 .NavB .Prev .NavText ,
.NavB .Prev a , 
.NavB .Next a {
  background-image: none;
}

/*[15.3.7]*/
.NavB a {
  padding: 4px 7px;
}
/*[15.3.8]*/
.NavB a:hover {
  padding: 3px 6px;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
}
/*[15.3.11-a]*/
.NavB .Next a {
  margin-right: 1px;  
}
/*[15.3.11-b]*/
.NavB .Prev a {
  margin-left: 1px;

}
/*[15.3.12-a]*/
.NavB .Next a:hover {
  margin-right: 0;
}
/*[15.3.12-b]*/
.NavB .Prev a:hover {
  margin-left: 0;
}
/*[15.4]*/
.ltIE8 dl#TopNav dd ,
.ltIE8 dl.PageLink ,
.ltIE8 dl.PageLink a {
  height: 1%;
}
.NavB .Home .NavText {
  display: block;
  width: 1px;
  visibility: hidden;
  overflow: hidden;
}
.NavB .Home a {
  background-image: url("https://blog-imgs-15.fc2.com/r/i/m/rimse/home_black.gif");
  background-repeat: no-repeat;
  background-position: center center;
  padding: 4px 11px;
}
.NavB .Home a:hover {
  padding: 3px 10px;
}



/* ■■ [16]サブメニュー包括要素の設定
---------------------------------------
*/
/*[16.1]*/
#Sub {
  position:relative;
  overflow: hidden;
  z-index: 1;
}
/*[16.2.1]*/
#SubInner {
  display: inline-block;
}
/*[16.2.2] clearfix */
#SubInner:after {
  content: ".";
  font-size: 0.1em; 
  line-height: 0; 
  display: block; 
  height: 0.1px; 
  visibility: hidden; 
  clear: both; 
}
.ltIE7 #SubInner {height: 1%;}
#SubInner {display: block;}


/* ■■ [17]サブメニューを包括する要素の設定
---------------------------------------
*/
/*[17.1]*/
#Sub .MenuItem {
  text-align: center;
  padding: 1em;
}
/*[17.2-a]*/
#Sub .MenuBody {
  width: 100%;
  padding: 0.5em 0 25px;
  overflow: auto;
  text-align: left;
}
/*[17.2-b: for IE5-IE7]*/
.ltIE8 #Sub .MenuBody {
  overflow-x: auto;
  overflow-y: hidden;
}
/*[17.3]*/
.Description ,
.Description2 {
  clear: both;
}


/* ■■ [18]サブメニュー内各種要素についての設定
---------------------------------------
*/
/*[18.1]*/
#Sub h2 {
  margin: 0;
  padding: 0.5em 0.5em 0;
  border-bottom: 1px dotted #999;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
}
/*[18.2-a]*/
#Sub ul {
  padding-left: 20px;
  list-style-type: square;
}
/*[18.2-b: for IE8]*/
.IE8 #Sub ul {
  list-style-type: disc;
}
/*[18.3]*/
#Sub ul.sub_menu {
  margin-top: 0;
  margin-bottom: 0.5em;
  padding-left: 15px;
  list-style-type: disc;
}
/*[18.4]*/
#Sub dd {
  padding-left: 20px;
}
/*[18.5]*/
#Sub input , 
#Sub textarea {
  margin: 2px 0px;
  padding: 0.1em 1px;
}
/*[18.6]*/
.P-left {
  text-align: left;
}
.P-center {
  text-align: center;
}
.P-right {
  text-align: right;
}

/* ■■ [19]フッタ部設定
---------------------------------------
*/
/*[19.1]*/
#Footer {
  text-align: right;
  font-size: 10px;
  clear: both;
  line-height: 1.5;
  width: 100%;
}
#FooterInner {
  position: relative;
  padding-top: 3em;
  padding-bottom: 1em;
}
.shift-off .ltIE8 #FooterInner {
  left: 0;
}
.shift-on .ltIE8 #FooterInner {
  float: left;
}
/*[19.2]*/
#Footer ,
#Footer a {
  color: #666;
}
/*[19.3]*/
#Footer .Ad , 
#Footer .Design {
  margin: 0;
  padding: 0 10px;
}


/* ■■ [20]テーブル・カレンダー関係
---------------------------------------
*/
/*[20.1]*/
table {
  font-size: 100%;
}
/*[20.2]*/
table.calender {
  width: 95%;
  margin: 0 auto;
}
/*[20.3]*/
.calender td, 
.calender th {
  text-align: center;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 0;
  line-height: 2;
  font-size: 95%;
}
/*[20.4]*/
th {
  font-weight: normal;
}
/*[20.5]*/
.calender td a:link,
.calender td a:visited {
  background-color: #333;
  display: block;
  height: 1%;
}
/*[20.6]*/
.calender td a:hover {
  background-color: #222 !important;
  display: block;
  height: 1%;
}


/* ■■ [21]全記事一覧についての設定 
---------------------------------------
*/

/*[21.1]*/
.Titlelist {
  line-height: 1.2;
  font-size: 85%;
}

/*[21.2]*/
.Titlelist dt {
  margin-top: 1.5em;
  padding-left: 6px;
}

/*[21.3]*/
.Titlelist dd {
  padding-left: 6px;
}

/*[21.4]*/
.TitlelistTitle {
  border-left: 2px solid #666;
  padding-top: 3px;
  font-weight: bold;
  padding-bottom: 1px;
}

/*[21.5]*/
.TitlelistTitle a {
  text-decoration: none;
  font-size: 120%;
  line-height: 1.1;
}

/*[21.6]*/
.TitlelistDate {
  margin: 0 0 1px;
  border-left: 2px solid #666;
  padding-bottom: 3px;
  font-size: 90%;
}

/*[21.7]*/
.TitlelistDate span {
  padding-right: 0.5em;
}

/*[21.8]*/
.TitlelistBody {
  padding-top: 2px;
  padding-bottom: 2px;
  border-left: 2px solid #aaa;
}



/*■■ [22]バトン用スタイル 
---------------------------------------
フォントの種類や質問の数によって、A1などの文字が黒地の部分からはみ出すことがあります。
その場合は、※1〜※3の「4em」という部分を、少し大きな値に（5emや5.5emなどに）変更してみてください。
*/
p.baton_title {
  margin: 1em 0;
  border-bottom: 1px dotted #777;
  font-weight: bold;
}
p.baton_title a {
  text-decoration: none !important;
}
dl.blog_baton {
  margin: 0 1em;
  line-height: 1.4;
}
dl.blog_baton dt {
  margin: 0;
  padding: 0.2em 0 0.2em 0.5em;
  /* ※1 */
  border-left: 4em solid #666;
  /* ↑ここで指定した色が質問番号(Q1など)の背景色になります。*/
  border-bottom: none;
  font-weight: bold;
  position: relative;
}
dl.blog_baton dd {
  margin: 1px 0 1em 0;
  padding: 0.2em 0 0.2em 0.5em;
  /* ※2 */
  border-left: 4em solid #444;
  /* ↑ここで指定した色が回答番号(A1など)の背景色になります*/
  border-bottom: none;
  position: relative;
}
dl.blog_baton span.q_number ,
dl.blog_baton span.a_number {
  position: absolute;
  display: block;
  text-align: center;
  color: #f5f5f5;
  font-weight: bold;
  line-height: 1.2;
  vertical-align: middle;
  /* ※3 */
  width: 4em;
  
  /* ↑の値を変えたときは、負の数値を下に入れる。*/
  left: -4em; /* ★ */
}
.ltIE7 dl.blog_baton span.q_number ,
.ltIE7 dl.blog_baton span.a_number {
/* IE6用記述。★の値よりさらに-0.5したものを入れる。*/
  left: -4.5em;
}



/* ■■ [23]オリジナルクラス 
---------------------------------------
テンプレート内で使えるオリジナルクラスなど。
詳細は作者ブログをご覧ください。*/

/* 【 任意の要素に枠をつける： imgbox 】
記事中の任意の要素に枠をつけます*/
.Entry .imgbox {
  border: 1px solid #333;
  margin: 1px;
}

/* 【 任意の要素に枠をつけない： noimgbox 】
記事中の任意の要素に枠をつけないようにします 
（枠を表示させるカスタマイズと組み合わせて利用してください）*/
.Entry .noimgbox {
  border: none;
}

/* 【 要素の左寄せ： f-left 】
以降のテキストを右側に回り込ませることができます。
周囲には適度な余白が設定されます。*/
.Entry .f-left ,
.Entry .imgbox.f-left {
  display:inline;
  float: left;
  margin: 0 0.5em 0.5em 0;
}

/* 【 要素の右寄せ： f-right 】
以降のテキストを左側に回り込ませることができます。
周囲には適度な余白が設定されます。*/
.Entry .f-right ,
.Entry .imgbox.f-right {
  display: inline;
  float: right;
  margin: 0 0 0.5em 0.5em;
}

/* 【 画像を写真風に： photo 】
写真のような枠をつけることが出来ます。*/
.Entry .photo {
  margin: 0.5em;
  padding: 6px;
  background: #fff url("https://blog-imgs-41.fc2.com/r/i/m/rimse/photo_loading.gif") no-repeat center center;
  border: 1px solid #666;
  box-shadow: 0 0 5px #666; /*CSS3*/
  -moz-box-shadow: 0 0 5px #666; /* Firefox用*/
  -webkit-box-shadow: 0 0 5px #666; /* Google Chrome, Safari用*/
}

/* 【 さらに強い強調： strong 】
strong要素にのみ適用可能。アクセントカラーを使い、強い強調を表現。*/
strong.strong , strong.strong a:link , strong.strong a:visited {
  color: #f36;
}


/* ■■ スタイルシート追加用エリア 
---------------------------------------
スタイルを追加する場合は、ここより下に追加してください */









/* スタイルを追加する場合は、ここより上に追加してください */ }