BODY.index { color: #333333; background-image: url(images/body_bg.gif);}
A { color: #0072BC; }
A:hover { color: #0072BC; }
A:visited { color: #0072BC; }
.big { background-color: #FFFF99; font-size: 14px; line-height: 20px; padding-top: 5px; padding-bottom: 5px; font-weight: bold; text-align: center; }
.caption{ font-size: 14px; }
.notice{ font-size: 11px; color:#ff0000; }
.linktxt{ font-size: 12px; line-height: 20px; }
.mv_title { background-color: #0072BC; color: #FFFFFF; font-size: 13px; font-weight: bold; line-height: 20px; }
.mv_comment { background-color: #E6E6E6; font-size: 11px; line-height: 17px; padding-top:5px; }
.tutorial { display: table; margin: 0px auto; }
.closeButton { display: table; margin: 0px auto; margin-top: 1rem; }

table,tbody,tr,td {
  border: solid 0 #fff;
  margin: 0;
  padding: 0;
}

table.header,table.tableIndex, table.header tbody,table.header tr,table.header td {
  border: solid 0 #fff;
  margin: 0;
  padding: 0;
  border-spacing: 0;
  border-collapse: separate;
  height: 110px;
}
table.header {
  height: 110px;
  margin-bottom: 15px;
}
table.header tr {
  height: 110px;
}
table.header td,table.tableIndex td  {
  border: solid 0 #fff;
  margin: 0;
  padding: 0;
  border-spacing: 0;
  border-collapse: separate;
}
table.tableIndexLine {
  border-bottom: dotted 2px #aae;
}
table.message{ padding: 20px; }
table.description {
  border: solid 2px #E6E6E6;
  /* border-radius: 10px; */
  margin: 10px;
  width: 560px;
  border-collapse:collapse;
}
table.navigation {
  margin: 20px;
  border-bottom: dotted 2px #000;
  width: 560px;
}

.thumb {
  text-align: center;
  padding: 0 20px;
  vertical-align: middle;
}
.mv_title {
  padding: 4px 20px 0 20px;
}
.mv_comment {
  width: 100%;
  padding: 0 20px 4px 20px;
}
