@charset "utf-8";
/* Global */
html {
  background: #eee;
}
body {
  text-align: center;
  font-style: normal;
  font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", HiraKakuPro-W3, Osaka, verdana, arial, sa;
  background: #eee;
  color: #191919;
}
a:link {
  color: #0066cc;
  text-decoration: underline;
}
a:visited {
  color: #551a8b;
}
a:hover {
  color: #fff;
  background: #0066cc;
  text-decoration: none;
}
a:active {
  color: #0066cc;
}
input {
  padding: 4px;
  margin: 4px;
  border: 1px solid #f58182;
  background: white none repeat scroll 0%;
}
textarea {
  padding: 4px;
  margin: 4px;
  border: 1px solid #f58182;
  background: white none repeat scroll 0%;
}
dl {
  margin-left: 0;
  border: 1px solid #f58182;
  background-color: #fff;
  margin:1em 0; min-height: 300px;
}

/* commong page */
#hd {
  background-color: #d61717;
  background-image: url('../images/top_background.gif');
  height: 75px;
}

#logo {
  float: left;
  width: 180px;
  margin: 0px 20px;
}
#logo a:hover {
  background: none;
}
#navi {
  margin: 0 20px;
}
#search {
  text-align:right;
}
#search input {
  width: 256px;
  border: 0 none;
  padding: 4px;
  margin: 4px;
}

#menu-left, #menu-right {
  margin:0;
  padding:0;
}
#menu-left, #menu-right {
  list-style: none;
}
#menu-left li, #menu-right li {
  list-style:none;
  display: inline;
  margin: 0em 0.5em;
}
#menu-left a, #menu-right a {
  font-weight: 800;
  text-decoration: none;
  color: #fff;
  padding: 0em 0.4em;
  border: 1px solid #d61717;
}
#menu-left a:hover, #menu-right a:hover {
  background: #eee;
  color: #222222;
  border: 1px solid #f58182;
}
#menu-left {
  float: left;
  text-align:left;
}
#menu-right {
  float: right;
  text-align:right;
}
#menu-right #username {
  font-weight: bold;
}
#menu-right .authorized, #menu-right .unauthorized {
  display: none;
}

/* TOP MENUS END */
#bd {
  background-color: #eee;
}

#userlogin {
  display: none;
  text-align: center;
  height: 0;
}

#userlogin #address {
  width: 196px;
}

#userlogin #password {
  width: 128px;
}

#forgot-password {
  text-align: center;
}

#top-description {
  background-color: #fff;
  width: 100%;
  border: 1px solid #f58182;
  margin: 0.6em 0;
}
.form-error
{
  padding-left: 85px;
  color: #d8732f;
}

#register, #login {
  margin: 1em 4em;
  padding: 2em;
}
#register table, #login table {
  margin: auto;
  padding: auto;
}
#register th, #login th{
  border: 1px solid #f58182;
  background: #f2c9ac;
  text-align: left;
}
#register td, #login td {
  border: 1px solid #f58182;
  background: #fff;
}

#register .center, #login .center {
  text-align: center;
}

.register-space {
  margin-bottom: 1em;
}

#cancel-mail {
  text-align: center;
}

.pager {
  text-align: center;
}

/* Footer */
#ft {
  padding: 2em;
  background-color: #eee;
}
#bottommenu {
  margin: 0 0 0.2em 0;
  list-style: none;
  text-align: center;
}
#bottommenu li {
  list-style:none;
  display: inline;
  margin: 0em 0.5em;
}
#bottommenu a {
  text-decoration: none;
  color: #222222;
  padding: 0em 0.4em;
  border: 0.1em solid #eee;
}
#bottommenu a:hover {
  background: #eee;
  border: 1px solid #f58182;
}

/* top page */
#random {
  border: 1px solid #f58182;
  margin:0.6em 0em;
  height:130px;
  background-color: #fff;
  overflow: hidden;
}
.sbm {
  padding: 1em;
  border: 1px solid #f58182;
  margin:0.6em 0em;
  background-color: #fff;
}
.summary {
  font-size: 0.9em;
}
#random h3 {
  margin: 1.5em;
  text-align: center;
  font-size: 150%
}

