
/*不要にしていくモノ*/
div.content {
  margin-left: 14px;
  padding: 5px;
  font-size: 14px;
}

div.content p, div.content pre,
div.content ul, div.content ol, div.content table,
div.content dl, div.content blockquote {
  margin-top: 0;
  margin-bottom: 1em;
}

div.content h2 {
  font-size: 16px;
  margin-bottom: 14px;
}

div.content h3 {
  font-size: 14px;
  text-indent: 1em;
  display: block;
  margin: 5px 0px 5px 0px;
  padding: 6px 0px 0px 45px;
  width: 575px;
  height: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  background: url(/images/title_bg430.png) no-repeat;
}

div.content p {

}

div.content ul {
  margin-left: 1em;
  padding-left: 1.5em;
}

div.content li {
  margin-bottom: 0.3em;
}

div.content hr {
  display: block;
  border: none;
  background-color: #ccc;
  width: 610px;
  height: 1px;
  margin: 5px auto;
}

div.content textarea {
  font-size: 14px;
}

/* spotlight */

div.spotlight {
  margin-left: 14px;
  padding: 5px;
  font-size: 14px;
}

div.spotlight h2 {
  background-color: #333;
  color: #fc0;
  padding: 2px;
}

div.spotlight p {
  margin: 10px 5px;
  line-height: 160%;
}

div.spotlight hr {
  display: block;
  border: none;
  border-bottom: dashed 1px #444;
  color: #fff;
  background-color: #fff;
  width: 100%;
  height: 0px;
  margin: 10px auto;
}

div.spotlight ul {
  margin-left: 1em;
  padding-left: 1.5em;
}

div.spotlight li {
  margin-bottom: 0.3em;
}

div.spotlight strong {
  border: solid 1px black;
  padding: 2px;
  background-color: #ffc;
  color: #000;
}

div.spotlight strong.more {
  background-color: #0cf;
}

div.tech strong {
  background-color: #cf8;
  border: solid 1px black;
}

div.example > pre {
  border: dotted 1px #444;
  margin: 5px;
  padding: 5px;
  width: 290px;
  background-color: #ccc;
  float: left
}

div.example div.result {
  border: dotted 1px #444;
  margin: 5px;
  padding: 5px;
  width: 290px;
  background-color: #fff;
  float: left
}

/* table */

td.commands {
  color: #888;
}

/* table.attributes */

table.attributes {
  border-collapse: collapse;
  margin-bottom: 1em;
}

table.attributes th {
  vertical-align: top;
  text-align: right;
  padding: 4px;
  background-color: #ccc;
  border: solid 1px #fff;
  min-width: 80px;
}

table.attributes td {
  padding: 8px;
}

/* table.listing */

table.listing {
  border-collapse: collapse;
  margin-bottom: 1em;
}

table.listing th {
  vertical-align: top;
  text-align: right;
  padding: 4px;
  color: #fff;
  background-color: #444;
  border: solid 1px #000;
}

table.listing td {
  padding: 8px;
  background-color: #eee;
  border: solid 1px #000;
}

/* table.simple */

table.simple {
  border-collapse: collapse;
  margin: 0;
  border: none;
}

table.simple td, table.simple th{
  padding: 0 3px 0 0;
}

p.notice {
  border: 1px solid #cce;
  padding: 5px;
}

div.notice {
  margin: 5px 0;
  background-color: #eef;
  border: 1px solid #cce;
  padding: 5px;
  width: 580px;
  font-weight: normal;
  color: #336;
}

div.notice ul {
  margin: 5px 0 5px 1.5em;
}

p.warning {
  color: red;
}

div.warning {
  border: solid 3px #f80;
  font-weight: bold;
  margin: 10px;
  padding: 10px;
}

div.warning strong {
  color: red;
}

span.required {
  color: red;
}

p.submit {
  text-align: center;
}

p.submit input {
  width: 100px;
}

div.submit {
  text-align: center;
}

div#popupHelp {
  margin: 5px 0;
  background-color: #a2d921;
  border: 1px solid #040;
  padding: 5px;
  font-weight: normal;
  color: #000;
}

div#popupHelp p {
  text-indent: 1em;
}

div#popupHelp ul, div#popupHelp ol {
  margin: 10px 0 10px 40px;
}

div#popupHelp h4 {
  text-align: center;
  color: #fff;
  background-color: rgb(54, 72, 11);
  padding: 2px;
  border: solid 1px gray;
  font-size: 14px;
}

