@charset "utf-8";
/* CSS Document */

div#contents div.flame {
width:780px;
height:auto;
margin:10px 0px;
padding:10px;
overflow:hidden;
background:#ddd;
}

div.flame div {
margin:0px;
padding:10px;
/*width:760px;*/
height:auto;
overflow:hidden;
background:#fff;
}


div.flame div p {
width:100%;
height:20px;
margin:0px 0px 30px;
border-bottom:solid 1px #ccc;
}

