ol li {list-style-type: decimal; }

/* --- レイアウト --- */
#controller{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 20px;
	width: 600px;	
}

#infobody{
	position: absolute;
	top: 20px;
	left: 0px;
	width: 600px;
	height: 800px;
}

.data{
	display: none;	
}

.info{
	height: 200px;
	width: 200px;
	position: absolute;

	border-width: 0px;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	display: none;
	overflow: hidden;

	scrollbar-base-color: #A8A8A8;
	scrollbar-face-color: #757575;
	scrollbar-track-color: #A8A8A8;
	scrollbar-arrow-color: #ECECEC;
}

#infosyosai{
	z-index: 100;
	height: 450px;
	width: 800px;
	top: 0px; /*スクリプトで再設定します*/
	left: -100px;
	border: 3px solid #FF7483;
	background-color: #ECECEC;
}

#info5_dummy｛
	background-color: #FFDADE;
	top: 200px;
	left: 200px;	
｝

#info0{
	z-index: 10;
	width: 600px;
}

#info1{
	z-index: 1;
}

#info2{
	z-index: 2;
}

#info3{
	z-index: 3;
}

#info4{
	z-index: 8;
}

#info5{
	z-index: 9;
}

#info6{
	z-index: 4;
}

#info7{
	z-index: 7;
}

#info8{
	z-index: 6;
}

#info9{
	z-index: 5;
}

#info10{
	z-index: 0;
}

.infoleft{
	height: 200px;
	width: 200px;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	border: 0px;
}

.inforight{
	display: none;
	position: absolute;
	top: 0px;
	left: 195px;
	height: 200px;
	width: 405px;
	overflow-x: hidden;
	overflow-y: scroll;
	border: 0px;
	background-color: #F3E8E5;
	padding:　5px 1px 1px 5px;
}

.infoleft2{
	display: none;
	position: absolute;
	top: 200px;
	left: 0px;
	height: 245px;
	width: 300px;
	overflow-x: hidden;
	overflow-y: scroll;
	border: 0px;
}


.ItemAttributes-Title{
	color: #0E9DFE;
	font-size: 110%;
	vertical-align: baseline;
}

.Offers-Price{
	color: #A59300;
	margin: 0px 5px;
	vertical-align: baseline;
}

.Review-Summary{
	color: #A60012;
	font-weight:bold;
}

.Review-Content{
	color: #FF7483;
}

#close{
	position: absolute;
	left: 300px;
	width: 495px;
	height: 28px;
	text-align: right;
	vertical-align: middle;
	color: #333333;
	background-color: #FFFFFF;
	border-bottom: 1px solid #999999;
}

#closeimg{
	float: right;
}

.sokudo{
	height: 15px;
	padding-left: 5px;
	color: #0099CC;	
	background-color: transparent;
}

.sokudo_selected{
	height: 15px;
	padding-left: 5px;
	color: #FFFF81;
	background-color: #41B7FF;
}

/*検索結果用*/
.pager{
	width: 300px;
	text-align: right;
}

table.item-table {
	cellpadding: 2px;
	background-color: #666666; }
th {
	padding: 1px;
	background-color: #999999; }
td {
	padding: 1px;
	background-color: #333333; }
td.ItemName { width: 200px; }
td.author { width: 100px; }
td.price { width: 80px; }
td.AverageReviews { width: 150px; }