div#popupHelp h5 {
  margin: 8px 0 2px;
  border-bottom: solid 3px rgb(54, 72, 11);
  font-size: 13px;
}

div#popupHelp h6 {
  margin: 8px 0 2px;
  border-bottom: dotted 1px rgb(54, 72, 11);
  font-size: 12px;
  width: 33%;
}

div#popupHelp a.help_link {
  background-color: transparent;
  text-decoration: underline;
  color: blue;
  border: none;
  font-size: 12px;
}

div#popup_notice {
  margin: 5px 0;
  padding: 5px;
  background-color: #000;
  border: 5px solid #444;
  font-weight: normal;
  color: #8f8;
  min-height: 50px;
}

/* Tables */

table.member_list {
  font-size: 12px;
  margin: 5px auto;
}

table.member_list tr th {
  background-color: #ccc;
  border: solid 1px black;
  padding: 2px;
}

table.member_list tr td {
  border: solid 1px black;
  padding: 2px;
}

td.number {
  text-align: right
}

table.list {
  border-collapse: collapse;
}

table.list, table.list th, table.list td {
  border: 1px solid #ccc;
  margin: 5px;
}

table.list th, table.list td {
  padding: 3px;
}

table.list th {
  text-align: left;
}

table.list tr.top {
  background-color: #efc;
}

table.attrs {
  border-collapse: collapse;
}

table.attrs, table.attrs th, table.attrs td {
  border: 1px solid #ccc;
}

table.attrs th, table.attrs td {
  vertical-align: top;
  padding: 3px;
}

table.attrs th {
  text-align: right;
  background-color: #eef;
}

table.attrs table th, table.attrs table td {
  background-color: transparent;
  border: none;
}

table td ul {
  margin-left: 20px;
}

/* Toolbar */

ul#toolbar {
  float: left;
  width: 100px;
  text-align: center;
  border: dotted 1px silver;
  padding: 4px 0;
  margin: 0 10px 0 0;
  font-size: 12px;
  list-style-type: none;
}

ul#toolbar li {
  display: block;
  padding: 2px 0;
}

ul#toolbar li a {
  color: #800;
}

ul#toolbar li a.selected {
  background-color: #800;
  color: #fff;
  padding: 2px;
  text-decoration: none;
}

ul#toolbar li span.selected {
  background-color: #800;
  color: #fff;
  padding: 2px;
  cursor: default;
}

ul#toolbar li span.disabled {
  background-color: #fff;
  color: #888;
  padding: 2px;
  text-decoration: underline;
  cursor: default;
}

/* Legend */

div#legend {
  text-align: left;
  border: dotted 1px silver;
  padding: 4px;
  margin: 0 10px 0 0;
  font-size: 12px;
  list-style-type: none;
}

/* arena */

div#arena {
  float: left;
  width: 532px;
  _width: 522px; /* IE6 */
}

div#arena div.errorExplanation {
  width: 474px;
}

div#arena div.popupHelp {
  text-align: right;
  margin-right: 4px;
  margin-bottom: 8px;
}

/* Questionnaire */

div#arena p.statement {
  margin: 20px 0 5px 0;
  font-size: 120%;
  font-weight: bold;
  border-bottom: dotted 1px #888;
}

div#arena p.tip {
  font-size: 90%;
  color: #444;
  margin-left: 20px;
  padding: 5px;
}

div#arena div.choice {
  margin-left: 20px;
}

div#arena ul, div#arena ol {
  margin: 5px 0 5px 40px;
}

div#arena table.list {
  width: 524px;
  _width: 514px; /* IE6 */
}

div#arena td ul, div#arena td ol {
  margin: 5px 0 5px 30px;
}

div#arena textarea {
  margin-left: 20px;
  padding: 5px;
  width: 380px;
}

div#arena td textarea {
  margin-left: 0px;
  padding: 5px;
}

div#arena strong {
  color: #f00;
}

div#arena a.marked {
  background-color: #ff8;
  color: #000;
}

div#arena label.sent {
  text-decoration: underline;
}

div#arena p.respondent {
  font-size: 120%;
}

div#arena p.introduction {
  font-size: 120%;
  background-color: #A2D921;
  padding: 5px;
}

div#arena div.submit {
  text-align: center;
  clear: both;
  margin-top: 10px;
}

div#arena div.commandsList {
  margin-left: 90px;
  width: 430px;
}

div#arena div.commands {
  margin-left: 90px;
  width: 430px;
}

div#arena ul.note {
  padding: 5px 5px 5px 20px;
  color: #080;
}

div#arena span.canceled {
  text-decoration: line-through;
}

