#slide {
    width: 731px;
    height: 315px;
    position: relative;
    margin: 0 auto;
    background: url(../images/_main_img_back.0393ce0ff37aeb2dd14c4f44d4f71550.jpg) no-repeat;
    text-align: center
    }
#slide #list li {
    position: absolute;
    top: 6px;
    right: 7px;
    list-style: none
    }
#slide #navi {
    position: absolute;
    bottom: -10px;
    left: 0;
    font-size: 12px;
    text-align: center;
    width: 100%
    }
#slide #navi li {
    list-style: none;
    display: inline-block;
    /*スターハックしてる*/
    /*ここもスターハック*/
    width: 11px;
    padding: 0 3px
    }
#slide #navi li a {
    display: block;
    text-indent: -9999px;
    width: 11px;
    height: 10px;
    background: url(../images/_navi_off.f22973d2e8f8383a07c7f8aeda6fd1c2.jpg) no-repeat center top;
    text-decoration: none
    }
#slide #navi li a.current, #slide #navi li a:hover {
    background: url(../images/_navi_on.82d3e3b8c666e71e62062be5da4d56f8.jpg) no-repeat center top
    }
.jspContainer {
    overflow: hidden;
    position: relative
    }
.jspPane {
    position: absolute
    }
.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 11px;
    height: 100%;
    background: red
    }
.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red
    }
.jspVerticalBar *, .jspHorizontalBar * {
    margin: 0;
    padding: 0
    }
.jspCap {
    display: none
    }
.jspHorizontalBar .jspCap {
    float: left
    }
.jspTrack {
    background: #EFEFEF;
    position: relative;
    width: 11px
    }
.jspDrag {
    background: #676767;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 11px
    }
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
    float: left;
    height: 100%
    }
.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer
    }
.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d
    }
.jspVerticalBar .jspArrow {
    height: 16px
    }
.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%
    }
.jspVerticalBar .jspArrow:focus {
    outline: none
    }
.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%
    }
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
    margin: 0 -3px 0 0
    }
.jspDragTop {
    background: url(../images/_arrow_top.ad1dff5371d1bfd185c2edc617610def.gif) no-repeat scroll center top transparent;
    height: 10px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0
    }
.jspDragBottom {
    background: url(../images/_arrow_bottom.0c3b4b2c7ccf46c6403593dfc2ca3796.gif) no-repeat scroll center top transparent;
    bottom: 0;
    height: 10px;
    left: 0;
    overflow: hidden;
    position: absolute
    }