@charset "UTF-8";
/* 基本テキスト色 */
/* 基本リンクテキスト色 */
/* screenサイズ */
/* 黄色 */
div#common-contetns {
  background: url(common-contents/common-contents.gif) repeat top;
}
div#common-contetns ul#main-images {
  width: 780px;
  height: 430px;
  list-style: none;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  margin: 0 auto;
  background: url(common-contents/bg.jpg) repeat-y top;
}
div#common-contetns ul#main-thumbnail {
  width: 760px;
  height: 140px;
  background-color: #62bd00;
  margin: 10px auto 30px;
  padding: 9px;
}
div#common-contetns ul#main-thumbnail li {
  width: 53px;
  height: 53px;
  float: left;
  margin: 0 4px 4px 0;
  border: 3px solid #ffffff;
  box-shadow: 2px 2px 2px #000000;
  position: relative;
  /* スクリプト使用 selectedと非公開キャラli以外に対してhover有効 */
}
div#common-contetns ul#main-thumbnail li.publishedCharacter:hover {
  border-color: #C00;
  cursor: pointer;
}
div#common-contetns ul#main-thumbnail li.selected, div#common-contetns ul#main-thumbnail li.selected:hover {
  background-color: #fff100;
  border-color: #fff100;
}
div#common-contetns ul#main-thumbnail li .newInfo {
  display: block;
  height: 24px;
  /*				left: 700px;*/
  right: -3px;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  text-decoration: none;
  text-indent: -9999px;
  top: 53px;
  width: 42px;
}

body {
  background: url(own-character/body.jpg) no-repeat center 140px;
}