div#arena fieldset {
  border: dotted #080 1px;
  padding: 4px;
  margin: 4px;
}

div#arena fieldset legend {
  padding: 2px;
}

div#arena fieldset div.note {
  color: #080;
  font-size: smaller;
}

/* WizardTabs */

div#wizardTabs {
  text-align: center;
  border: dotted 1px silver;
  margin-bottom: 8px;
  padding: 4px;
  font-size: 12px;
}

div#wizardTabs span {
  color: #808;
  text-decoration: underline;
  padding: 2px;
  cursor: pointer;
}

div#wizardTabs span.selected {
  background-color: #808;
  text-decoration: none;
  color: #ccc;
  cursor: default;
}

div#wizardTabs span.disabled {
  color: #aaa;
  cursor: default;
}

/* WizardButtons */

div#wizardButtons {
  text-align: center;
  border: dotted 1px silver;
  margin: 2px 40px 2px 40px;
  padding: 2px;
}

div#wizardButtons span {
  color: #008;
  text-decoration: underline;
  padding: 2px;
  cursor: pointer;
}

div#wizardButtons span.disabled {
  color: #ccc;
  text-decoration: underline;
  padding: 2px;
  cursor: default;
}

/* Errors */
div#errorExplanation {
  background-color: #fee;
  border: 1px solid #ecc;
  padding: 3px;
  margin: 1em 0;
  width: 90%;
}

div#errorExplanation h2 {
  font-size: 14px;
  color: red;
  padding: 3px;
  margin: 0 0 6px;
  border: none;
}

div#errorExplanation ul {
  margin: 0;
  padding-left: 1.5em;
}

.fieldWithErrors {
  background-color: #fcc;
  padding: 2px;
}

table.attributes th div.fieldWithErrors {
  text-align: right;
}

/* etc */

div.note {
  color: #080;
  font-size: smaller;
}

div.note strong {
  color: #040;
}

span.secret {
  font-size: 80%;
  color: gray;
}

span.clickable {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

a.help_link {
  color: #fff;
  background-color: #944aa6;
  padding: 2px;
  border: solid 1px gray;
  font-size: 10px;
  text-decoration: none;
}

div.pagination {
  text-align: center;
  font-size: 14px;
  word-spacing: 6px;
}

label.disabled, span.disabled {
  color: gray;
}

/* Attendees */
form#select_attendees ul {
  list-style-type: none;
  padding-left: 10px;
  margin: 1em 0;
}

form#select_attendees li {
  margin-bottom: 0.3em;
}

/* MemberImages */
div.member_image_mount {
  border: solid 1px #ccc;
  width: 180px;
  height: 240px;
  padding: 5px;
  margin: 5px;
  float: left;
  text-align: center;
}

/* UserChannels */
table.user_channels td.video {
  font-size: 11px;
  vertical-align: top;
  line-height: 1.1;
}

/* Signup */
div.agree_terms {
  background-color: white;
  padding: 4px 8px;
  border: 2px solid #ccccff;
  margin-bottom: 1em;
}

div.agree_terms p {
  margin: 0;
  font-weight: bold;
}

div.terms_of_service {
  height: 200px;
  overflow-y: scroll;
  background-color: #ffc;
  padding: 15px;
  margin: 10px 10px 10px 0;
}

div.terms_of_service h2 {
  display: block;
  margin: 0px 5px 5px 0px;
  padding: 5px 0px 0px 10px;
  width: 545px;
  height: 24px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  border-left: 15px solid #690;
  border-bottom: 1px solid #690;
}

div.terms_of_service h3 {
  display: block;
  margin: 0px 5px 5px 0px;
  padding: 5px 0px 0px 10px;
  width: 545px;
  height: 24px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  border-left: 5px solid #690;
  border-bottom: 1px solid #690;
}

div.terms_of_service ul,
div.terms_of_service ol{
  line-height: 1.4em;
}

div.terms_of_service li{
  margin: 0px 0px 5px 25px;
  padding: 0px;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  line-height: 1.4em;
}

/* sponichi-news */

div.sponichi-news {
  border: solid 5px #a2d921;
  background-color: #fff;
  padding: 15px 15px 0px 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

div.sponichi-news h2 {
  background-color: #444;
  color: #fff;
  text-align: center;
  margin: 0px;
  margin-bottom: 10px;
}

div.sponichi-news p {
  border-bottom: dashed 1px #888;
}

div.sponichi-news a {
  color: #000;
  text-decoration: none;
}

div.sponichi-news a:hover {
  text-decoration: underline;
}
