@charset "UTF8";
#enter{
  width:300px;
  height : 500px;
  float:left;
  font-size : 22px;
}
#exit{
  width : 610px;
  height : 500px;
  float:right;
  font-size : 22px;
}


.enter{
    padding: 10px;
    overflow: hidden;
    position: relative;
}

.enter ul{
    list-style: none outside none;
    float: left;
    margin: 0 0 0 0;
    padding: 0;
    position: relative;
    left: 50%;
}
.enter ul li{
    float: left;
    margin-right: 5px;
    padding: 5px;
    position: relative;
    left: -50%;
}


.enter2{
    padding: 2px;
    overflow: hidden;
    position: relative;
}

.enter2 ul{
    list-style: none outside none;
    float: left;
    margin: 0 0 0 0;
    padding: 0;
    position: relative;
    left: 50%;
}
.enter2 ul li{
    float: left;
    margin-right: 1px;
    padding: 0px;
    position: relative;
    left: -50%;
}