@media all{

/* ■■ 簡易カスタマイズ：目次
---------------------------------------
　・基本設定の変更
　・タイトル部分の変更
　・幅可変／固定の切り替え
　・カラム配置設定
--------------------------------------*/

/* ■ 基本設定の変更
-------------------*/

/* 【フォントの設定】 */
/* 基本となるフォント */
body {
  font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo UI", Verdana, "MS UI Gothic", Osaka, sans-serif;
}
/* ブログタイトルのフォント */
#Title h1 a {
  font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo UI", Verdana, "MS UI Gothic", Osaka, sans-serif;
}


/* 【フォントサイズの変更】
初期状態からの割合を指定してください。*/
/* 全体の文字サイズ */
#WrapInner {
  font-size: 100%;
}
/* タイトルの文字サイズ */
#Title h1 a {
  font-size: 110%;
}
/* ブログ紹介文の文字サイズ */
#Intro {
  font-size: 100%;
}
/* メインカラムの文字サイズ */
#Main { 
  font-size: 110%; 
}
/* 記事の本文の文字サイズ 
「メインカラムの文字サイズ」からの相対的な値になります */
.EntryBody { 
  font-size: 100%; 
}
/* サブカラムの文字サイズ */
.Sub { 
  font-size: 100%;
}


/* 【文字色の変更】
リンク以外の文字色を設定。
リンク部分の文字色については [1]リンク用設定 を参照してください。
記事タイトルの文字色は、リンクの文字色が適用されます。*/

/* 全体の文字色 */
/* 特に指定されていない部分はこの色が適用されます。 */
body {
  color: #333;
}
/* 記事の文字色 */
.Entry , #Comment , #Trackback , .Plugin3 {
  color: #333; 
}
/* タイトル部分の文字色 */
/* ブログタイトル部分は、[3.5.1]と[3.5.2]を参照してください */
#Header {
  color: #fff;
}
/* サブカラムの文字色 */
.Sub {
  color: #333;
}


/* 【背景色の設定】*/
/* 全体の背景色 */
body , .Sub h2 span , .NavA a {
  background-color: #fff;
}
/* 記事・コメント・トラックバック・プラグイン3の背景 */
.Entry , #Comment , #Trackback , .Plugin3 {
  background-color: #fff;
}


/* 【記事部分の枠の設定】*/
/* 太さ・枠線の種類・色を変更できます */
.Entry , #Comment , #Trackback , .Plugin3 {
  border: 1px solid #333;
}


/* 【カラム幅の変更A：カラム配置を変更していない場合】*/
/* [1]〜[4]を編集してください */
/*[1]*/
.shift-off #MainInner {
  padding-left: 330px; /* [A1]:プラグイン1の幅 */
  padding-right: 0px; /* [A2]:プラグイン2の幅 */
}
/*[2]*/
.shift-off #Plugin1 { 
  width: 330px; /* [A1]の値をいれる */
  margin-right: -330px; /* [A1]のマイナス値をいれる */
}
/*[3]*/
.shift-off #Plugin2 {
  width: 0px; /* [A2]の値をいれる */
}
/*[4]*/
.shift-off #ThreeColumn {
  margin-right: 0px; /* [A2]のマイナス値をいれる */
}


/* 【カラム幅の変更B：カラム配置を変更した場合】*/
/* [1]〜[6]を編集してください。ちょっと複雑です。 */
/*[1]*/
.shift-on #Plugin1 {
  width: 220px; /* [B1]:プラグイン1の幅 */
}
/*[2]*/
.shift-on #Plugin2 {
  width: 220px; /* [B2]:プラグイン2の幅 */
}
/*[3]*/
.shift-on #ThreeColumn {
  margin-right: -220px; /* [B1]のマイナス値をいれる */
}
/*[4]*/
.shift-on #Plugin1 {
  margin-right: 220px; /* [B2]の値をいれる */
  margin-left: -440px; /* ([B1] + [B2])のマイナス値をいれる */
}
/*[5]*/
.shift-on #Main {
  margin-right: -440px; /* ([B1] + [B2])のマイナス値をいれる */
}
/*[6]*/
.shift-on #MainInner {
  padding-right: 440px; /* ([B1] + [B2])の値をいれる */
}


