/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric { position: absolute;top: 0; left: 0; }

.vscrollerbar { width: 6px; height:48px;background: url(../../common/img/scrollbar02.png) -6px 0px repeat-y;}/*スライダー*/ 

.vscrollerbase { width: 7px;background: url(../../common/img/scrollbar02.png) 0px 0px repeat-y;}/*土台*/ 

/* Scroll Bar Master Styling Ends Here */


#mycustomscroll {
float : left ;
width: 180px;
height: 380px;
margin : 15px 0 40px 0 ;
clear : left ;
}

#mycustomscroll dl {
	position :relative;
	top:0;
	left:0;
	width : 180px ;
	margin : 0 0 20px 0 ;
}
#mycustomscroll dl dt {
	position :relative;
	top:0;
	left:0;
	width : 60px ;
}
#mycustomscroll dl dd {
	position :absolute;
	top:0;
	left:70px;
	width : 100px ;
}
#mycustomscroll dl dd strong {
	display : block ;
}