@charset "UTF-8";
/*■■□ TEMPLATE INFORMATION 「テンプレート情報」 □■■
───────────────────────────────────────
  Title   : Day-out
  Author  : rimse ( http://rimse.blog73.fc2.com/ ）
  Check   : IE6/7/8beta2,Firefox3,Opera9.6,GoogleChrome0.2
  Update  : [HTML] 2008/12/23  [CSS]  2008/12/14
  License : 
   [全体] 
      CreativeCommons【表示-継承】
      http://creativecommons.org/licenses/by-sa/3.0/deed.ja
   [タイトル画像] 
      elisfanclub ( http://www.flickr.com/photos/elisfanclub/2189148668/ )
      CreativeCommons【表示-継承】
      http://creativecommons.org/licenses/by-sa/3.0/deed.ja
   [HTML・CSS] 
      rimse (http://rimse.blog73.fc2.com/)
      CreativeCommons【表示】
      http://creativecommons.org/licenses/by/3.0/deed.ja

質問・要望・不具合報告等は作者ブログにて受け付けています。お気軽にどうぞ。

画像を差し替えて使用する場合はこちらの注意点をご覧ください。
     http://rimse.blog73.fc2.com/blog-entry-102.html
*/

/* ■■ タイトル画像の設定 ■■         */.header-container { /*
───────────────────────────────────────
すぐ下の「簡易カラーコーディネート」と一緒にどうぞ。
初期設定では、画像の横サイズは1100ピクセル必要になります。
（幅固定で使用する場合の初期設定は800ピクセルです）*/

/* ■ 使用する画像のurl */
background-image : url("http://blog-imgs-32.fc2.com/w/h/i/whippet2008/top20110728.jpg");



  <!-- トップ画像デフォルト -->
http://blog-imgs-41.fc2.com/r/i/m/rimse/dayout_title.jpg
  <!-- トップ画像デフォルト -->



/* ■ 背景位置の設定（左からの位置 上からの位置）*/
background-position : 50% 50%;

/* ■ 上から黒背景部分までの余白の大きさ */
padding-top : 210px;       /*（画像サイズに合わせて適当に）*/
}

/*※失敗しちゃった時のためのデフォルト設定メモ。
background-image : url("http://blog-imgs-41.fc2.com/r/i/m/rimse/dayout_title.jpg");
background-position : 50% 50%;
padding-top : 210px;
*/


/* ■■ 簡易カラーコーディネート ■■
───────────────────────────────────────
タイトル画像にあわせて、記事タイトルとプラグインタイトル部分の画像の色も変更できます。※リンク色の変更はもうちょっと下にある「[1] リンク用設定」にて。*/
h2.entry-title ,div.comment h3 ,div.trackback h3 ,div.edit-comment h2 {


/* ■ 記事タイトルの色設定 */
background-image : url("http://blog-imgs-41.fc2.com/r/i/m/rimse/stereotype_entrytitle_gray.gif");

/* ↑ 画像のurl部分を色に合わせて置き換えてください（デフォルト：白黒）
青： http://blog-imgs-41.fc2.com/r/i/m/rimse/stereotype_entrytitle_blue.gif
緑： http://blog-imgs-41.fc2.com/r/i/m/rimse/stereotype_entrytitle_green.gif
赤： http://blog-imgs-41.fc2.com/r/i/m/rimse/stereotype_entrytitle_red.gif
紫： http://blog-imgs-41.fc2.com/r/i/m/rimse/stereotype_entrytitle_violet.gif
白黒： http://blog-imgs-41.fc2.com/r/i/m/rimse/stereotype_entrytitle_gray.gif
*/ } #sub h2 span{


/* ■ プラグインタイトルの色設定 */ 
background-image : url("http://blog-imgs-41.fc2.com/r/i/m/rimse/stereotype_sub_title_gray.gif");

/* ↑ 画像のurl部分を色に合わせて置き換えてください（デフォルト：白黒）
青： http://blog-imgs-41.fc2.com/r/i/m/rimse/stereotype_sub_title_blue.gif
緑： http://blog-imgs-41.fc2.com/r/i/m/rimse/stereotype_sub_title_green.gif
赤： http://blog-imgs-41.fc2.com/r/i/m/rimse/stereotype_sub_title_red.gif
紫： http://blog-imgs-41.fc2.com/r/i/m/rimse/stereotype_sub_title_violet.gif
白黒：ttp://blog-imgs-41.fc2.com/r/i/m/rimse/stereotype_sub_title_gray.gif
*/ }

