@charset "utf-8";
/* CSS Document */

div#contents div.flame h2 {
width:100%;
height:20px;
margin:0px;
border-bottom:solid 1px #ccc;
}

div#contents h3 {
height:20px;
margin:0px;
border-bottom:solid 1px #f8850a; 
}

/*img list*/
div#contents div.flame {
width:290px;
height:auto;
margin:10px 0px;
padding:10px;
overflow:hidden;
background:#ddd;
float:left;
}

div.flame div {
margin:0px;
padding:10px;
height:auto;
overflow:hidden;
background:#fff;
}

div.flame div dl {
width:270px;
height:auto;
overflow:hidden;
margin:0px;
padding:10px 0px;
border-bottom:dotted 1px #ccc;
}

div.flame div dt {
width:100px;
height:auto;
overflow:hidden;
margin:0px;
float:left;
}

div.flame div dd {
width:150px;
height:auto;
overflow:hidden;
margin:0px 10px;
float:left;
font-size:11px;
}

div.flame div dd strong {
display:block;
color:#f8850a;
font-weight:normal;
}


/*graph*/
div#contents div.graph {
width:470px;
height:auto;
margin:30px 0px 20px 20px;
padding:0px;
overflow:hidden;
float:left;
}

div.graph dl {
width:470px;
height:auto;
margin:0px;
padding:10px;
overflow:hidden;
border-bottom:dotted 1px #ccc;
}

div.graph dt {
width:60px;
height:auto;
overflow:hidden;
margin:0px;
float:left;
font-size:14px;
color:#999;
font-weight:bold;
}

div.graph dd {
width:385px;
height:auto;
margin:0px;
overflow:hidden;
float:left;
}







