﻿@charset "utf-8";


.flexcroll {
	padding:1px 10px 10px 20px;
	width:500px;
	height:240px;
	border:solid 2px #2cb3ac;/* 罫線の色 */
	background-color:#fafafa;
	overflow:auto;
	position:relative;
	margin:5px 10px 5px 5px;
	background-image:url(../../img/dot.gif);
}

.flexcroll ul li{
list-style-image:url(../../img/new.gif);
margin-left:10px;
}


/* 本体？ */
.scrollgeneric {
	line-height:1px;
	font-size:1px;
	position:absolute;
	top:0;
	left:0;
}

/* 縦スクロール範囲 */
.vscrollerbase {
	width:20px;
	background-color:#eee;
}

/* 縦スクロールバー */
.vscrollerbar {
	width:20px;
	background-color:#2cb3ac;
}

/* 横スクロール範囲 */
.hscrollerbase {
	height:20px;
	background-color:#eee;
}

/* 横スクロールバー */
.hscrollerbar {
	height:20px;
	background-color:#2cb3ac;
}

/* 縦横スクロールバー */
.scrollerjogbox {
	width:20px;
	height:20px;
	top:auto;
	left:auto;
	bottom:0;
	right:0;
	background-color:#eee;
}
