/*Page related styles for you to view*/
#mycustomscroll_su {
	/* Typical fixed height and fixed width example */
	width: 323px;
	height: 150px;
	background-color: #ffffff;
	overflow: auto;/*javascript無効時にもスクロールバーを出す為に必要*/
	position: relative;/*javascript無効時にもスクロールバーを出す為に必要*/
	float:left;
	
}


#mycustomscroll_fb {
	/* Typical fixed height and fixed width example */
	width: 323px;
	height: 150px;
	background-color: #ffffff;
	overflow: auto;/*javascript無効時にもスクロールバーを出す為に必要*/
	position: relative;/*javascript無効時にもスクロールバーを出す為に必要*/
	float:left;

}