img {border: none;}
a {color: #423b35;}
* {margin: 0; padding: 0;}

#topinfo{
	border-bottom:none;
	width:660px;
	margin:10px auto;
}

#topinfo dl{
	width:640px;
	margin:20px auto;
	padding:10px;
	overflow:hidden;
	background:#e3e1d5;
}

#topinfo dl:hover {
	background: #A9A9A9;
}

#searchy{
	border-bottom:none;
	width:660px;
	margin:10px auto;
}

#searchy dl{
	width:500px;
	margin:20px auto;
	padding:10px;
	overflow:hidden;
}

#searchy dl:hover {
}

#catlist{
	border-bottom:none;
	width:660px;
	margin:10px auto;
}

#catlist dl{
	width:640px;
	margin:20px auto;
	padding:10px;
	overflow:hidden;
	background:#e3e1d5;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#catlist dl:hover {
	background: #A9A9A9;
}
#catlist dd{overflow:auto}
#catlist dt strong{
	float:right;
	padding:0 0 0 20px;
}
#catlist dt img{
	float:left;
	margin:0 10px 0 0;
	border:1px solid #000;
}
* html dd{height:1%}/* 3px jog*/

