@charset "UTF-8";
/* MAIN BANNER*/

a {outline : none; overflow:hidden;}
a img {outline : none;}
img {border : 0;}

body {
  margin: 0px;
}

#container {
  position: absolute;
  width: 320px;
  height: 240px;
  top: 0px;
  left: 0px;
  margin: auto;
  overflow: hidden;
  background-color: #fff;
}

.images{
  position: absolute;
  top: 0px;
  left: 0px;
}

#overlay{
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 1000;
  cursor: pointer;
}

#clicktag {
  position: absolute;
  border:1px solid #000; 
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  z-index: 997;
}


#tab{
  position: absolute;
  left: 14px;
  bottom: 19px;
  width: 111px;
  height: 181px;
}


#button {
position: absolute;
    right: 15px;
    bottom: 20px;
    width: 144px;
    height: 28px;
    overflow: hidden;
    border: 1px solid #000;
    z-index: 1000;
    background-image: url('btnText.png');
    background-repeat: no-repeat;
    background-position: 50% 0%;
}

#button:hover {
background-color: #000;
background-position: 50% 100%; 
cursor: pointer;
}
