@charset "UTF-8";

@import "import.css";

#news{
	width: 620px;
	height: 150px;
	overflow: auto;
}
#news dl{
	padding: 0 0 10px;
	margin: 0 0 10px;
	border-bottom: 1px solid #E9E9E9;
}
#news dt{
	width: 90px;
	float: left;
	clear: both;
}
#news dd{
	margin: 0 0 0 90px;
}
#news dd p.title{
	font-weight: bold;
}
*html #news dd{
	height: 1px;
}
#news dt span{
	margin: 0 5px 0 0;
	color: #E01B2C;
}
p.price{
	line-height: 180%;
	font-weight: bold;
	font-size: 1.4em;
}
div.text{
	float: left;
	width: 290px;
}
div.movie{
	float: right;
	width: 320px;
	margin: 0 0 60px;
}
p.totop{
	clear: both;
}
/*end
----------------------------------------------------------------------------------------------------end*/