/*
ちょうど良い色合いの画像が無かったらごめんなさい。
各自でご用意のほどをお願いしますm(_ _) m */


/* ■■ 幅可変／固定の切り替え ■■
───────────────────────────────────────
幅を固定したい場合は、HTMLの編集から【 ▼幅可変・固定の切り替え 】という箇所を検索し、クラス名（「class="～"」 の～部分）を変更してください。*/

/* 固定幅の設定 */
.fixed-on { width : 800px; }

/* 可変幅の設定 */
.fixed-off { max-width : 1100px; min-width : 600px; }
/* hide from Mac IE \*/
* html .fixed-off {
  width : expression(
  (document.documentElement.clientWidth > 1150)? "1100px" :
  (document.documentElement.clientWidth < 650)? "600px" :
  "auto");
  height : 1%; }
/* end MacIE */


/* ■■ カラムシフト用設定 ■■
───────────────────────────────────────
カラムの配置を逆にしたい場合は、HTMLの編集から【 ▼カラム配置の設定 】という
箇所を検索し、クラス名（「class="～"」 の～部分）を変更してください。*/


/* この部分はカスタマイズ非推奨 */
.shift-off div#main {float:left;}
.shift-off div#sub {float:right;}
.shift-off div#sub .menu-body {padding:0 0 0 1em;}
.shift-off div#sub .sub-container {padding : 0 0 0 1em;}
.shift-on div#main {float:right;}
.shift-on div#sub {float:left;}
.shift-on div#sub .menu-body {padding:0 1em 0 0;}
.shift-on div#sub .sub-container {padding : 0 1em 0 0;}
/* この部分はカスタマイズ非推奨 */



/*■■ [0] デフォルトスタイルの再設定 ■■
───────────────────────────────────────
ブラウザ間の表示差を少なくするため、一般的な要素にスタイルを設定しています。
（この部分のカスタマイズは非推奨です）*/

/*[0.1]*/
body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,p,blockquote,th,td {
  margin : 0;
  padding : 0;
}

/*[0.2]*/
input[type="submit"],
input[type="reset"],
input[type="radio"],
input[type="checkbox"],
label,button {
  cursor : pointer;
}

/*[0.3]*/
fieldset,img {
  border : 0;
}

/*[0.4]*/
h1,h2,h3,h4,h5,h6 {
  margin : 0;
  padding : 0;
  font-size : 100%;
  font-weight : normal;
}

/*[0.5]*/
strong,b {
  font-weight : bold;
}

/*[0.6]*/
blockquote {
  margin : 1em 2em;
  padding : 0.5em;
  border : 1px dashed #999;
}

/*[0.7]*/
em,i,cite,dfn,var {
  font-style : italic;
}

/*[0.8]*/
u {
  text-decoration : underline;
}

/*[0.9]*/
s,strike {
  text-decoration : line-through;
}

/*[0.10]*/
pre,code {
  font-family : "Osaka-等幅" ,"Lucida Console" ,monospace;
}

/*[0.11]*/
pre {
  margin : 0.5em 0;
  white-space : pre;
}

/*[0.12]*/
ul,ol {
  margin : 1em 0;
  padding-left : 40px;
}

/*[0.13]*/
li {
  margin : 0;
}

/*[0.14]*/
p {
  margin : 1em 0;
}

/*■■ [1] リンク用設定 ■■
───────────────────────────────────────
リンクの文字色などの設定を行います。
タイトルのリンクの設定は [3.5.1]～[3.5.3]、
記事タイトルのリンクの設定は [7.3] に別途記述されています。*/

/*[1.1]*/
a,
a[name]:hover {
  text-decoration : none;
}

/*[1.2]*/
a:link {
  color : #555;
  text-decoration : underline;
}

/*[1.3]*/
a:visited {
  color : #555;
  text-decoration : underline;
}

/*[1.4]*/
a:hover {
  color : #06c;
  text-decoration : underline;
}

/*[1.5]*/
#sub a:link {
  color : #666;
}

/*[1.6]*/
#sub a:visited {
  color : #888;
}

/*[1.7]*/
#sub a:hover {
  color : #06c;
}

/*[1.8]*/
a.tagword:link,
a.tagword:visited {
  border-bottom : 1px dotted #999;
  color : #555;
  text-decoration : none;
}

/*[1.9]*/
a.tagword:hover {
  background-color : #eee;
  color : #555;
  text-decoration : none;
}

