/***************************************************
	Closet Scroller Definitions
***************************************************/

.Container {
	width: 330px;
	height: 74px;
	background: #fff;
	margin-left: 9px;
}

#Container2 {
	width: 330px;
	height: 58px;
	background: #fff;
	margin-left: 9px;
}

#Scroller-1 { 
	position: absolute;
	top: 26px;
	left: 10px;
	width: 310px;
	height: 76px;
	overflow: hidden;
}

#Scroller-1 p {
	width: 280px;
	margin-left: 10px;
	padding: 0 10px 0 20px;
	background: #fff url("http://stat.pupe.ameba.jp/image/icon_closet_topics.gif") no-repeat left center;
	line-height: 1.5;
}

#Scroller-1 p a {
	width: 280px;
	color: #c00;
}

.Scroller-Container {
	position: absolute;
	top: 0;
	left: 0;
	width: 310px;
}

#Scroller-2 { 
	position: absolute;
	left: 10px;
	width: 310px;
	height: 59px;
	overflow: hidden;
}

.Scroller-Container,
.Scroller-Container2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 310px;
}

#Scrollbar-Container {
	position: absolute;
	top: 27px;
	right: 9px;
	z-index: 1000;
	width: 20px;
	max-height: 74px;
	visibility: hidden;
}

.Scrollbar-Up {
	position: absolute;
	top: 5px;
	cursor: pointer;
}

.Scrollbar-Track {
	position: absolute;
	top: 15px;
	left: 0px;
	width: 20px;
	height: 50px;
	background: #fff url("http://stat.pupe.ameba.jp/image/scrollbar_track.gif") no-repeat center center;
}

.Scrollbar-Handle {
	position: absolute;
	width: 20px;
	height: 20px;
}

.Scrollbar-Down {
	position: absolute;
	top: 65px;
	cursor: pointer;
}

#Scrollbar-Container2 {
	position: absolute;
	top: 20px;
	right: 9px;
	z-index: 1000;
	width: 20px;
	max-height: 59px;
	visibility: hidden;
}

#Scrollbar-Container2 .Scrollbar-Track {
	position: absolute;
	top: 19px;
	left: 0px;
	width: 20px;
	height: 37px;
	background: #fff url("http://stat.pupe.ameba.jp/image/scrollbar_track.gif") no-repeat center center;
}

#Scrollbar-Container2 .Scrollbar-Up {
	position: absolute;
	top: 9px;
	cursor: pointer;
}

#Scrollbar-Container2 .Scrollbar-Down {
	position: absolute;
	top: 56px;
	cursor: pointer;
}

/***************************************************
	JitenItemDetail Scroller Definitions by.takenoya
***************************************************/
#jitenItemDetail #Container {
	width: 280px;
	height: 120px;
}
#jitenItemDetail #Scroller-1 {
	top: 0;
	width: 263px;
	height: 120px;
}
#jitenItemDetail #Scroller-1 p {
	width: 263px;
	margin: 0;
	padding: 0;
	background-image: none;
}
#jitenItemDetail #Scroller-1 p a {
	width: 263px;
}
#jitenItemDetail .Scroller-Container {
	width: 263px;
	padding-bottom: 20px;
}
#jitenItemDetail #Scrollbar-Container {
	z-index: 1;
	max-height: 120px;
	top: -5px;
	right: 0;
}
#jitenItemDetail .Scrollbar-Track {
	height: 100px;
	background-repeat: repeat-y;
}
#jitenItemDetail .Scrollbar-Down {
	top: 115px;
}
