@charset "utf-8";
/* CSS Document */

div#contents div {
height:auto;
overflow:hidden;
margin:10px 0px 10px 0px; padding:0px;
}

div#contents div img {
float:left;
margin:0px 20px 0px 5px;
}

div#contents div div {
width:200px;
height:130px;
float:left;
border:solid 1px #ccc;
font-size:10px;
}

div#contents div div img {
width:190px;
height:20px;
margin-top:5px;
}

div#contents div div p {
display:block;
width:180px;
margin-top:30px;
padding:10px;
border-top:1px solid #ccc;
}

div#contents div div a.more {
display:block;
width:69px;
height:25px;
margin:0px;
float:right;
text-indent:-9999px;
background:url(../images/more.gif) no-repeat;
}

div#contents div div a:hover.more {
background:url(../images/more_o.gif) no-repeat;
}

/*詳細*/
div#contents div div.none {border-left:none;}