dl{
	width:550px;
/*	margin:50px auto; */
}
dt{
	line-height:30px;
	font-size:120%;
	text-indent:3em;
	font-weight:bold;
	color:white;
	height:30px;
	background:url("../hoby/radio/images/background.jpg")
}
dt.over{
	background:url("../hoby/radio/images/background_over.jpg");
	cursor:pointer;
}
dt.selected{
	background:url("../hoby/radio/images/background_selected.jpg");
	cursor:default;
	color:black;
}
dd{
/*	height:300px; */
	background:#D4D0C8;
}
dd p{
	text-indent:1em;
	padding:20px;
	color: #333;
}


#etc dd p, #stock dd p {
	text-indent:1em;
	padding:20px;
	color: #eee;
	background-color: #5b733b;
}