/* 【記事中の画像の枠】
記事中の画像に対し枠をつける場合は、
↓の※C1と※C2の行を削除してください（絵文字には枠はつきません）
枠の色、太さなどについては、borderプロパティを編集してください。*/
/*※C1 ---この行を削除---
.EntryBody img {
  border: 1px solid #333;
  margin: 1px;
  padding: 0;
}
※C2 ---この行を削除---*/



/* ■ タイトル部分の変更
-------------------
すぐ下の「簡易カラーコーディネート」と一緒にどうぞ。

画像を差し替えて使用するときには、こちらの注意点もご覧ください。
  http://rimse.blog73.fc2.com/blog-entry-102.html
  
ファイルアップロードからタイトル部分に使いたい画像をアップロードし、
その画像のurlをurl("●●")の「●●」の部分と置き換えてください。
初期設定では、画像の横サイズは1100ピクセル必要になります。
（幅固定で使用する場合の初期設定は950ピクセルです）*/

#HeaderInner {
/* ■ 使用する画像のurl */
/* ▼ 改行禁止：[background-image:]から[;]まで。表示上折り返されるのはOK */
background-image: url("http://blog-imgs-41-origin.fc2.com/r/i/m/rimse/aquaria_title.jpg");
/* ▲ 改行禁止ここまで */

/* ■ 背景位置の設定（左からの位置 上からの位置）*/
background-position: 50% 50%;

/* ■ 上から黒背景部分までの余白の大きさ */
padding-top: 210px;       /*（画像サイズに合わせて適当に）*/
}

/*※失敗しちゃった時のためのデフォルト設定メモ。
background-image: url("http://blog-imgs-41-origin.fc2.com/r/i/m/rimse/aquaria_title.jpg");
background-position: 50% 50%;
padding-top: 210px;
*/



/* ■■ 簡易カラーコーディネート
---------------------------------------
タイトル画像にあわせて、記事タイトルとプラグインタイトル部分の画像の色も変更できます。
※リンク色の変更はもうちょっと下にある「[1] リンク用設定」にて。*/
h2.EntryTitle , #Comment h3 , #Trackback h3 , #EditComment h2 {

/* ■ 記事タイトルの色設定 */
/* ▼ 改行禁止：[background-image:]から[;]まで。表示上折り返されるのはOK */
background-image: url("http://blog-imgs-41-origin.fc2.com/r/i/m/rimse/stereotype_entrytitle_gray.gif");
/* ▲ url中の"entrytitle_gray"の部分を色に合わせて変更してください（デフォルト：白黒）
青: entrytitle_blue   緑: entrytitle_green
赤: entrytitle_red    紫: entrytitle_violet
白黒: entrytitle_gray  */
}

.Sub h2 span {
/* ■ プラグインタイトルの色設定 */ 
/* ▼ 改行禁止：[background-image:]から[;]まで。表示上折り返されるのはOK */
background-image: url("http://blog-imgs-41-origin.fc2.com/r/i/m/rimse/stereotype_sub_title_gray.gif");
/* ▲ url中の"sub_title_gray"の部分を色に合わせて変更してください（デフォルト：白黒）
青: sub_title_blue    緑: sub_title_green
赤: sub_title_red     紫: sub_title_violet
白黒: sub_title_gray  */
}
/* ちょうど良い色合いの画像が無かったらごめんなさい。*/


/* ■■ 表示幅の設定
---------------------------------------
初期設定では、表示幅はウィンドウサイズに合わせて変化します（上限・下限あり）。
この可変幅状態において、記事中で大きな画像等を使うと、ウィンドウサイズに
よっては記事下部にスクロールバーが表示されることがあります。
もしこれが気になるようでしたら、幅を固定し、横幅を広く設定してください。
（可変・固定の切り替えはHTMLを参照）*/