.toppage-table dt {
  text-indent: 0.5em;
  font-weight: bold;
  font-size:160%;
  height: 35px;
  background-image: url('../images/title_background.gif');
  background-repeat: repeat-x;
  background-position: left bottom;
}
.toppage-table dd {
 padding: 0.2em 0em;
}

.toppage-table h3 {
  margin:0;
  padding:0;
}
.toppage-table div {
  font-size: 0.8em;
  padding: 0em 2em;
  word-break: break-all;
  overflow: hidden;
}

/* configure page */
#configure {
  background: #fff;
  margin: 1em;
  padding: 1em;
  border: 1px solid #f58182;
}

#configure #description {
 padding: 1em; 
}
#configure .rows {
  background: #eaf4fc;
}
#configure .columns {
  background: #e9dfe5;
}
#row-configure li, #column-configure li {
  margin: 1em;
  padding: 0.1em;
}
#configure .caution {
  color: #ff0182;
}
#configure span.handle {
  cursor: move;
  background: #ccc;
  margin: 0.5em;
  padding: 0.5em;
}

#configure #button {
  clear: both;
  padding: 1em;
  margin: 1em;
  text-align: center;
}

#confirm {
  text-align: center;
}

#confirm .rows {
  background: #eaf4fc;
}

#confirm .columns {
  background: #e9dfe5;
}

#confirm textarea {
  margin-bottom: 2em;
}

#confirm #button {
  clear: both;
  padding: 1em;
}


#container table {
  margin: auto;
  padding: auto;
  text-align: center;
  margin-top: 1em;
}
.yui-skin-sam .yui-dt-table th {
  width: 100px;
  vertical-align: top;
  padding: 0em 0em 0em 0.5em;
}
.yui-skin-sam .yui-dt-table td {
  width: 100px;
  padding: 0;
}
.yui-skin-sam .yui-dt-table tfoot td {
  background-color: #fff;
}

/* show page */
#table-name {
  margin: 1em 0 0 1em;
}
#table-info {
  margin: 1em 0 0 2em;
  color: #888;
}
#table-desc {
  margin: 1em 0 0 2em;
}

.moderation {
  color: #f00;
}

.thumbs {
  float: right;
}
#mylist {
  margin: 1em 0 0 2em;
  display:inline;
}
#configuration {
  margin-top: 1em;
}
#show-source div {
  text-align:center;
}

#copy-description {
  border: 1px solid #f58182;
  background: #fff;
  padding:10px 5px 5px 3em;
  margin-top:1em;
  line-height:150%;
}

#modal-overlay {
  display: none;
}

#modal-overlay textarea {
  width: 90%;
}

.show-text {
  text-align: center;
}
.show-text .hidden {
  visibility: hidden;
}
.show-text .positive {
  float:left;
  width:30%;
  background: #89c3eb;
  cursor: pointer;
}
.show-text .negative {
  float:left;
  width:30%;
  font-weight: lighter;
  background: #f0908d;
  cursor: pointer;
}
.show-text .current, .show-text .current-yea, .show-text .current-nay{
  float:left;
  width:40%;
  font-size:200%;
}
.show-text .current-yea {
  background: #0d0;
  text-align: center;
}
.show-text .current-nay {
  background: #d00;
  text-align: center;
}
.show-text .label {
 float:left;
 padding-top: 0.4em;
}
.show-text .thumbs {
  float: right;
  width: 16px;
/*  visibility: hidden; */
}
.show-text .thumbs-column {
  width: 100%;
  clear: both;
}
.thumbs-column .up {
  float: left;
  width: 16px;
}
.thumbs-column .down {
  float: right;
  width: 16px;
  margin-right: 0.5em;
}
.clickable {
  cursor: pointer;
}
.transparent {
  opacity: 0.2;
  filter: Alpha(opacity=20);
}
#similar-table {
  border: 1px solid #000;
  margin: 0.5em;
  padding: 1em;
  background: #fff;
}
#similar-table div {
  margin: 1em 4em 0 4em;
}
.mask {
  background: #fef;
  opacity: 0.2;
}
.copytext {
  width: 225px;
}
/* create page */
#create #table-name {
  text-align: center; 
}
#create #button {
  text-align: center; 
  clear: both;
  padding: 1em;
}

