div#middle_content div.list {
border-bottom: 1px dotted #ddd;
padding: 8px 0px 8px 0px;
height: 81px;
}

div#middle_content div.list_search {
border-bottom: 1px dotted #ddd;
padding: 8px 0px 8px 0px;
}

div#middle_content div.image {
width: 100px;
height: 75px;
margin: 0px 8px 4px 0px;
float: left;
}

div#middle_content div.image a {
color: #666;
text-decoration: none;
}

div#middle_content div.title a {
font-size: 108%;
font-weight: bold;
color: #111;
text-decoration: none;
}

div#middle_content div.more {
text-align: right;
}

div#middle_content div.more a {
font-size: 92%;
color: #666;
}

div#middle_content div.clear {
clear: both;
}

input.sinput {
border: 1px solid;
border-color: #999 #ccc #ccc #999;
width: 240px;
}

input.ssubmit {
width: 120px;
height: 20px;
border: 1px solid;
border-color: #ccc #999 #999 #ccc;
font-size: 96%;
}