@charset "utf-8";
/* CSS Document */

#map{
    background-image:url(../assets/map.png);
}

#link_scene1 .thumb{
    background-image: url("../assets/thumb_cam6.jpg");
}
#link_scene2 .thumb{
    background-image: url("../assets/thumb_cam7.jpg");
}
#arrow_scene1{
    background-image:url("../assets/arrow_scene1.png");
    width: 114px;
    height: 140px;
    top: 141px;
    left: 45px;
}
#arrow_scene1.arrow_current{
    background-image:url("../assets/arrow_scene1_on.png");
}
#arrow_scene2{
    background-image:url("../assets/arrow_scene2.png");
    width: 42px;
    height: 68px;
    top: 140px;
    left: 216px;
}
#arrow_scene2.arrow_current{
    background-image:url("../assets/arrow_scene2_on.png");
}


#seeklink_1_1{
    width: 16px;
    height: 81px;
    top: 0;
    right: -5px;
}
#seeklink_1_2{
    width: 74px;
    height: 16px;
    right: 11px;
    top: 66px;
}
#seeklink_1_3{
    width: 18px;
    height: 72px;
    left: -2px;
    bottom: 0;
}
#seeklink_2_1{
    width: 16px;
    height: 37px;
    top: 0;
    right: -5px;
}
#seeklink_2_2{
    left: 0;
    width: 36px;
    height: 28px;
    right: -5px;
    bottom: 0;
}