.create-text {
  text-align: center;
}
.create-text .value {
  margin: 0 12px;
  padding: 0 12px;
  cursor: pointer;
  font-size: 1.5em;
}
.create-text .yea {
  background: #0d0;
  text-align: center;
}
.create-text .nay {
  background: #d00;
  text-align: center;
}
#create-addrow {
  text-align: center;
  width: 100%;
}

.show-text .yea {
  background: #0d0;
  text-align: center;
  padding: 0.3em;
}
.show-text .nay {
  background: #d00;
  text-align: center;
  padding: 0.3em;
}

/* list page */
#list {
  border: 1px solid #f58182;
  margin: 0.5em 0em;
  padding: 2em;
  line-height:150%;
  background-color: #fff;
}
#list span {
  padding: 0 0.2em;
}

#prepare {
  text-align: center;
}

#prepare #warning {
  display: none;
  margin: 2em;
  background: #f00;
}
#prepare #duplication_warning {
  display: none;
  margin: 2em;
  border: 1px solid #000;
  background: #d67;
  font: #fff;
}

#prepare .rows {
  background: #eaf4fc;
}

#prepare .columns {
  background: #eaf4fc;
}

#prepare  textarea {
  margin-bottom: 2em;
}

#prepare #button {
  clear: both;
  padding: 1em;
}

#searchresults .rows, #searchresults .columns {
  font-size: 0.8em;
  padding: 0 2em;
}

#add-row, #add-column {
  text-align: center;
}

#add-row table, #add-column table {
  margin: auto;
  padding: auto;
  background: #fff;
}

#add-row .cell, #add-column .cell {
  width: 220px;
}

#add-column .vertical {
  border-style: none;
  vertical-align: top;
}

#add-row #rows:, #add-column #columns {
  text-align: center;
  background: #fff;
  border: solid 1px #000;
  margin: 0 2em;
  padding 2em;
}

#add-row #rows span, #add-column #column span {
  font-size: 0.6em;
  color: #ccc;
}

#add-row #button, #add-column #button {
  margin-top: 1em;
}

#add-row .separator, #add-column .separator {
  margin: 1em 2em 3em 2em;
}

/* profile page */
#profile dt {
 margin-left: 2em;
 font: 120%;
 padding: 1em;
}
#profile dd {
 margin-left: 4em;
 font: 110%;
 padding: 0.3em 1em;
}
#profile .list {
  border: solid 1px #f58182;
  margin:1em;
  padding:1em;
}
#profile dl.mylist {
  border: 1px solid #fff;
  margin: 0;
  padding: 0;
}

#profile dl.mylist dt {
  margin: 0;
  padding: 0;
}
#profile dl.mylist dd {
  margin-left: 1em;
}

/* searchresults page */
#searchresults {
  border: 1px solid #f58182;
  margin: 0.5em 0em;
  padding: 2em;
  line-height:150%;
  background-color: #fff;
}
#searchresults h1 {
  text-align:center;
}
#searchresults strong {
  font-weight: bolder;
  background: #c88;
  margin: 1em;
  font-size: 1.2em;
  padding: 0.2em 0.4em;
}

/* history page */
#history {
  border: 1px solid #f58182;
  margin: 0.5em 0em;
  padding: 2em;
  line-height:150%;
  background-color: #fff;
}

/* content privacy policy, term of use, about us, help */
#content {
  border: 1px solid #f58182;
  margin: 0.5em 2em;
  padding: 2em;
  line-height:150%;
  background-color: #fff;
}

.ads {
  text-align:center;
  margin: 0;
  padding: 0;
}


