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

/* ニコリダービー */

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

.entry li{
 display:inline;
 list-style-type:none;
 margin:0px 5px 0px 0px;
}

.derby_result{
 width:90%;
 margin:5px auto;
}

.derby_result td{
 text-align:center;
}

.c0{background-color:#ffaaaa; font-size:1.1em;}
.c1{background-color:#bbbbff; font-size:1.1em;}
.c2{background-color:#99ff99; font-size:1.1em;}
.c3{background-color:#ffff99; font-size:1.1em;}
.c4{background-color:#ff99ff; font-size:1.1em;}
.c5{background-color:#99ffff; font-size:1.1em;}

.f{
 background-color:#ffcc00;
}
.w{
 background-color:#ffff00;
 font-weight:bold;
}
.w strong{
 background-color:#ffffff;
 color:#663300;
 border:solid 1px #bb9911;
 font-size:1.35em;
 margin-left:5px;
 padding:2px 5px;
}
.present{
 text-align:left !important;
 font-size:0.9em;
}

/* およせいただいたメッセージ */

fieldset .w,fieldset .f{
 color:#663300;
}

.horse{
 padding-left:1.8em;
}

/* これまでに開催されたニコリダービーの入賞枠一覧 */
#winners_gate *,.winners_gate *{
 text-align:center;
}

.winners_gate{
 margin:10px 0px;
}

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

/* 質問を下方に固定 */
/* 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-250));
 }
</style>
<![endif]-->



