@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 {
  font-size: 100%;
}
/* ブログ紹介文の文字サイズ */
#Intro {
  font-size: 100%;
}
/* メインカラムの文字サイズ */
#Main {
  font-size: 100%;
}
/* サブカラムの文字サイズ */
#Sub {
  font-size: 100%;
}
/* 記事の本文の文字サイズ 
「メインカラムの文字サイズ」からの相対的な大きさになります */
.EntryBody {
  font-size: 100%;
}



/* 【カラム幅の変更】
[1]〜[4]に従って編集してください */

/*[1]：A1・A2のwidthの値を足して「100%」になるように変更 */
#Main {
/* A1:記事側 */
  width: 60%;
}
#Header , #Sub {
/* A2:タイトル・プラグイン側 */
  width: 40%;
} 
/*[2]：「35%」を、(A2のwidthの値 × 0.875)の値に変更。*/
/*※代入する値は小数第一位程度までで大丈夫です */
.shift-off #WrapInner {
  background-position: 35%;
}
/*[3]：「65%」の部分を、(100% - [2]でいれた値)に変更*/
.shift-on #WrapInner {
  background-position: 65%;
}
/*[4]：「40%」の部分を、A2のwidthの値に変更*/
.shift-off #Footer { margin-left: 40%; }
.shift-on #Footer { margin-right: 40%; }



/* 【文字色の変更】
リンク以外の文字色です。
リンク部分の文字色については [1]リンク用設定 を参照してください。
記事タイトルの文字色は、リンクの文字色が適用されます。*/

/* 記事の文字色 */
.Entry , #Comment , #Trackback , .Plugin3 , .Entry a.tagword {
  color: #444; 
}
/* ブログタイトルの文字色 
カーソルを乗せた時の色は、リンクの場合と同じです。 */
#Title a:link , #Title a:visited {
  color: #444;
}
/* ブログ紹介文の文字色 */
#Header {
  color: #444;
}
/* サブカラムの文字色 */
#Sub {
  color: #444;
}
/* プラグインタイトルの文字色・A
プラグイン1・2（サブメニュー側）のプラグインタイトル */
#Sub h2 {
  color: #444;
}
/* プラグインタイトルの文字色・B
プラグイン3（記事上部）のプラグインタイトル*/
.Plugin3Title h2 {
  color: #444;
}



/* 【背景の設定】
色の変更の他、画像を使用することも出来ます。*/
/* 全体 */
body {
  background: #fff;
}
/* タイトル部 
タイトル部分に背景色を設定しないと、
記事側とプラグイン側を分ける縦の破線が重なって表示されます*/
#HeaderInner {
  background: #fff;
}


/* 【記事中の画像の枠】
記事中の画像に対し枠をつける場合は、
↓の※A1と※A2の行を削除してください（絵文字には枠はつきません）
枠の色、太さなどについては、borderプロパティを編集してください。
また、特定の画像にのみ枠をつけたい場合は、テンプレートの
独自クラスを利用すると便利です。詳しくは作者ブログまで。*/

/*※A1 ---この行を削除---
.EntryBody img {
  border: 1px solid #333;
  margin: 1px;
  padding: 0;
}
※A2 ---この行を削除---*/


/* ■ 表示幅の設定
-------------------
HTML上部にあるカスタマイズの留意点[1]を読んでから行ってください。*/

/* 【固定幅の設定】 
固定幅に設定したときの横幅を指定。初期設定では950ピクセル。*/
.fixed-on #Wrap { width: 950px; }


/* 【可変幅の設定】 
以下の[1]から[3]の項目を編集してください*/
.fixed-off #Wrap {
  max-width: 1000px; /*[1]上限：初期設定では1000ピクセル*/
  min-width: 900px;  /*[2]下限：初期設定では900ピクセル*/
}
.fixed-off .ltIE8 #Wrap {
/*IE6・IE7は強制的に固定幅になります */
  width: 900px;  /*[3]IE6・IE7用の表示幅設定：必ず偶数の値を指定！初期設定は1000ピクセル。*/
}



