@charset "UTF-8";

body {
  font-family: 'Arial', 'Helvetica', sans-serif;
}
pre, tt, code, kbd, samp, dfn, var {
  font-family: 'Lucida Console', 'Courier New', 'Courier', monospace;
}

/* "Studio Sixnine" Minimum Style */
/* Last modified:  */

/* ---- begin ---- */
/* 基本設定: 全ページでこれを利用すること */
html {
  direction: ltr;
}
body {
  margin: 0px;
  padding: 0px;
}
h1, h2, h3, h4, h5, h6, p, ul, dl, ol, pre, form, address, td, caption {
  line-height: 150%;
}
input {
  line-height: 100%;
}
h1, h2, h3, h4 {
  font-weight: bold;
  font-family: 'Verdana', 'Arial', 'Helvetica', sans-serif;
}
p {
  text-indent: 1em;
  margin: 0.7em 0 0.7em 0px;
  padding: 0px;
}
q { 
  font-style: italic;
}
ins {
  text-decoration:  underline;
}
del {
  text-decoration:  line-through;
}
sub, sup, rt {
  font-size:    75%;
}
dt {
  font-weight: bold;
  margin: 0px;
  padding: 0px 0px 0.5ex 0px;
}
dd {
  margin: 0 0 1em 1.5em;
  padding: 0px;
}
a {  
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  text-decoration: underline;
}
address {
  padding: 0.5em;
  font-size: 90%;
}
label {
  font-weight: bold;
}
fieldset { 
  padding: 0.5em;
  border-style: solid; 
  border-width: 1px 0 1px 0;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
  border: solid black 1px;
  border-spacing: 0px;
  /*empty-cells: show;*/
  empty-cells: hide;
}
caption {
  font-size: 90%;
  margin-bottom: 1em;
  width: auto;
}
td, th {
  padding: 5px;
  border: solid black 1px;
  border-collapse: collapse;
  border-spacing: 0px;
}
acronym, abbr {
  border-bottom: 1px dotted;
  cursor: help;
}
em { 
  font-style: normal;
  font-weight: bold;
}
strong { 
  font-style: normal;
  font-weight: bold;
  color: rgb(153, 0, 0);
}
li p {
  text-indent: 0px;
  /* display: inline; */
}

div.htmlValidation {    /* 正当性表示 */
  padding: 0px;
}

div.htmlValidation a:link    { text-decoration: none; }
div.htmlValidation a:visited {  }

.accessKey {      /* アクセスキー */
  text-decoration:  underline
}
.none {        /* 表示なし */
  display: none !important;
}
.footnote {
  margin: 1em 1em 1em 10%;
  padding: 0px;
  border-style: solid;
  border-width: 2px 0 0 0;
  font-size: 90%;
}
.footnote p {
  text-indent: -1em;
  margin: 0.2em 0 0.2em 1.5em;
}

table.float {
  float: left;
  margin: 0 3em 1em 0;
}
table.keyboard {
  float: left;
  margin: 0 3em 1em 0;
  text-align: center;
  table-layout: fixed;
}
table.keytable td {
  width: 2.2em;
  text-align: center;
}
table.chartable {
  float: left;
  margin: 0 3em 1em 0;
  table-layout: fixed;
  text-align: center;
}
table.chartable td {
  width: 2em;
  text-align: center;
}
a.footnoteLink {
  font-size: 70%; 
}
div.monologue {
  font-size: 90%;
  margin: 0 5% 0 5%;
  padding: 0.5em 1em 0.5em 1em;
}

p.example, p.command {
  text-indent: 0;
  padding: 0.5em 1em 0.5em 1em;
  border-width: 1px;
  border-style: inset;
}
p.credit {
  text-indent: 0;   
  font-size: 90%;
  text-align: right;
}
p.scene {
  font-size: 90%;
  font-style: italic;
  margin: 0 2em 0 2em;
}
em.re {
  text-decoration: underline;
  font-style: italic;
}
code.re {
  font-weight: bold;
}
abbr.re {
  font-weight: bold;
}

.profile dl {
  margin-left: 20%;
  text-align: left;
}

h2.bib, h2.ps {
  font-size: 100%;
  margin: 1em 0 0 0;
  text-align: left;
  border-style: solid;
  border-width: 1px 0 0 1px;
  padding: 0.3em;
}
.ps {
  text-indent: 0;
  padding: 0 2em 0 2em;
}
/* ---- end ---- */
