@charset "shift_jis";
/* CSS Document */

#fadearea {
    position: relative;
    width: 510px;
    height: 258px;
    padding: 15px 10px;
    margin: 0 auto 5px auto;
    overflow: hidden;
    background: url(../img/usr/top/visual/slide_bg.png) no-repeat left top;
}
#prev, #next {
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
    top: 130px;
    z-index: 50;
}
#prev {
    background: url(../img/usr/top/visual/prev.png) no-repeat left top;
    left: 0;
}
#next {
    background: url(../img/usr/top/visual/next.png) no-repeat left top;
    right: 0;
}
#prev:hover, #next:hover {
    opacity: 0.5;
}
#icolist {
    float: left;
    position: relative;
    width: 510px;
    height: 258px;
}
#icolist li {
    position: absolute;
    top: 0;
    left: 0;
    width: 510px;
    height: 258px;
    text-align: center;
    list-style: none;
    opacity: 0;
    z-index: 50;
    display: none;
}
#icolist li img {
    width: 100%;
}
#icolist li#i1 {
    opacity: 1;
    left: 0;
    display: block;
}
#pager {
    width: 512px;
}
#pager ul {
    text-align: center;
}
#pager li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 9px;
    background: url(../img/usr/top/visual/off.png) no-repeat left top;
    cursor: pointer;
}
#pager li.selected {
    width: 12px;
    height: 12px;
    background: url(../img/usr/top/visual/on.png) no-repeat left top;
}
*:first-child+html #pager li {
    display: inline;
}