/* ■ カラム配置設定
-------------------
この部分はカスタマイズ非推奨 */
.shift-off #SubInner { width: 75%; }
.shift-on div#Header , .shift-on div#Sub {float:right;}
.shift-on div#Main {float:left;}
.shift-on dl#TopNav {text-align:left;}
.shift-on dl#TopNav dd {margin: 0 2px 0 0;}
.shift-on div#SubInner {margin-left: 25%;}
.shift-on #Footer {text-align: center;}
/* この部分はカスタマイズ非推奨 */

/*
--------------------------------------
■■ 簡易カスタマイズ：ここまで */



/*■■ [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] リンク用設定
--------------------------------------
リンクの文字色などの設定*/

/*[1.1] 基本設定 */
/*[1.1.1] 通常の状態 */
a:link {
  color: #444;
  text-decoration: underline;
}
/*[1.1.2] 訪問済みの状態 */
a:visited {
  color: #444;
  text-decoration: underline;
}
/*[1.1.3] カーソルをのせた状態 */
a:hover , #Title a:hover {
  color: #c33;
  text-decoration: underline;
}

/*[1.2] サブカラム中のリンク */
/*[1.2.1] 通常の状態 */
#Sub a:link {
  color: #444;
  text-decoration: underline;
}
/*[1.2.2] 訪問済みの状態 */
#Sub a:visited {
  color: #444;
  text-decoration: underline;
}
/*[1.2.3] カーソルをのせた状態 */
#Sub a:hover {
  color: #c33;
  text-decoration: underline;
}

/*[1.3] ページ上部の「前後のページへのリンク」*/
/*[1.3.1] 通常の状態 */
.NavA a:link {
  color: #444;
  border-bottom: 1px solid #333;
}
/*[1.3.2] 訪問済みの状態 */
.NavA a:visited {
  color: #444;
  border-bottom: 1px solid #333;
}
/*[1.3.3] カーソルをのせた状態 */
.NavA a:hover {
  color: #444;
  border-bottom: 1px solid #333;
  background-color: #f5f5f5;
}

/*[1.4] 記事下部の「前後のページへのリンク」*/
/*[1.4.1] 通常の状態 */
.NavB a:link {
  color: #444;
}
/*[1.4.2] 訪問済みの状態 */
.NavB a:visited {
  color: #444;
}
/*[1.4.3] カーソルをのせた状態 */
.NavB a:hover {
  color: #444;
  border-color: #555;
/*※ 注意
枠を表示させたくない場合は、背景色と同じ色を指定。
*/
}


/* ■■ [2] ページ全体の設定
--------------------------------------
ページ全体に適用するスタイルの設定*/

/*[2.1]*/
body {
  margin: 0;
  padding: 0 40px;
  color: #444;
  line-height: 1.4;
  /* for IE5 */ text-align: center;
  overflow: visible;
}

/*[2.2]*/
#Wrap {
  font-size: 75%;
  margin: 0 auto;
  /* for IE5 */ text-align: left;
}

#WrapInner {
  background-image: url("https://blog-imgs-41.fc2.com/r/i/m/rimse/border-y-444.gif");
  background-repeat: repeat-y;
}

/* ■■ [3]ヘッダー部の設定
--------------------------------------
タイトル・ブログの紹介を含む部分の設定*/

/*[3.1]*/
#Header {
  float: left;
  padding: 5em 0 0;
  line-height: 1.3;
}
/*[3.2]*/
#HeaderInner {
  border: 1px solid #333;
  padding: 9em 0.5em 0.5em;
}
/*[3.3]*/
.ltIE6 #Title ,
.ltIE6 #Intro {
  width: 100%;
  overflow: hidden;
}
/*[3.4]*/
#Title h1 {
  margin: 0;
  font-size: 145%;
  font-weight: bold;
  letter-spacing: -0.03em;
}
/*[3.5]*/
#Title h1 a {
  text-decoration: none !important;
}
/*[3.6] 個別ページなどで表示されるサブタイトル */
#Subtitle {
  display: none;
}
/*[3.7] ブログ紹介文 */
#Intro p {
  margin: 0;
  padding: 0 0 0.4em;
  font-size: 90%;
}


