@import "../common/screen.css";

#body {
	background: white url(body.jpg) no-repeat;
}

#body h3 {
	font-size: 18px;
	color: #006394;
	padding: 60px 30px 0 30px;
	font-weight: normal;
}

#body ul {
	margin: 30px;
}

#body li {
	width: 468px;
	border: 1px solid #006394;
	padding: 3px;
	margin: 2px;
	float: left;
	list-style-type: none;
}

#body a {
	display: block;
	background: transparent url(items.jpg) repeat-x;
	height: 116px;
	position: relative;
	text-decoration: none;
}

#body strong {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #006394;
	padding: 5px 5px 10px 160px;
}

#body span {
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #515151;
	padding: 0 5px 5px 160px;
	line-height: 13px;
}

#body img {
	position: absolute;
	top: 6px;
	left: 6px;
	border-width: 0;
}
