@charset "utf-8";

@import url("layout.css");  

/*----------------------
	   Banner
------------------------*/
#topbanner{
	width: 972px;
	margin: 10px auto;
}
#topbanner img{
	margin: 0 5px;
}

/*----------------------
	   What's New
------------------------*/
#wnew{
	float:left;
	width: 635px;
	margin-left: 6px;
}
dl.newslist{
	margin-top: 10px;
}
dl.newslist dt{
	background: url(../images/arrow_wnew.jpg) 6px 7px no-repeat;
	width: 140px;
	padding: 5px 0 1em 25px;
	margin: 0.5em 0 0 0;
	font-weight: bold;
}
dl.newslist dd{
	width: 495px;
	background: url(../images/dotline.jpg) repeat-x bottom left;
	padding: 5px 0 1em 140px;
	margin: -3.2em 0 3px 0;
}
dl.newslist dd a:hover{
	color: #db530f;
}
#backnumber{
	text-align: right;
	margin-top: -23px;
	margin-bottom: 20px;
}

/*----------------------
	     Pick up
------------------------*/
#pickup{
	float:right;
	width: 285px;
	margin-right: 6px;
}






