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

/* 平均大賞(スペシャル版) */

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


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

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

#links h2{
 margin:5px 5px 5px 0px;
 width:150px;
 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{
 width:30%;
 float:left;
}

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

#quick_links h2{
 clear:both;
}

#q1_to_q8{
 width:60%;
 margin-right:-100px;
 float:left;
}

#q1_to_q8 span{
 padding:2px 5px;
 border:solid 1px #eecc33;
}

#q1_to_q8 li{
 margin-bottom:5px;
 line-height:1.5em;
}

#q1to4,#q5to8{
 width:50%;
 float:left;
}

.average_prize_result_q1{
 background-color:#ffb864;
}
.average_prize_result_q2{
 background-color:#ffc36e;
}
.average_prize_result_q3{
 background-color:#ffcd78;
}
.average_prize_result_q4{
 background-color:#ffd782;
}
.average_prize_result_q5{
 background-color:#ffe18c;
}
.average_prize_result_q6{
 background-color:#ffeb96;
}
.average_prize_result_q7{
 background-color:#fff5a0;
}
.average_prize_result_q8{
 background-color:#ffffaa;
}
.average_prize_total{
 font-weight:bold;
 text-align:right;
}

/* * 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]-->



