@charset "EUC-JP";

@import url(extra.css);

/* ---- begin ---- */
/* 基本設定: 全ページでこれを利用すること */
html {
	direction:			ltr;
}
body {
    background-color: white;
}
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;
}
h1 { 
	border-width: 0 0 2px 0;
	border-style: solid;
}
p {
	text-indent: 1em;
}
ins {
	text-decoration:	underline;
}
del {
	text-decoration:	line-through;
}
sub, sup, rt {
	font-size:			75%;
}
a {	
    text-decoration: none;
}
address {
	text-align: center;
	padding: 0.5em;
}
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-collapse: separate;
    border-width: 1px; 
	border-spacing: 0px;
	empty-cells: hide;
}
caption {
	font-size: 90%;
	margin-bottom: 1em;
	width: auto;
}
td, th {
	padding: 5px;
	border-width: 1px; 
	border-spacing: 0px;
}

div.valid {                             /* 正当性表示 */
	padding: 0.5em 0 0.5em 0;
    float: right;
	width: 200px;
	text-align: right;                  /* for NN 4.x */
}
.access-key {                           /* アクセスキー */
	text-decoration:	underline
}
.none {                                 /* 表示なし */
    display: none;
}
.navigate-bar-top, 
.navigate-bar-bottom {                  /* ナビゲートバー */
	text-align: center;
    border-style: solid;
    border-width: 1px 0 1px 0;
	padding: 0.5em;
	line-height: 150%;
}
.page-index {
	font-size: 90%;
}
.title-jp {
	text-align: right;
	margin: 0 0 2em 0;
}
.top-image {
	padding: 1em;
}
.announcement {
    font-size: 90%;
	text-align: right;
}
.update-log {
    font-size: 90%;
	text-align: right;
}	
.update-log dt {
	font-weight: bold;
}

table.float {
    float: left;
	margin: 0 3em 1em 0;
}
div.to-top {
	text-align: right;
    border-style: solid;
    border-width: 0 1px 1px 0;
	padding: 0.5em;	
}
div.abstract {
	text-align: left;
	padding: 1em;
}
p.example, p.command {
    text-indent: 0;
	padding: 0.5em 1em 0.5em 1em;
	border-width: 1px;
    border-style: inset;
}
p.footnote {
	font-size:   90%;
    line-height: 120%;
	text-indent: 0%;
	margin-top: 0.5em;
	margin-bottom: 0;
}
p.illustration-caption {
	font-size: 80%;
	margin-bottom: 3em;
	text-indent: 0;
}
p.top-image-caption {
	font-size: 80%;
	text-indent: 0;
}
div.footnote {
	margin-left: 20%;
	margin-right: 1em;
	padding: 1em 0 0 0;
    border-style: solid;
    border-width: 2px 0 0 0;
}	
div.powered-by {
    text-align: center;
}
span.footnote-link {
	font-size:   70%; 
}
p.attention {
	text-indent: 0; 
	text-align: center;
	font-size: 120%;
}
p.monologue {
	font-size: 90%;
	margin-right: 5%;
	margin-left: 5%;
}
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;
	text-decoration: underline;
}

.profile dl {
    margin-left: 20%;
	text-align: left;
}
div.valid a:link    { color: white; }
div.valid a:visited { color: white; }

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;
}
ul.bib {
	margin: 0 0.3em 0.3em 10%;
}
p.ps {
	text-indent: 0;
	padding: 0 2em 0 2em;
}
p.index-subtitle {
    margin: 0;
	padding: 0;
}	
p.section-subtitle {
	text-indent: 0;
    margin: 0 0 1em 2em;
	font-weight: bold;
}	
span.examination {
    color: black;
    background-color: black;
}
/* ---- end ---- */

/* 上書きされるべき値 */
body {
    color: black;
}
.header-box {
    text-align: right;
	margin: 1em;
	padding: 1em;
}
.body-box {
	margin: 1em;
	padding: 1em;
}