/* ■■ [2] ページ全体の設定 ■■
───────────────────────────────────────
ページ全体に適用するスタイルを設定しています。
HTMLでは、body → #wrapper → #page と入れ子になっています。*/

/*[2.1]*/
body {
  background-color : #fff;
  margin : 0;
  padding : 0 40px;
  line-height : 1.4;
  font-family : "Verdana", "MS UI Gothic", "Meiryo", "メイリオ", "Osaka", sans-serif;
  font-size : 75%;
  /* for IE5 */ text-align : center;
}
/*[2.2]  文字色の変更 */
/* どちらにも同じ値を入れてください */
body { color : #555;}
a , a[name]:hover { color : #555; }

/*[2.3]*/
#wrapper {
  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.fc2.com/r/i/m/rimse/dayout_loading.gif");
  background-repeat : no-repeat;
  background-position : 50% 50%;
}
/*[3.2]*/
.header-container{
  width : 100%;
  background-repeat : no-repeat;
}

/*[3.3]*/
#title ,
#introduction {
  width : 100%;
  background-image : url("http://blog-imgs-16.fc2.com/r/i/m/rimse/birdcall_title_alpha.png");
  background-repeat : repeat;
  background-position : 0 0;
}
/* hide from Mac IE \*/
* html #title ,
* html #introduction {
  filter : Alpha(opacity=75);
  background-color : #000;
  background-image : none;
}
/* end MacIE */

/*[3.4]*/
#title h1 {
  padding : 0.8em 30px 0.2em;
  position : relative;
  z-index : 3;
  font-size : 130%;
  font-weight : bold;
}

/*[3.5.1]*/
#title h1 a {
  font-family : "Lucida Sans Unicode" ,"Verdana" ,"MS UI Gothic" ,"Osaka" ,sans-serif;
  text-decoration : none;
}
/*[3.5.2]*/
#title h1 a:link ,
#title h1 a:visited {
  color : #fff;
}
/*[3.5.3]*/
#title h1 a:hover {
  color : #39f
}

/*[3.6] 個別ページなどで表示されるサブタイトル */
#subtitle {
  display : inline;
  color : #fff;
  font-size : 70%;
  font-weight : normal;
  /* デフォルトでは表示設定 */
  /* 非表示にする場合は、次の記述をコメントアウトから外す */
  /* display : none; */
}

/*[3.7] ブログ紹介文 */
#introduction p {
  font-size : 90%;
  color : #fff;
  margin : 0;
  padding : 0 45px 0.5em;
  position : relative;
  z-index : 3;
}

/* ■■ [4]コンテンツを包括する要素の設定 ■■
───────────────────────────────────────
デザインの自由度を上げるために、エントリー部（メイン）と
プラグインを含むメニュー（サブ）を包括する要素が設定されています。*/

/*[4.1]*/
#body {
  clear : both;
  padding : 0.5em 0;
}

/*[4.2]*/
#body .body-container {
  width : 100%;
}

/* ■■ [5]メインコンテンツを包括する要素の設定 ■■
───────────────────────────────────────
エントリー部（メイン）を包括する要素の設定。
サブメニューについての設定は[16.1]から。*/

/*[5.1]*/
#main {
  float : left;
  width : 64%;
  overflow : hidden;
}

/*[5.2]*/
#main .main-container{
  width : 100%;
}

/* ■■ [6]個々のエントリーを包括する要素の設定 ■■
───────────────────────────────────────
*/
/*[6.1]*/
div.entry {
  clear : both;
  margin : 1em 0 2em;
  border : 1px solid #333;
  background-color : #fff;
}

/*[6.2]*/
div.entry-container{
  width : 100%;
}