/* 【可変幅の設定】 
[1]から[3]の項目を編集してください*/
.fixed-off #Wrap {
  max-width: 1100px; /*[1]上限：初期設定では1100ピクセル*/
  min-width: 950px;  /*[2]下限：初期設定では950ピクセル*/
}
.fixed-off .ltIE7 #Wrap {
/*IE6は強制的に固定幅になります */
  width: 950px;      /*[3]IE6用の表示幅設定：初期設定は950ピクセル*/
}


/* 【固定幅の設定】 
固定幅に設定したときの横幅を指定。初期設定では950ピクセル。*/
.fixed-on #Wrap { width: 1100px; }


/* ■■ カラムシフト用設定
---------------------------------------*/
/* ▼この部分はカスタマイズ非推奨 */
#ThreeColumn {float:left;width:100%;}
.shift-off #Main {float:right;width:100%;}
.shift-off #MainInner {margin:0 1.5em;}
.shift-off #Plugin1 {float:left;}
.shift-off #Plugin2 {float:right;}
.shift-off .Sub .MenuBody {padding:0 0 0 1em;}
.shift-on #Main {float:left;width: 100%;}
.shift-on .ltIE7 #Plugin1 {margin-right:0;}
.shift-on #Plugin1 {float:right;}
.shift-on #Plugin2 {float:right;}
.shift-on .Sub .MenuBody {padding:0 0 0 1em;}
.shift-on .SubInner {padding:0 0 0 1.5em;}
/* ▲この部分はカスタマイズ非推奨 */


/*
---------------------------------------
■■ 簡易カスタマイズ：ここまで*/



/*
■■ スタイルシート・目次
---------------------------------------
ここから詳細な設定です。
  [0]：デフォルトスタイルの再設定
  [1]：リンク用設定
  [2]：ページ全体の設定
  [3]：タイトル部分の設定
  [4]：コンテンツを包括する要素の設定
  [5]：メインコンテンツを包括する要素の設定
  [6〜9]：記事の設定
  [10〜14]：コメント・トラックバックの設定
  [15]：前後のページへのナビゲーション
  [16〜18]：サブメニュー・プラグインの設定
  [19]：フッタ部設定
  [20]：テーブル・カレンダー関係
  [21]：全記事一覧についての設定
  [22]：バトン用スタイル
  [23]：オリジナルクラス
---------------------------------------*/


/*■■ [0] デフォルトスタイルの再設定
---------------------------------------
ブラウザ間の表示差を少なくするため、一般的な要素にスタイルを設定*/

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.5.2]〜[3.5.3]、
記事タイトルのリンクの設定は [7.3] に別途記述されています。*/

/*[1.1] 基本設定 */
/*[1.1.1] 通常の状態 */
a:link {
  color: #555;
  text-decoration: underline;
}
/*[1.1.2] 訪問済みの状態 */
a:visited {
  color: #555;
  text-decoration: underline;
}
/*[1.1.3] カーソルをのせた状態 */
a:hover {
  color: #06c;
  text-decoration: underline;
}

/*[1.2] サブカラム中のリンク */
/*[1.2.1] 通常の状態 */
.Sub a:link {
  color: #666;
  text-decoration: underline;
}
/*[1.2.2] 訪問済みの状態 */
.Sub a:visited {
  color: #888;
  text-decoration: underline;
}
/*[1.2.3] カーソルをのせた状態 */
.Sub a:hover {
  color: #06c;
  text-decoration: underline;
}

/*[1.3] ページ上部の「前後のページへのリンク」*/
/*[1.3.1] 通常の状態 */
.NavA a:link {
  color: #666;
}
/*[1.3.2] 訪問済みの状態 */
.NavA a:visited {
  color: #666;
}
/*[1.3.3] カーソルをのせた状態 */
.NavA a:hover {
  color: #06c;
}

