@charset "utf-8";
/* ぱたぱたアニメ館 */
/* flash-anime mark */
.fla-ani-mark {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-color: #ff9900;
  color: #fff;
  font-family: "Arial Rounded MT Bold", "Helvetica Rounded", "Arial", sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 20px;
  text-align: center;
  line-height: 31px;
  border-radius: 8px; 
  margin-right: 10px;
  vertical-align: middle;
}
/* change wallpaper */
ul#change-background-color {
    list-style-type: none;
}
ul#change-background-color li {
    float: left;
    margin: 0;
    padding: 5px;
    width: 50px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    border-top:1px solid #6699ff;
    border-bottom:1px solid #6699ff;
    border-left:1px solid #6699ff;
}
ul#change-background-color li:last-child {
    border-right:1px solid #6699ff;
}