@charset "utf-8";
/* CSS Document */

.listbody{
	width: 900px;
	margin: auto;
	background-color: #fff;
}
.result{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	height: 140px;
	margin: auto;
	font-size: 16px;
	line-height:18px;
	background-color: #fff;
}

.nowpage{
	line-height:18px;
	background-color: #ffcccc;
	font-weight:bold;
}

.itemarea{
	width: 900px;
	height: 170px;
	margin-top: 170px;
	float: right;
	background-color: #fff;
}
.listarea200{
	width:200px;
	margin:30px 0px 0px;
	float:left;
}


