/* トップページ用デフォルトCSS */
/*  http://www.w3.org/TR/CSS2/sample.html */

#top-contents address,
#top-contents blockquote,
#top-contents dd,#top-contents div,
#top-contents dl, #top-contents dt, #top-contents fieldset, #top-contents form,
#top-contents frame, #top-contents frameset,
#top-contents h1, #top-contents h2, #top-contents h3, #top-contents h4,
#top-contents h5, #top-contents h6, #top-contents noframes,
#top-contents ol, #top-contents p, #top-contents ul, #top-contents center,
#top-contents dir, #top-contents hr, #top-contents menu, #top-contents pre   { display: block; unicode-bidi: embed }
#top-contents li              { display: list-item }
#top-contents head            { display: none }
#top-contents table           { display: table }
#top-contents tr              { display: table-row }
#top-contents thead           { display: table-header-group }
#top-contents tbody           { display: table-row-group }
#top-contents tfoot           { display: table-footer-group }
#top-contents col             { display: table-column }
#top-contents colgroup        { display: table-column-group }
#top-contents td, #top-contents th          { display: table-cell }
#top-contents caption         { display: table-caption }
#top-contents th              { font-weight: bolder; text-align: center }
#top-contents caption         { text-align: center }
#top-contents h1              { font-size: 2em; margin: .67em 0 }
#top-contents h2              { font-size: 1.5em; margin: .75em 0 }
#top-contents h3              { font-size: 1.17em; margin: .83em 0 }
#top-contents h4, #top-contents p,
#top-contents blockquote, #top-contents ul,
#top-contents fieldset, #top-contents form,
#top-contents ol, #top-contents dl, #top-contents dir,
#top-contents menu            { margin: 1.12em 0 }
#top-contents h5              { font-size: .83em; margin: 1.5em 0 }
#top-contents h6              { font-size: .75em; margin: 1.67em 0 }
#top-contents h1, #top-contents h2, #top-contents h3, #top-contents h4,
#top-contents h5, #top-contents h6, #top-contents b,
#top-contents strong          { font-weight: bolder }
#top-contents blockquote      { margin-left: 40px; margin-right: 40px }
#top-contents i, #top-contents cite, #top-contents em,
#top-contents var, #top-contents address    { font-style: italic }
#top-contents pre, #top-contents tt, #top-contents code,
#top-contents kbd, #top-contents samp       { font-family: monospace }
#top-contents pre             { white-space: pre }
#top-contents button, #top-contents textarea,
#top-contents input, #top-contents select   { display: inline-block }
#top-contents big             { font-size: 1.17em }
#top-contents small, #top-contents sub, #top-contents sup { font-size: .83em }
#top-contents sub             { vertical-align: sub }
#top-contents sup             { vertical-align: super }
#top-contents table           { border-spacing: 2px; }
#top-contents thead, #top-contents tbody,
#top-contents tfoot           { vertical-align: middle }
#top-contents td, #top-contents th, #top-contents tr      { vertical-align: inherit }
#top-contents s, #top-contents strike, #top-contents del  { text-decoration: line-through }
#top-contents hr              { border: 1px inset }
#top-contents ol, #top-contents ul, #top-contents dir,
#top-contents menu, #top-contents dd        { margin-left: 40px }
#top-contents ol              { list-style-type: decimal }
#top-contents ol ul, #top-contents ul ol,
#top-contents ul ul, #top-contents ol ol    { margin-top: 0; margin-bottom: 0 }
#top-contents u, #top-contents ins          { text-decoration: underline }
#top-contents br:before       { content: "\A"; white-space: pre-line }
#top-contents center          { text-align: center }
/*:link, :visited { text-decoration: underline }*/
/*:focus          { outline: thin dotted invert }*/

/*
#top-contents table{
  border-collapse:collapse;
  border:none;
  border-spacing:0;
  padding:2px;
}
*/
#top-contents th{
  border:solid 1px #888;
  padding:2px;
}
#top-contents td{
  border:solid 1px #888;
  padding:2px;

}
