/* CSS Document */


#ebay_wrap {
	width: 950px;
	margin: 0 auto;
	padding-bottom: 20px;
	background: url(images/main_btm.jpg) 0 bottom no-repeat #000;
	text-align: center;
	font-family: Meiryo, Osaka, sans-serif;
	color: #CCC;
	font-size: 15px;
	pointer-events: none;
	cursor: default;
}

#ebay_wrap img#bninja { border: none; }
#ebay_wrap ul { list-style: none; margin:0; padding: 0; }

#item_desc_box {
	width: 800px;
	margin: 0 75px 10px 75px;
	padding: 0 0 20px 0;
	background: url(images/item_desc_btm.jpg) 0 bottom no-repeat;
}
#item_bg {
	width: 800px;
	background: url(images/item_desc.jpg) repeat-y;
}
#item_desc {
	width: 720px;
	padding: 5px 0;
	margin: 0 40px;
	text-align: left;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}
#item_desc table {
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#item_desc th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #C22700;
	color: #fff;
	padding: 5px 10px;
}
#item_desc td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 10px;
}
.info_desc_box {
	width: 800px;
	margin: 0 75px 5px 75px;
	padding: 0 0 20px 0;
	background: url(images/info_desc_btm.jpg) 0 bottom no-repeat;
}
.info_bg {
	width: 800px;
	background: url(images/info_desc.jpg) repeat-y;
}
.info_desc {
	width: 750px;
	padding: 5px 0;
	margin: 0 25px;
	color: #ccc;
	text-align: left;
}
.info_desc p {
	margin: 0px;
	padding: 0px;
}
#item_images img { cursor: default; }

#main_pict_box {
	display: block;
	text-align: center;
	padding: 0;
	height: 640px;
}

ul#banner_box li { padding: 0 0 10px 0; }
ul#banner_box li a {
	pointer-events: none;
	cursor:default;
}

ul#banner_box li img a {
	border:none;
	pointer-events: none;
	cursor:default;
}

table#image_box {
	margin: 20px auto 0 auto;
	padding: 0;
	width: 64%;
	border: none;
	border-collapse: collapse;
}
#image_box td {
	width: 140px;
	padding-bottom: 10px;
	text-align: center;
	vertical-align: top;
	border: none;
}