/* ■■ [4]コンテンツを包括する要素の設定
----------------------------------------
メインカラムとサブカラム（プラグイン等）を包括する要素の設定*/


/* ■■ [5]メインコンテンツを包括する要素の設定
---------------------------------------
エントリー部（メイン）を包括する要素の設定。
サブメニューについての設定は[16.1]から。*/

/*[5.1]*/
#Main {
  float: right;
}

/*[5.2]*/
#MainInner {
  padding: 0 18px 5em;
  min-height: 25em;
}

.ltIE7 #MainInner {
  height: 25em;
}

/* ■■ [6]個々のエントリーを包括する要素の設定
---------------------------------------
*/
/*[6.1]*/
.Entry {
  margin: 1em 0 0;
  clear: both;
}

/*[6.2]*/
.EntryInner {
  width: 100%;
}

/*[6.3]*/
.Plugin3 {
  margin: 2em 0 0.5em;
  padding: 0 1.5em;
}

/* ■■ [7]エントリータイトル部の設定
---------------------------------------
*/
/*[7.1]*/
div.EntryTitle {
  margin: 3em 0 0.1em;
  font-size: 115%;
}

/*[7.2]*/
h2.EntryTitle {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: bold;
  letter-spacing: -0.03em;
  border-bottom: 1px solid #444;
}

/*[7.3]*/
h2.EntryTitle:first-letter {
  font-size: 180%;
  line-height: 1;
  margin-bottom: -0.2em;
  margin-right: -0.03em;
}

/*[7.4]*/
h2.EntryTitle a {
  text-decoration: none !important;
}

/*[7.5]*/
p.EntryDate {
  font-size: 85%;
  text-align: right;
  line-height: 1.1;
  margin: 0 0 1em;
}

/*[7.6]*/
h2.Plugin3Title {
  padding: 0.5em 0 0;
  border-bottom: 1px solid #444;
  margin: 0 0 0.8em;
  background-position: 0 100%;
  font-weight: bold;
  line-height: 1.2;
}

/* ■■ [8]エントリーの本文の設定
---------------------------------------
*/
/*[8.1]*/
div.EntryBody {
  margin: 0.8em 1.5em 0;
}

/*[8.2-a]*/
div.EntryBodyInner ,
div.Plugin3BodyInner {
  width: 100%;
  overflow: auto;
  padding-bottom: 12px;
}

/*[8.2-b:for IE5-IE7]*/
.ltIE8 .EntryBodyInner ,
.ltIE8 .Plugin3BodyInner {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 22px;
}

/*[8.3]*/
div.EntryMore {
  margin-top: 1em;
}

/*[8.4]*/
div.EntryBody dd {
  padding-left: 2.5em;
  margin: 0;
}

/*[8.5]*/
.fc2_footer {
  margin-top: 1em;
  margin-right: 5px;
}
/*[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;
  border-bottom: 1px dotted #999;
}
/*[8.8]*/
.relate_dl {
    margin-top: 2em;
    clear: both;
}

/* ■■ [9]エントリーのフッタ部の設定
---------------------------------------
*/
/*[9.1]*/
div.EntryFooter {
  margin: 0.5em 0 0;
  clear: both;
}

/*[9.2]*/
dl.EntryThread {
  margin-left: 2em;
  border-left: 3px solid #ccc;
  padding: 0.2em 1em;
}
/*[9.3]*/
dl.EntryThread dt {
  font-weight: bold;
}
/*[9.4]*/
dl.EntryThread dd {
  display: inline;
  margin: 0 1em 0 0;
}
/*[9.5]*/
dl.EntryTag {
  margin-left: 2em;
  margin-bottom: 1px;
  border-left: 3px solid #999;
  padding: 0.2em 1em;
}
/*[9.6]*/
dl.EntryTag dt {
  font-weight: bold;
}
/*[9.7]*/
dl.EntryTag 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: 0 0 0 0.5em;
}