/*[1.4] 記事下部の「前後のページへのリンク」*/
/*[1.4.1] 通常の状態 */
.NavB a:link {
  color: #555;
}
/*[1.4.2] 訪問済みの状態 */
.NavB a:visited {
  color: #555;
}
/*[1.4.3] カーソルをのせた状態 */
.NavB a:hover {
  color: #333;
  border-color: #333;
/*※ 注意
枠を表示させたくない場合は、簡易カスタマイズ内の【背景色の設定】にある、
「全体の背景色」のbackground-colorプロパティと同じ色を指定してください。
*/

}


/* ■■ [2] ページ全体の設定
---------------------------------------
ページ全体を包括する要素の設定*/

/*[2.1]*/
body {
  margin: 0;
  padding: 0 40px;
  line-height: 1.4;
  /* for IE5 */ text-align: center;
}
/*[2.2]*/
#Wrap {
  font-size: 75%;
  margin: 0 auto;
  /* for IE5 */ text-align: left;
}


/* ■■ [3]ヘッダー部の設定
---------------------------------------
タイトル・ブログの紹介を含む部分の設定*/

/*[3.1]*/
#Header {
  border: 1px solid #333;
  border-top: none;
  background-color: #333;
  background-image: url("http://blog-imgs-41-origin.fc2.com/r/i/m/rimse/dayout_loading.gif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
/*[3.2]*/
#HeaderInner {
  width: 100%;
  background-repeat: no-repeat;
}
/*[3.3-a]*/
#Title ,
#Intro {
  width: 100%;
  background: rgb(0,0,0);
  background: rgba(0,0,0, .75);
}
/*[3.4]*/
#Title h1 {
  padding: 0.6em 30px 0.1em;
  font-size: 130%;
  font-weight: bold;
  line-height: 1.2;
}
/*[3.5.1] 通常の状態 */
#Title h1 a:link ,
#Title h1 a:visited {
  color: #fff;
  text-decoration: none;
  line-height: 1.6;
}
/*[3.5.2] カーソルをのせた状態 */
#Title h1 a:hover {
  color: #39f;
  text-decoration: none;
  line-height: 1.6;
}
/*[3.6] 個別ページなどで表示されるサブタイトル */
#Subtitle {
  display: inline;
  font-size: 70%;
  font-weight: normal;
  /* デフォルトでは表示設定 */
  /* 非表示にする場合は、次の記述をコメントアウトから外す */
  /* display: none; */
}
/*[3.7] ブログ紹介文 */
#Intro p {
  font-size: 90%;
  color: #fff;
  margin: 0;
  padding: 0 45px 0.5em;
}
/*[3.8]*/
.ltIE7 #Title h1 ,
.ltIE7 #Intro p {
  position: relative;
  z-index: 3;
}

/* ■■ [4]コンテンツを包括する要素の設定
---------------------------------------*/

/*[4.1]*/
#Contents {
  clear: both;
}
/*[4.2]*/
#ContentsInner {
  width: 100%;
}

/* ■■ [5]メインコンテンツを包括する要素の設定
---------------------------------------
エントリー部を包括するメインカラムの設定。
サブメニューについての設定は[16.1]から。*/

/*[5.1]*/
#Main {

}
/*[5.2]*/
#MainInner {

}

/* ■■ [6]個々のエントリーを包括する要素の設定
---------------------------------------
*/
/*[6.1]*/
.Entry ,
.Plugin3 {
  clear: both;
  margin: 0 0 0.5em;
}
/*[6.2]*/
.EntryInner {
  width: 100%;
}


