@charset "euc-jp";
/* CSS Document */

#stock{
}

#stock p.ftLead{
padding:10px;
}

#stock ul{
width:510px;
margin:0 0 0 10px;
border-top:#333333 1px solid;
}
#stock li{
width:510px;
padding:20px 0;
border-bottom:#333333 1px solid;
}

#stock dl{
width:510px;
}
#stock dt{
width:182px;
float:left;
}
#stock dt a{
display:block;
width:180px;
height:135px;
border:#003366 1px solid;
margin:1px 0 0;
}
#stock dt a:hover{
border:#990014 1px solid;
}
#stock dd{
width:318px;
float:right;
padding:0 0 0 10px;
}

#stock dd table{
width:100%;
font-size:12px;
}

#stock dd .tbLeft{
width:40%;
}
#stock dd .tbCenter{
width:20%;
}
#stock dd .tbRight{
width:40%;
}
#stock dd .noBg{
background:none;
}

#stock dd th{
background:#c4e1ff;
color:#003366;
font-weight:bold;
text-align:center;
padding:3px 0;
border:#ffffff 1px solid;
}
#stock dd td{
padding:3px 0;
text-align:center;
vertical-align:top;
}


#stock dd p.details{
margin:5px 0 0;
float:right;
}



ul#listFoot{
width:510px;
margin:20px 0 0 10px;
text-align:center;
border:none;
}
ul#listFoot li{
display:inline;
border:none;
color:#999999;
}
ul#listFoot li a{
color:#003366;
text-decoration:none;
}
ul#listFoot li a:hover{
color:#990014;
text-decoration:underline;
}
ul#listFoot li.ftLeft{
}
ul#listFoot li.ftCenter{
}
ul#listFoot li.ftRight{
}