@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: 1em 5% 1em 5%;
}
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-spacing: 0px;
  /*empty-cells: show;*/
  empty-cells: hide;
}
caption {
  font-size: 90%;
  margin-bottom: 1em;
  width: auto;
}
td, th {
  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;
}

/* ---- end ---- */

pre { 
  border: solid 1px black;
  padding: 0.5em 1em 0.5em 1em;
  margin: 0px 2em 0px 2em;
}

div.warning { 
  background-color: rgb(230, 230, 230);
  border: solid 2px black;
  padding: 0em 1em 1em 1em;
  margin: 1em;
}

div.navheader-title { 
  font-style: italic;
  text-align: center;
}
div.navheader { 
  border-bottom: solid 1px black;
  padding: 0px 0px 0.5em 0px;
}
div.navfooter { 
  border-top: solid 1px black;
  padding: 0.5em 0px 0px 0px;
}
hr {
  display: none;
}