/* ■■ [7]エントリータイトル部の設定
---------------------------------------
*/
/*[7.1]*/
div.EntryTitle {
  padding: 2em 1.5em 0.1em 1em;
}
/*[7.2]*/
h2.EntryTitle {
  margin: 0 0 -10px 0;
  padding: 9px 0 10px 11px;
  font-size: 120%;
  font-weight: bold;
  line-height: 1.2;
  background-repeat: no-repeat;
  background-position: 0 0;
}
/*[7.3]*/
h2.EntryTitle a {
  text-decoration: none !important;
}
/*[7.4]*/
p.EntryDate {
  color: #666;
  font-size: 10px;
  text-align: right;
  line-height: 1;
  margin: 0 1em 1em;
  padding-top: 2px;
}
/*[7.5]*/
h2.Plugin3Title {
  padding: 1.5em 1em 0.3em;
  border-bottom: 1px dotted #666;
  margin: 0;
  font-weight: bold;
  line-height: 1.2;
}

/* ■■ [8]エントリーの本文の設定
---------------------------------------
*/
/*[8.1]*/
.EntryBody {
  padding: 0.8em 1.5em 0;
}
/*[8.2]*/
.Plugin3Body {
  padding: 0.8em 2em 0.5em;
}
/*[8.3-a]*/
.EntryBodyInner ,
.Plugin3BodyInner {
  width: 100%;
  overflow: auto;
  padding-bottom: 25px;
}
/*[8.3-b:for IE5-IE7]*/
.ltIE8 .EntryBodyInner ,
.ltIE8 .Plugin3BodyInner {
  overflow-x: auto;
  overflow-y: hidden;
}
/*[8.4]*/
.EntryMore {
  margin-top: 1em;
}
/*[8.5]*/
.EntryBody dd {
  padding-left: 2.5em;
  margin: 0;
}
/*[8.6]*/
.fc2_footer {
  margin: 1em 0 0;
  width: 99%;
}
/*[8.6-b]*/
.fc2_footer img {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}

/*[8.7]*/
a.tagword:link ,
a.tagword:visited {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dotted #999;
}
/*[8.8]*/
a.tagword:hover {
  color: inherit;
  text-decoration: none;
  background-color: #f5f5f5;
  border-bottom: 1px dotted #999;
}

/*[8.9]*/
.relate_dl {
    margin-top: 2em;
    clear: both;
}

/* ■■ [9]エントリーのフッタ部の設定
---------------------------------------
*/
/*[9.1]*/
.EntryFooter {
  margin: 0.5em 1em 0 0.3em;
  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;
  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("http://blog-imgs-50-origin.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("http://blog-imgs-50-origin.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("http://blog-imgs-50-origin.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("http://blog-imgs-50-origin.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: 2em 1em;
  margin: 2em 0;
}
/*[10.2]*/
#CommentInner , 
#TrackbackInner {
  width: 100%;
}

/* ■■ [11]コメント・トラックバック部の見出しの設定
---------------------------------------
*/
/*[11.1]*/
#Comment h3 , 
#Trackback h3 , 
#EditComment h2 {
  margin: 0 0 1em;
  padding: 9px 0 10px 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 120%;
  font-weight: bold;
}


/* ■■ [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]*/
dl.PageLink dt {
  display: none;
}
/*[15.2.1]*/
.NavA {
  margin: 1.5em 0.6em 1.2em 1px;
  font-size: 80%;
  line-height: 3;
  letter-spacing: 1px;
}
.ltIE8 .NavA {
  margin: 1.5em 0.6em 0 1px;
}
/*[15.2.2]*/
.NavA dd {
  display: inline;
  padding: 0 0 0 14px;
  text-transform: uppercase;
  background-image: url("http://blog-imgs-26-origin.fc2.com/r/i/m/rimse/border-x.gif");
  background-repeat: repeat-x;
  background-position: 0 50%;
}
/*[15.2.3-a]*/
.NavA dd.Prev {
  padding: 0 0 0 14px;
}
/*[15.2.3-b]*/
.NavA dd.Next {
  padding: 0 14px 0 0;
}
/*[15.2.3-c]*/
.NavA dd.Home {
  padding: 0 14px;
}
/*[15.2.4]*/
.NavA a {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-decoration: none !important;
  padding: 0 0.5em;
  display: inline-block;
}
.ltIE7 .NavA a {
  display: inline;
  zoom: 1;
}
/*[15.2.5]*/
.NavA .NavText {
  font-size: 9px;
  position: relative;
  top: 13px;
}
.ltIE8 .NavA .NavText {
  font-size: 100%;
  position: static;
}
/*[15.2.6]*/
.NavA a:hover {
  position: relative;
  top: -1px;
}
.ltIE8 .NavA a:hover {
  position: static;
}

