/* this is deleted about ruby from fnews.css */
/* basic */
body {
    color: black;
    background-color: #fffcf8;
}
h1 {
    margin-top: 0px;
    color: #ff80b0;
    background-color: #ffffd0;
    font-size: 200%;
    font-weight: bold;
    text-align: center;
}
h1#ahead {
    text-align: left;
}
h2 {
    margin-top: 1em;
    color: #8040e0;
    background-color: #ffffdc;
    font-size: 160%;
    text-align: left;
}
p {
    width: 95%;
    margin: 0.3em auto;
    text-indent: 1em;
    line-height: 1.2em;
}
p.sp {
    margin-top: 1em;
}
div.linkrev {
    white-space: nowrap;
}
span.current {
    color: red;
    background-color: transparent;
}
blockquote {
    margin: 1em 5em;
    color: green;
    background-color: transparent;
}
cite {
    color: black;
    background-color: transparent;
    font-style: italic;
}
em {
    color: blue;
    background-color: transparent;
    font-style: italic;
}
strong {
    color: red;
    background-color: transparent;
    font-size: 120%;
    font-weight: bold;
}
.main {
    border: red solid 1px;
    background-color: #ffe0e4;
    font-size: 144%;
}
a {
    font-weight: normal;
    text-decoration: underline;
}
a[title] {
    font-weight: bold;
}
a:link {
    color: blue;
    background-color: transparent;
}    
a:visited {
    color: purple;
    background-color: transparent;
}    
a:hover {
    color: red;
    background-color: #f0ffff;
}    
a:active {
    color: red;
    background-color: transparent;
}    
a.main {
    border: red solid 1px;
    background-color: #ffe0e4;
    font-size: 144%;
}
a.main:hover {
    color: red;
    background-color: #f0ffff;
}
span.from {
    color: black;
    background-color: #ffccd0;
}
span.date {
    color: red;
    background-color: transparent;
    font-size: 64%;
}
address {
    text-align: right;
}

/* fnews.css */
div.banner {
    float: right;
}
div.official ul {
    margin-top: 0;
    margin-bottom: 0;
    border: black 1px dashed;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
div.story {
    margin: 1em 0;
    border: 0.2em white ridge;
    padding: 0.3em;
}
div.story q {
    quotes: "" "";
    color: #c00000;
    background-color: #ffffe0;
}
ul.station {
    margin-top: 0;
    margin-bottom: 0;
}
table.estimation {
    margin: 1em;
    border-spacing: 1em 0.2em;
}
table.estimation th {
    color: black;
    background-color: #e8f8e8;
    font-weight: bold;
    text-align: center;
}
table.estimation td {
    color: black;
    background-color: #e8e8f8;
    min-width: 5em;
}
span.minititle {
    font-size: 60%;
}

/* fn-b */
table#header th {
    color: green;
    background-color: transparent;
    border-top: teal 1px dashed;
    border-bottom: teal 1px dashed;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
}
div.command ul {
    margin-top: 0;
    margin-bottom: 0;
}
div.mptree ul {
    list-style-type: none;
    margin: 0.2em 0 0.5em 1em;
    border-left: blue 1px solid;
    padding: 0 0 0 0.2em;
}
div.mptree > ul {
    list-style-type: none;
    margin: 0.2em 0 0 1em;
    border-left: none;
    padding: 0;
}
div.command + .articlebody {
    margin-top: 1em;
}
pre {
    color: black;
    background-color: #fff8f0;
    margin: auto 1em;
    white-space: pre;
    line-height: 1em;
}
div.pbr {
    margin-left: 2em;
    margin-bottom: 100%;
    color: green;
    background-color: transparent;
    font-style: normal;
}

/* fn-t */
div.thread {
    margin-top: 1em;
    border: yellow 2px groove;
    padding: 0 0.2em 0.3em 0.2em;
    white-space: nowrap;
}
div.thread ul {
    list-style-type: none;
    margin: 0 0 0 0.3em;
    border-left: blue 1px solid;
    padding: 0;
}
div.thread > ul {
    margin: 0;
    border: none;
}
div.thread li {
    margin: 0;
    padding: 0.3em 0 0 0.2em;
}

/* fn-l */
div.listpage {
    margin: 1em auto;
    color: black;
    background-color: #c0fff0;
}
table#list {
    width: 100%;
}
table#list col#date {
    white-space: nowrap;
}
table#list thead {
    color: red;
    background-color: white;
    text-align: center;
}
table#list tr.l1 {
    color: black;
    background-color: #f8f8f8;
}
table#list tr.l2 {
    color: black;
    background-color: #f0f0f0;
}
table#list tr.current {
    color: black;
    background-color: #fff0f0;
}
table#list td {
    vertical-align: top;
}
table#list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
table#list ul li {
    margin: 0;
    padding: 0;
}
div.prev {
    text-align: left;
}
div.next {
    text-align: right;
}
span.disable {
    color: gray;
    background-color: transparent;
}

/* fnews */
hr + h2 {
    margin-top: 0;
}
h3 {
    color: black;
    background-color: #e8f8e8;
    margin: 0 0 0.5em;
    font-size: 110%;
    font-style: italic;
    text-align: left;
}
form.contents optgroup {
    color: blue;
    background-color: white;
}
form.contents option {
    color: black;
    background-color: white;
}
form.contents option[disabled] {
    color: red;
    background-color: #f0f0f0;
}
dl.index {
    margin-left: 3em;
    border-left: blue 1px dashed;
    padding-left: 0.2em;
}
dl.index > dt {
    margin-top: 1em;
    font-size: 120%;
}
dl.index > dd {
    margin-top: 0.2em;
}
ul.arcMenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.arcMenu li {
    margin: 1em 0;
}
ul.article {
    list-style-type: none;
    padding: 0;
}
ul.article li {
    margin: 0.2em 0 0 1em;
}
span.title {
    font-size: 120%;
}
/* ruby for Gecko 1.8 */
ruby{
  display:inline-table;
  text-align:center;
//  text-align:justify;
  white-space:nowrap;
  text-indent:0;
  margin:0 -0.2em;
  vertical-align:-20%;
}

ruby>rb,ruby>rbc{
  display:table-row-group;
  line-height:90%;
}

ruby>rt,ruby>rbc+rtc{
  display:table-header-group;
  font-size:50%;
  line-height:50%;
  letter-spacing:0;
}

ruby>rbc+rtc+rtc{
  display:table-footer-group;
  font-size:50%;
  line-height:50%;
  letter-spacing:0;
}

rbc>rb,rtc>rt{
  display:table-cell;
  letter-spacing:0;
}

rtc>rt[rbspan]{
  display:table-caption;
}

rp{
  display:none;
}
