/* #################################################################################### */

/* フラッシュ */

/* #################################################################################### */

h2{
 clear:both;
 margin-top:20px;
}

/* 応募者全員の回答一覧  */
#result_table{
 text-align:center;
}
#result_table td{
 padding:2px 5px;
}

/* テーブルの色分け */
.a1,.p1{
 background-color:#ffffcc;
}
.a2,.p2{
 background-color:#ffeebb;
}
.a3,.p3{
 background-color:#ffddaa;
}
.a4,.p4{
 background-color:#ffcc99;
}

.a5,.p5{
 background-color:#ffccbb;
}

.a1,.a2,.a3,.a4,.a5{
 font-size:0.8em;
}

/* #received_messageに追加で.flushを指定して、キャラ画像を上書き */
.flush .comment{
 background-image:url(/images/mascot_bee_48x40.gif);
}

/* 集まった言葉のポイント一覧 */
.point_of_words{
 width:45%;
 float:left;
 margin-left:10px;
 margin-bottom:10px;
}

.point_of_words td{
 text-align:center;
}

/* シャア */
.char{
 padding:2px;
 margin:0px 2px;
 color:#98514b;
 background-color:#ffa594!important;
 font-weight:bold;
}

/* #################################################################################### */

fieldset ol{
 margin-left:120px;
}


/* #################################################################################### */

/* 質問を下方に固定 */
/* http://p2b.jp/index.php?mode=category&aim=5745422044455349474E2C435353&display=box */

/* #################################################################################### */

#links{
 background-color:#ffffcc;
/*  display:none; */
 position:fixed;
 bottom:10px;
 right:10px;
 padding:5px;
 border:3px solid #eecc33;
 width:240px;
}

#links p{
 display:block;
 width:120px;
 float:right;
}

#links h2{
 margin:5px 5px 5px 0px;
 width:220px;
 font-size:0.9em;
}

#links li{
 list-style:none;
 font-size:0.8em;
}

#links p span{
 border-bottom:dotted 1px #663300;
 cursor:pointer;
}


#quick_links li{
 margin-bottom:5px;
}

#quick_links h2{
 clear:both;
}

/* * htmlを取るとIE以外でfixedがabsoluteが利いてしまう? */
/* cssファイルの一番下で指定 */
<!--[if lt IE 7]> 
<style type="text/css">
 body {
  background:url(/images/up_30x25.gif) fixed;
 }
 * html #links {
  position:absolute;
  top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-240));
 }
</style>
<![endif]-->



