@charset "UTF-8";
/* MAIN BANNER*/

a {outline : none; overflow:hidden;}
a img {outline : none;}
img {border : 0;}

body {
  margin: 0px;
}

#container {
  position: absolute;
  width: 250px;
  height: 250px;
  top: 0px;
  left: 0px;
  margin: auto;
  overflow: hidden;
  background-color: #fff;
}

.image{
  position: absolute;
  top: 0px;
  left: 0px;
  width:100%;
  height:100%;
}


#overlay{
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 996;

}

#roll{
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 100%;

}


#textBlock{
  position: absolute;
  bottom:0px;
  width:100%;
  height:92px;
  background-color: #fff;
  border-top: 10px solid #68a0a8;
}

#InnerBorder{
  position: absolute;
  width: 100%;
  height: 100%;
  border: 10px solid #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#clickArea {
  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;
}


#button {
position: absolute;
left:10px;
top:217px;
width:90px;
height:20px;
background-color: #68a0a8;
cursor: pointer;
}

/*#button:hover {
background-color: #4288e9;

}*/
