body {
	font-size: medium;
	color: #333333;
}

div.container {
	width: 760px;
	margin: 5px auto;
}

/*ヘッダ部（ヘッダ～サーチ部まで*/
div.header {
	text-align: center;
}

div.header-img {
	text-align: left;
	float: left;
	width: 240px;
}

span.header-abst {
	font-size: small;
}

div.header-amazon {
}

div.recommend {
	vertical-align: top;
	text-align: center;
}

div.search {
	background-color: black;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

form.search {
	padding-top: 3px;
	padding-bottom: 3px;
}

/* センター部 */
div.center {
	border: solid 1px black;
	width: 590px;
	float: left;
}

h1.center-header {
	color: white;
	margin-top: 0px;
	padding: 2px;
	font-size: small;
	font-weight: normal;
	background-color: black;
}

/* ライト部 */
div.right {
	margin-left: 600px;
}

div.right-header {
	color: white;
	padding: 2px;
	font-size: small;
	background-color: black;
}

div.right-container {
	font-size: small;
	border: solid 1px black;
	padding: 2px;
}

div.right-adsense {
	border: solid 1px black;
}

ul.right-category {
	font-size: 85%;
	margin-left: 5px;
	padding-left: 5px;
	list-style-type: none;
}

/* 商品一覧 */
div.amz-container {
	padding: 5px;
}

h1.amz-title {
	font-size: medium;
	margin: 5px;
	padding: 5px;
	border-top: solid 1px black;
	border-left: solid 20px black;
}

div.amz-image {
	float: left;
	text-align: center;
	width: 100px;
}

div.amz-right {
	margin-left: 100px;
}

div.amz-right2 {
	margin-left: 170px;
}

div.amz-footer {
	clear: both;
}

div.amz-review {
	margin: 10px;
	padding: 5px 20px;
	line-height: 150%;
	background-color: #eeeeff;
}

div.amz-reviews {
}

div.amz-reviews-title {
	margin-top: 10px;
	padding: 5px 0px;
	font-weight: bold;
}

div.amz-reviews-content {
	margin: 0px 10px;
	padding: 5px 20px;
	line-height: 150%;
	background-color: #eeeeff;
}

div.amz-logo {
	margin-top: 5px;
	padding-right: 10px;
	text-align: right;
}

/* 件数表示 */
div.result {
	color: white;
	padding: 2px;
	font-size: small;
	background-color: black;

}

/* 次へ */
div.next {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 90%;
	text-align: center;
}

/* フッタ部 */
div.copyright {
	padding-top: 10px;
	color: #666666;
	font-size: small;
	text-align: center;
}

div.adsense {
	text-align: center;
}

div.link-title {
	color: white;
	margin-top: 10px;
	padding: 2px;
	font-size: small;
	background-color: black;

}

div.link {
	padding: 2px;
	font-size: small;
	border: solid 1px black;
}

/* ベスト5 */
table.top5 {
	font-size: small;
}
td.top5 {
	vertical-align: top;
	width: 190px;
	word-break: break-all;
}

td.top5-title {
	background-color: black;
	padding: 2px;
	color: white;
}

td.best-image {
	text-align: center;
	vertical-align: top;
	width: 80px;
	padding-bottom: 10px;
}

td.best-title {
	vertical-align: top;
	padding-bottom: 10px;
}