/*[15.2.7]*/
.NavA .Home a {
  background-image: url("http://blog-imgs-15-origin.fc2.com/r/i/m/rimse/home_black.gif");
}
.NavA .Next a {
  background-image: url("http://blog-imgs-15-origin.fc2.com/r/i/m/rimse/arrow1_right.gif");
}
.NavA .Prev a {
  background-image: url("http://blog-imgs-15-origin.fc2.com/r/i/m/rimse/arrow1_left.gif");
}

.ltIE8 .NavA .Home a ,
.ltIE8 .NavA .Next a ,
.ltIE8 .NavA .Prev a {
  background-image: none;
}

/* 記事下・ページ下部のナビゲーション */
/*[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("http://blog-imgs-15-origin.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("http://blog-imgs-15-origin.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("http://blog-imgs-15-origin.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 {
  padding-top: 2.5em;
  /* for IE5 */text-align: center;
}
/*[16.2]*/
.SubInner {
  /* for IE5 */ text-align: left;
}

/* ■■ [17]各メニューを包括する要素の設定
---------------------------------------
*/
/*[17.1-a]*/
.Sub .MenuItem {
  margin-bottom: 1em;
  padding: 0 0 25px 0;
  width: 100%;
  overflow: auto;
}
/*[17.1-b: for IE5-IE7]*/
.ltIE8 .Sub .MenuItem {
  overflow-x: auto;
  overflow-y: hidden;
}

/* ■■ [18]サブメニュー内各種要素についての設定
---------------------------------------
*/
/*[18.1]*/
.Sub h2 {
  margin: 0 0 1em;
  font-size: 100%;
  font-weight: bold;
  background-image: url("http://blog-imgs-26-origin.fc2.com/r/i/m/rimse/border-x.gif");
  background-repeat: repeat-x;
  background-position: 0 50%;
}
/*[18.2]*/
.Sub h2 span {
  padding: 0.5em 0.3em 0.5em 30px;
  background-repeat: no-repeat;
  background-position: 0 50%;
}
/*[18.3-a]*/
.Sub ul {
  padding-left: 20px;
  list-style-type: square;
}
/*[18.3-b: for IE8]*/
.IE8 .Sub ul {
  list-style-type: disc;
}
/*[18.4]*/
.Sub ul.sub_menu {
  margin-top: 0;
  margin-bottom: 0.5em;
  padding-left: 15px;
  list-style-type: disc;
}
/*[18.5]*/
.Sub dd {
  padding-left: 20px;
}
/*[18.6]*/
.Sub input , 
.Sub textarea {
  margin: 2px 0px;
  padding: 0.1em 1px;
}


/* ■■ [19]フッタ部設定
---------------------------------------
*/
/*[19.1]*/
#Footer {
  padding: 3em 0px 1em;
  text-align: center;
  font-size: 10px;
  clear: both;
}
/*[19.2]*/
#Footer ,
#Footer a:link,
#Footer a:visited,
#Footer a:hover {
  color: #777;
}

/* ■■ [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("http://blog-imgs-41-origin.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;
}


/* ■■ スタイルシート追加用エリア 
---------------------------------------
スタイルを追加する場合は、ここより下に追加してください */









/* スタイルを追加する場合は、ここより上に追加してください */ }