/*[9.11]*/
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.12]*/
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.13]*/
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.14]*/
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: 0 1em;
  margin: 2em 0;
}

/*[10.2]*/
#CommentInner , 
#TrackbackInner {
  width: 100%;
}

/* ■■ [11]コメント・トラックバック部の見出しの設定
---------------------------------------
*/
/*[11.1]*/
#Comment h3 , 
#Trackback h3 , 
#EditComment h2 {
  margin: 3em 0 1em;
  padding:  0;
  font-size: 115%;
  line-height: 1;
  font-weight: bold;
  letter-spacing: -0.03em;
  border-bottom: 1px solid #444;
}
/*[11.2]*/
#Comment h3:first-letter , 
#Trackback h3:first-letter , 
#EditComment h2:first-letter {
  font-size: 180%;
  line-height: 1;
  margin-bottom: -0.2em;
  margin-right: -0.03em;
}

/* ■■ [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;
  margin-bottom: 1px;
}

/*[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:link ,
.CommentFooter a:visited ,
.CommentFooter a:hover {
  color: #777;
}
/* ■■ [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 1px 2.5em;
  padding: 0;
  font-size: 80%;
  line-height: 50px;
  letter-spacing: 1px;
  text-align: right;
}
/*[15.2.3]*/
.NavA dd {
  display: inline;
  padding: 0 0 0 2px;
  text-transform: uppercase;
}
/*[15.2.4]*/
.NavA a {
  background-repeat: no-repeat;
  background-position: 50% 97%;
  text-decoration: none !important;
  padding: 0 0.5em;
  padding-top: 50px;
}

.NavA .NavText {
  width: 1px;
  visibility: hidden;
  overflow: hidden;
}

.NavA .Home a {
  background-image: url("https://blog-imgs-15.fc2.com/r/i/m/rimse/home_black.gif");
}
.NavA .Next a {
  background-image: url("https://blog-imgs-15.fc2.com/r/i/m/rimse/arrow1_right.gif");
}
.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 {
  float: left;
  padding-top: 5em;
}


/* ■■ [17]各メニューを包括する要素の設定
---------------------------------------
*/

/*[17.1-a]*/
#Sub .MenuItem {
  margin-bottom: 1em;
  padding: 0 0 20px 0;
  width: 100%;
  overflow: auto;
}
/*[17.1-b: for IE5-IE7]*/
.ltIE8 #Sub .MenuItem {
  overflow-x: auto;
  overflow-y: hidden;
}
/*[17.2]*/
.MenuBody {
  padding: 0 1em;
}

/* ■■ [18]サブメニュー内各種要素についての設定  
---------------------------------------
*/
/*[18.1]*/
#Sub h2 {
  margin: 0 0 1em;
  padding: 0 0.3em;
  font-size: 100%;
  font-weight: bold;
}
/*[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 {
  padding: 1em 0;
  text-align: right;
  font-size: 10px;
  clear: both;
}

/*[19.2]*/
#Footer , #Footer a {
  color : #999 !important;
}
/*[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 #eee;
  border-bottom: 1px solid #eee;
  padding: 0px;
  line-height: 180%;
  font-size: 95%;
}

/*[20.4]*/
th {
  font-weight: normal;
}

/*[20.5]*/
.calender td a:link,
.calender td a:visited {
  background-color: #eee;
  display: block;
  height: 1%;
}

/*[20.6]*/
.calender td a:hover {
  background-color: #ccc;
  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;
}
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;
}


/* ■■ スタイルシート追加用エリア 
---------------------------------------
スタイルを追加する場合は、ここより下に追加してください */









/* スタイルを追加する場合は、ここより上に追加してください */ }