@charset "utf-8";

#categories {
}

#categories dt
{
    float: left;
    width: 7em;
	border-bottom: dotted 1px #cccccc;
	color: #87837a;
}

#categories dd
{
    margin-left: 7em;
 	border-bottom: dotted 1px #cccccc;
}


#searchs {
}

#searchs dt {
float: left;
width: 100%;
color: #87837a;
}

#searchs dd {
width: 100%;
border-bottom: dotted 1px #cccccc;
padding-bottom: 0.8em;
margin-bottom: 1.0em;
}

