@charset "Shift_JIS";
#mainlist {
	height: 350px;
	width: 750px;
	overflow: auto;
	position: relative;
}
#thumbnail {
	position: absolute;
	z-index: 99;
	height: 190px;
	width: 170px;
	top: 0px;
	text-align: center;
	vertical-align: middle;
	background: #dcdcdc;
	visibility: hidden;
}
#thumbnail2 {
	position: absolute;
	z-index: 99;
	height: 190px;
	width: 170px;
	top: 213px;
	background: #dcdcdc;
	text-align: center;
	vertical-align: middle;
	visibility: hidden;
}
#thumbnail3 {
	position: absolute;
	z-index: 99;
	height: 190px;
	width: 170px;
	top: 426px;
	background: #dcdcdc;
	text-align: center;
	vertical-align: middle;
	visibility: hidden;
}
#thumbnail4 {
	position: absolute;
	z-index: 99;
	height: 190px;
	width: 170px;
	top: 639px;
	background: #dcdcdc;
	text-align: center;
	vertical-align: middle;
	visibility: hidden;
}
#thumbnail5 {
	position: absolute;
	z-index: 99;
	height: 190px;
	width: 170px;
	top: 850px;
	background: #dcdcdc;
	text-align: center;
	vertical-align: middle;
	visibility: hidden;
}
.tn { margin: 10px; }
.icon {
	padding: 0px;
	height: 45px;
	width: 40px;
}
td.list {
	font-size: 11px;
	padding: 5px 5px 5px 8px;
	width: 95px;
	vertical-align: bottom;
	border-bottom: 1px solid #dcdcdc;
	border-top: 0px solid #dcdcdc;
	border-right: 0px solid #dcdcdc;
	border-left: 0px solid #dcdcdc;
}
.t-right {
	text-align: right;
	display: marker;
}
.b-margin { margin-bottom: 8px; }
