@charset "utf-8";

/* CSS Styles that are needed by jScrollPane for it to operate correctly.  Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane may not operate correctly without them. */
/* 全体 */
.jspContainer { overflow:hidden; position: relative; border:none;}
/* スクロールバーを除いたエリア */
.jspPane { position: absolute; }
/* 縦スクロールバー */
.jspVerticalBar { position: absolute; top: 0; right: 0; width: 8px; height: 100%; background:#FF0004; }
/* 横スクロールバー */
.jspHorizontalBar { position: absolute; bottom: 0; left: 0; width: 100%; height: 16px; background:#FF0004; }
/* 背景 */
.jspTrack { background: #131313; position: relative; }
/* ノブ */
.jspDrag { background: #dd1d1d; position: relative; top: 0; left: 0; cursor: pointer; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner { margin: 0 -3px 0 0; }