/*
  表示用CSS
    .ie * - Internet Explorer
    .ie6 * - Internet Explorer 6
    .ie5 * - Internet Explorer 5
    .gecko * - Mozilla, Firefox, Camino
    .opera * - Opera
    .konqueror * - Konqueror
    .webkit * ,.safari * - Safari, NetNewsWire, OmniWeb, Shiira
*/

html, body, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, table, td, th, div, p, img, form {
  margin: 0;
  padding: 0;
  border: none;
  font-weight: normal;
  color: #eee;
}
html, body, th, td {
  font-size: 10.5pt;
  line-height: 1.5;
  font-family:Tahoma,Osaka;
}
html, body{
  height:100%;
  background-color: #333;
}
img, input, select, textarea {
  vertical-align: middle;
  font-size: 10pt;
}

table {
  border-collapse: collapse;
}
a {
  color: #59b7ff;
  text-decoration: none;
}
a:hover {
  color: #ffcc4f;
  text-decoration: none;
}
ul,ol {
  list-style-type: none;
}
/* ************************************************** */
#header {
  width: 100%;
  background-color: #fff;
  border-bottom: 3px solid #999;
  margin: 0 auto;
  height: 27px;
}
#contents {
  width: 900px;
  margin: 0 auto;
  clear: both;
}
#side {
  float: left;
  width: 180px;
  height: 500px;
  direction: rtl;
  overflow: auto;
  overflow-y: scroll;
}
#main {
  width: 720px;
  height: 500px;
  float: left;
  overflow: auto;
  overflow-y: scroll;
}
#footer {
  clear: both;
  width: 100%;
  border-top: 1px solid #bbb;
}

/* ************************************************** */
#header .container {
  padding: 2px;
}
#contents .container {
  padding: 0;
}
#side .container {
  direction: ltr;
  padding-left: 5px;
}
#main .container {
  padding: 5px 15px 5px 5px;
}
#footer .container {
  text-align: center;
  font-size: 0.8em;
}
/* ************************************************** */
#header h1 {
  font-family: "Arial Black";
  font-size: 20px;
  line-height: 80%;
  letter-spacing: -2px;
}

#side ul {
  margin-bottom: 10px;
}
#side ul li {
  font-size: 0.8em;
  display: inline;
}
#side ul li a {
  display: block;
  line-height: 100%;
  padding: 3px;
}
#side ul li a:hover {
  background: #222;
}
#side h3 {
  font-size: 1.0em;
  font-family: 'Arial Black';
  letter-spacing: -1px;
}
/* ************************************************** */
h2 {
  color: #fff;
  font-size: 1.5em;
  border-bottom: 5px solid #666;
}

ul.pager li {
  display: inline;
  font-size: 0.8em;
}
ul.pager li a {
  display: block;
  float: left;
  padding: 0 5px;
  border: 1px solid #222;
  margin: 0 2px;
}
ul.pager li a.current {
  background: #222;
  border: 1px solid #000;
}
ul.pager li a:hover {
  border: 1px solid #666;
  background: #000;
}

table.userform {
  width: 100%;
}
table.userform tbody th {
  width: 100px;
  text-align: right;
  vertical-align: top;
  padding: 2px;
}
table.userform tbody td {
  padding: 2px;
}
table.userform tfoot td {
  padding: 2px;
  text-align: center;
}

dl.entry {
  margin-bottom: 20px;
}
dl.entry dt.entry_head {
  text-align: right;
  border-top: 2px solid #bbb;
  border-bottom: 1px dotted #222;
  font-size: 0.8em;
}
dl.entry dd.entry_body {
  padding: 5px;
  text-justify: inter-ideograph;
  text-align: justify;
}
dl.entry dd.entry_foot {
  border-left: 5px solid #111;
  padding: 1px 5px;
  background-color: #222;
  font-size: 0.8em;
}

dl.entry dd.entry_body h3 {
  font-size: 1.5em;
  padding-left: 5px;
  margin-bottom: 3px;
  border: 1px solid #555;
  border-left: 5px solid #555;
}
dl.entry dd.entry_body h4 {
  font-size: 1.2em;
  padding-left: 5px;
  margin-bottom: 3px;
  border-bottom: 1px solid #555;
  border-left: 5px solid #555;
}
dl.entry dd.entry_body h5 {
  font-size: 1.0em;
  padding-left: 5px;
  margin-bottom: 3px;
  border-bottom: 1px solid #555;
}
dl.entry dd.entry_body blockquote {
  margin: 5px 20px;
  padding: 5px;
  background: #444;
  font-size: 0.9em;
  border: 1px dotted #999;
}
dl.entry dd.entry_body pre {
  margin: 5px;
  padding: 5px;
  max-height: 300px;
  overflow: scroll;
  word-wrap: break-word;
  font-size: 0.9em;
  line-height: 1.2;
  background: #eee;
  color: #333;
  border: 1px solid #fff;
}
dl.entry dd.entry_body hr {
  background-color: white;
  color: white;
  height: 2px;
  border: 0;
}
/* ************************************************** */
.leftBox {
  float: left;
  margin-right: 5px;
}
.rightBox {
  text-align: left;
  float: right;
  margin-left: 5px;
}
.r {
  text-align:right;
}
.c {
  text-align: center;
}
.fcs {
  background-color: #eee;
}
/* ************************************************** */