/* ■■ [7]エントリータイトル部の設定 ■■
───────────────────────────────────────
*/
/*[7.1]*/
div.entry-title {
  padding : 2em 1.5em 0.1em 1em;
}
/*[7.2]*/
h2.entry-title {
  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.entry-title a:link , 
h2.entry-title a:visited ,
h2.entry-title a:hover {
  text-decoration : none;
}


/*[7.4]*/
p.entry-time {
  color : #666;
  font-size : 10px;
  text-align : right;
  line-height : 1;
  margin : 0 1em 1em;
  padding-top : 2px;
}

/* ■■ [8]エントリーの本文の設定 ■■
───────────────────────────────────────
*/
/*[8.1]*/
div.entry-body {
  margin : 0.8em 1.5em 0;
}
/*[8.2]*/
div.entry-body-container {
  width : 100%;
  overflow : auto;
  padding-bottom : 25px;
  /* for IE */
  *overflow-x : auto;
  *overflow-y : hidden;
}
/*[8.3]*/
div.entry-more {
  margin-top : 1em;
}
/*[8.4]*/
div.entry-body dd {
  padding-left : 2.5em;
  margin : 0;
}
/*[8.5]*/
.fc2_footer {
  margin-top : 1em;
}

/* ■■ [9]エントリーのフッタ部の設定
───────────────────────────────────────
*/
/*[9.1]*/
div.entry-footer {
  margin : 0.5em 0.3em 0;
  clear : both;
}

/*[9.2]*/
dl.entry-thread {
  margin-left : 2em;
  border-left : 3px solid #ccc;
  padding : 0.2em 1em;
}
/*[9.3]*/
dl.entry-thread dt {
  font-weight : bold;
}
/*[9.4]*/
dl.entry-thread dd {
  display : inline;
  margin : 0 1em 0 0;
}
/*[9.5]*/
dl.entry-tag {
  margin-left : 2em;
  border-left : 3px solid #999;
  padding : 0.2em 1em;
}
/*[9.6]*/
dl.entry-tag dt {
  font-weight : bold;
}
/*[9.7]*/
dl.entry-tag dd {
  display : inline;
  margin : 0 1em 0 0;
}
/*[9.8]*/
dl.entry-info {
  text-align : right;
  margin : 1.5em 1em 1em;
}
/*[9.9]*/
dl.entry-info dt {
  display : none;
}
/*[9.10]*/
dl.entry-info dd {
  display : inline ;
  padding : 0 0.5em;
  border-right : 1px dotted #999;
}
/*[9.11]*/
dl.entry-info dd.category-info {
  border-right : none;
}


/* ■■ [10]コメント・トラックバック包括要素の設定 ■■
───────────────────────────────────────
*/
/*[10.1]*/
div.comment , 
div.trackback {
  padding : 2em 1em;
  margin : 2em 0;
  border : 1px solid #333;
}

/*[10.2]*/
div.comment .comment-container, 
div.trackback .trackback-container {
  width : 100%;
}

/* ■■ [11]コメント・トラックバック部の見出しの設定 ■■
───────────────────────────────────────
*/
/*[11.1]*/
div.comment h3 , 
div.trackback h3 , 
div.edit-comment 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]コメントの表示設定 ■■
───────────────────────────────────────
.comment-header ： 投稿者の名前、URL、トリップを含む要素
.comment-title : コメントのタイトル部
.comment-body : コメントの本文
.comment-footer : 投稿日時、編集メニューへのリンクを含む要素
*/

/*[12.1]*/
div.view-comment ol {
  padding-left : 32px;
}

/*[12.2]*/
div.comment-header p{
  margin : 0;
}

/*[12.3]*/
div.comment-title {
  padding-left : 0.3em;
  border-left : 0.2em solid #999;
  font-weight : bold;
}

/*[12.4]*/
div.comment-title p{
  margin : 0;
  padding-top : 0.5em;
  padding-bottom : 0.5em;
}

/*[12.5]*/
div.comment-body {
  margin : 0;
  border-left : 0.2em solid #ccc;
  padding-left : 0.5em;
}

/*[12.6]*/
div.comment-body p{
  margin : 0;
  width : 100%;
  overflow : auto;
  padding-top : 0.1em;
  padding-bottom : 0.3em;
}

/*[12.7]*/
@media screen {
/* hide from Mac IE */
div.comment-body p{
  overflow : auto;
  /* for IE */
  *overflow-x : auto;
  *overflow-y : hidden;
  *padding-bottom : 25px;
}
}

/*[12.8]*/
div.comment-footer p{
  margin : 0.5em 0 1em;
  text-align : right;
  color : #777;
  font-size : 90%;
}

/*[12.9]*/
div.comment-footer a:link,
div.comment-footer a:visited,
div.comment-footer a:hover {
  color : #777;
}
/* ■■ [13]コメント投稿フォームの設定 ■■
───────────────────────────────────────
*/
/*[13.1]*/
.write-comment dt, 
.edit-comment dt {
  margin : 0;
  padding : 0;
}

/*[13.2]*/
.write-comment dd, 
.edit-comment dd {
  margin : 0.2em 1em;
}

/*[13.3]*/
.form-name,
.form-pass {
  width : 40%;
  padding : 0.1em;
  /* for IE6 */ _width : 120px;
}

