

/*ここからTinyScrollbarの設定*/
#scrollbar1 {
	position: relative;
	/*width: 520px;*/
	clear: both;
	/*margin: 20px 0 10px;*/
	/*margin-top: 7px;*/
}
#scrollbar1 .viewport {
	/* width: 500px; */
	height: 330px;
	overflow: hidden;
	position: relative;
}
#scrollbar1 .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
}
#scrollbar1 .thumb .end, #scrollbar1 .thumb {
	background-color: #c5a800;
}
#scrollbar1 .scrollbar {
	position: relative;
	float: right;
	width: 10px;
}
#scrollbar1 .track {
	background-color: #ede5b2;
	height: 100%;
	width:8px;
	position: relative;
	padding: 0 1px;
}
#scrollbar1 .thumb {
	height: 20px;
	width: 8px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
}
#scrollbar1 .thumb .end {
	overflow: hidden;
	height: 5px;
	width: 8px;
}
#scrollbar1 .disable {
	display: none;
}
.new {
	border-top: 2px solid #fa8072;
	border-right: 1px solid #c6c6c4;
	border-left: 1px solid #c6c6c4;
	border-bottom: 1px  solid #c6c6c4;
}
