@charset "utf-8";

html, div, p, li, dl, dt, dd, blockquote, td, form, address {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  background-color: #000000;
  color: #eeeeee;
}

a:link, a:visited {
  color: #ffffff;
}
a:hover, a:active, a:focus {
  text-decoration: underline;
  color: #1aa6ec;
  
  position: relative;
  top: 2px;
  left: 2px;
}

img {
  border: 0;
}

h1 {
  width: 100%;
  height: 18px;
  
  margin: 0;
  padding: 3px 0 3px 0;
  
  text-align: center;
  
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  
  background-color: #00cc00;
  color: #ffffff;
}

h2 {
  margin: 30px 10px 0 10px;
  padding: 0;
  
  text-align: center;
  
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
  
  color: #eeeeee;
}

h3 {
  margin: 3px 0 0 0;
  padding: 0;
  
  text-align: center;
  
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  
  color: #eeeeee;
}

h4 {
  margin: 0;
  padding: 0;
  
  text-align: left;
  
  font-size: 15px;
  line-height: 23px;
  font-weight: normal;
  
  color: #eeeeee;
}


.highlighted {
  font-weight: bold;
  color: #00ff00;
}


#content {
  margin: 30px 0 30px 0;
  padding: 0;
  
  text-align: center;
  
  font-size: 17px;
  line-height: 25px;
  font-weight: normal;
}

#logo {
  margin: 30px auto 0 auto;
  padding: 0;
  
  text-align: center;
}

.movieicon {
  margin: 25px auto 30px auto;
  padding: 0;
  
  width:550px;
  
  text-align: center;
  
  font-size: 12px;
  line-height: 15px;
  font-weight: normal;
}
.movieicon img {
  margin: 8px auto 0 auto;
  border: 0;
}

#listarea {
  margin: 20px auto 0 auto;
  padding: 15px 10px 10px 15px;
  
  width: 700px;
  
  font-size: 15px;
  line-height: 23px;
  font-weight: normal;
  
  text-align: left;
  
  color: #ffffff;
  background: #333333;
}

#listarea table {
  margin: 10px 0 10px 0;
}
  #listarea table .row1 {
    background: #555555;
  }
  #listarea table .row2 {
    background: #444444;
  }
    #listarea table .mtitle {
      width: 340px;
      
      margin: 0;
      padding: 3px 10px 3px 10px;
      
      font-size: 15px;
      line-height: 23px;
      font-weight: normal;
    }
    #listarea table .mactress {
      width: 180px;
      
      margin: 0;
      padding: 3px 10px 3px 10px;
      
      font-size: 15px;
      line-height: 23px;
      font-weight: normal;
    }
    #listarea table .mpubdate {
      width: 130px;
      
      margin: 0;
      padding: 3px auto 3px auto;
      
      text-align: center;
      
      font-size: 15px;
      line-height: 23px;
      font-weight: normal;
    }

.hdicon {
  margin: 0;
  padding: 2px 5px 2px 5px;
  
  font-size: 10px;
  line-height: 12px;
  font-weight: normal;
  
  background-color: #00cc00;
  color: #000000;
}

.pagenavi {
  margin: 0;
  padding: 10px 20px 5px 20px;
  
  font-size: 15px;
  line-height: 23px;
  font-weight: normal;
  
  text-align: center;
}
.pagenavi a {
  margin: 0 4px 4px 0;
  padding: 2px 5px 2px 5px;
  border: 1px solid #00cc00;
  text-decoration: none;
}
.pagenavi .current {
  margin: 0 4px 4px 0;
  padding: 2px 5px 2px 5px;
  border: 1px solid #00cc00;
  font-weight: bold;
  background: #00cc00;
}



.submenu {
  margin: 20px 0 0 0;
  padding: 0 0 0 0;
  
  font-size: 13px;
  font-weight: normal;
}
.submenu h2 {
  margin: 30px 10px 0 10px;
  padding: 0;
  
  text-align: center;
  
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  
  color: #eeeeee;
}

address {
/*margin: 30px auto 0 auto; */
  margin: 30px auto 30px auto;
  padding: 0;
  
/*background-color: #00cc00; */
/*color: #000000; */
  color: #aaaaaa;
  
  text-align: center;
  
  font-size: 17px;
  line-height: 25px;
  font-weight: bold;
  font-style: normal;
}