/*[13.4]*/
.form-mail,
.form-url,
.form-subject,
.form-comment {
  width : 85%;
  padding : 0.1em;
  /* for IE6 */ _width : 300px;
}

/*[13.5]*/
ul.submit {
  list-style-type : none;
  padding-left : 0;
}

/*[13.6]*/
ul.submit li {
  display : inline;
}

/*[13.7]*/
ul.submit .form {
  margin : 0 2em;
  padding : 0.2em 1em;
}

/*[13.8]*/
ul.submit .edit-end {
  margin : 0 2em;
  font-weight : bold;
  padding : 0.2em 1em;
}

/*[13.9]*/
ul.submit .edit-del {
  margin : 0 0 0 5em;
  padding : 0.2em 0.5em;
}

/* ■■ [14]トラックバック表示についての設定 ■■
───────────────────────────────────────
*/

/*[14.1]*/
dd.trackback-url {
  margin : 0.5em;
  text-decoration : underline;
  font-size : 11px;
}

/*[14.2]*/
p.trackback-list-title {
  margin : 0;
}

/*[14.3]*/
p.trackback-list-excerpt {
  margin : 0 1em 1.5em;
}

/* ■■ [15]前後のページへのナビゲーション ■■
───────────────────────────────────────
*/

/*[15.1]*/
dl.pagelink {
  margin : 1em 0;
  text-align : center;
}

/*[15.2]*/
dl.pagelink dt {
  display : none;
}

/*[15.3]*/
dl.pagelink dd {
  display : inline;
}

/*[15.4]*/
dl.pagelink dd.home {
  margin : 0 0.3em;
  padding : 0 5px;
  border-left : 1px dotted #444;
  border-right : 1px dotted #444;
  text-transform : uppercase;
}

/*[15.5]*/
.pagelink a:link , 
.pagelink a:visited {
  color : #333;
  text-decoration : none;
  line-height : 2em;
  padding : 4px 7px;
}

/*[15.6]*/
.pagelink a:hover {
  padding : 3px 6px;
  border : 1px solid #999;
  background-color : #f5f5f5;
  color : #444;
  text-decoration : none;
}

/* ■■ [16]サブメニュー包括要素の設定
───────────────────────────────────────
*/

/*[16.1]*/
div#sub{
  width : 35%;
  float : right;
  padding-top : 1.5em;
  /* for IE5 */text-align : center;
}
/*[16.2]*/
div#sub .sub-container {
  /* for IE5 */ text-align : left;
}

/* ■■ [17]各メニューを包括する要素の設定
───────────────────────────────────────
*/

/*[17.1]*/
div#sub .menuitem{
  margin-bottom : 1em;
  padding-bottom : 0 0 25px 0;
  width : 100%;
  overflow : auto;
  /* for IE */
  *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.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-color : #fff;
  background-repeat : no-repeat;
  background-position : 0 50%;
}
/*[18.3]*/
#sub ul {
  padding-left : 20px;
  list-style-type : square;
}
/*[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 : 2em 0px 1em;
  text-align : center;
  font-size : 10px;
  clear : both;
}

/*[19.2]*/
#footer,
#footer a:link,
#footer a:visited,
#footer a:hover {
  color : #777;
}

/*[19.3]*/
#footer div.ad, 
#footer p.design, 
#footer p.licence {
  margin : 0;
}

/* ■■ [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;
}

/*[20.6]*/
.calender td a:hover {
  background-color : #ccc !important;
  display : block;
}

/* ■■ etc. ■■
───────────────────────────────────────
*/


br {
  letter-spacing : 0px;
}
.rdf{
  display : none;
  clear : both;
}
hr.separator {
  display : none;
}

strong.strong,
strong.strong a:link,
strong.strong a:visited {
/*
FC2の仕様上、太字を表現する目的でstrongが使われるため、
本来の"さらに強い強調"を示すのが難しくなっています。
このテンプレートでは、strongにクラス名strongを与えた場合、
アクセントカラーを使用して強調するという設定にしています。
このスタイルを使うには、
1.強調する部分の直前に
  <strong class="strong">
2.強調する部分の直後に
  </strong>
という記述を追加してください。
*/
  color : #f03;
}


/*■■ バトン用スタイル ■■
───────────────────────────────────────
フォントの種類や質問の数によって、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;
  
  /* IE6用記述。上の値よりさらに-0.5したものを入れる。*/
  _left : -4.5em;
}