/* Okumatsu Hiroshi Website CSS File */

/* transparent */
body,h1,h2,h3,h4,p,pre,
a,table,form,span,ul {
  background: transparent;
}
/* main elements */
body {
  background-color: #dadada;
  background-image: url(../thumb/background.png);
  background-repeat: repeat;
  background-position: center;
  background-attachment: fixed;
  padding-top: 0px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
hr {
  margin: 0px;
}
h1 {
  font-family: "lucida bright","dejavu serif","Times",serif;
  font-weight: bold;
  text-align: center;
  line-height: 80px;
  font-style: normal;
  font-size: 50px;
  color: #ffffff;
  background-color: #005000;
  padding: 0px;
  margin: 0px 0px;
}
h2 {
  font-family: "sans serif",sans;
  font-size: x-large;
  line-height: 100%;
}
h3 {
  font-size: large;
  margin-top: 0px;
  margin-bottom: 15px;
  line-height: 100%;
}
h4 {
  font-size: small;
}
li {
  line-height: 22px;
}
a {
  font-weight: bold;
}
pre {
  font-family: monospace;
  font-size: small;
  background: rgba(200,200,200,0.2);
  line-height: 20px;
  padding: 5px 10px 5px 10px;
  margin: 5px 15px 5px 15px;
  border-color: #dadada;
  border-width: 1px 0px;
  border-style: dotted;
  max-width: 100%;
  overflow: auto;
}
table {
  font-family: monospace;
  width: auto;
  border-style: solid;
  border-collapse: collapse;
  border-width: 1px;
  border-color: #dadada;
  padding: 5px;
  margin-left: 25px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px
}
th,td {
  font-family: monospace;
  width: auto;
  border-style: solid;
  border-collapse: collapse;
  border-width: 1px;
  border-color: #dadada;
  padding: 1px 5px;
}

/* ID */
h2#subtitle {
  margin-right: 70px;
  margin-left: 70px;
  font-size: xx-large;
  font-family: Sans-Serif;
  line-height: 100%;
}
h2#small_title {
  margin-right: 70px;
  margin-left: 80px;
  font-size: x-large;
  font-family: Sans-Serif;
  line-height: 100%;
}
div#main {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 860px;
  text-align: left;
  border-style: solid;
  border-color: transparent;
  border-width: 30px 0px 1px 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  box-shadow: 2px 3px 3px 3px rgba(255,0,0,0.5);
  -moz-box-shadow: 2px 3px 3px 3px rgba(255,0,0,0.5);
  -webkit-box-shadow: 2px 3px 3px 3px rgba(255,0,0,0.5);
  /*background-color: #ffffff;*/
  background: rgba(255,255,255,0.8);
  min-height: 800px;
  font-family: sans-serif,sans;
  font-size: small;
  line-height: 150%;
}
div#date {
  text-align: right;
  margin-top: 0px;
}
div#contents {
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 30px;
  padding: 0px 15px;
}
div#top_bar {
  margin: 0px;
  padding: 0px;
  text-align: right;
  height: 25px;
  width: 100%;
}
div#bottom_bar {
  margin: 0px;
  padding: 0px;
  text-align: right;
  height: 25px;
  width: 100%;
}
div#site_search {
  padding-left: auto;
  padding-right: 0px;
}
form#search_form {
  padding-left: auto;
  padding-right: 0px;
}
table#search_table {
  margin-left: auto;
  margin-right: 0px;
  border-style: none;
  border-width: 0px;
}

/* Class */
h2.subtitle {
  margin-right: 70px;
  margin-left: 70px;
  font-size: xx-large;
  font-family: Sans-Serif;
  line-height: 100%;
}
h2.small_title {
  margin-right: 70px;
  margin-left: 80px;
  font-size: x-large;
  font-family: Sans-Serif;
  line-height: 100%
}
div.line {
  padding: 15px 15px;
  margin: 15px 15px;
  text-align: justify;
  /*text-justify: inter-ideograph;
  border-top: dotted 1px #dadada;
  border-bottom: dotted 1px #dadada;*/
  border-width: 0px;
  background: rgba(200,255,255,0.3);
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
div.note {
  padding: 15px 15px;
  margin: 15px 15px;
  text-align: justify;
  /*text-justify: inter-ideograph;
  border-top: dotted 1px #ffdd99;
  border-bottom: dotted 1px #ffdd99;*/
  border-width: 0px;
  background: rgba(255,255,200,0.3);
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
a.toplink {
  font-size: medium;
  font-weight: bold;
  font-family: sans-serif;
  text-transform: uppercase;
  text-align: center;
  line-height: 22px;
  padding-right: 10px;
  padding-left: 10px;
}
a.download {
  font-weight: bold;
}
pre.wrap {
  font-family: monospace;
  font-size: small;
  background: rgba(200,200,200,0.2);
  line-height: 20px;
  padding: 5px 10px 5px 10px;
  margin: 5px 15px 5px 15px;
  border-color: #dadada;
  border-width: 1px 0px;
  border-style: dotted;
  max-width: 100%;
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}
pre.note {
  font-family: monospace;
  font-size: small;
  background: rgba(240,240,100,0.2);
  line-height: 20px;
  padding: 5px 10px 5px 10px;
  margin: 5px 15px 5px 15px;
  border-color: #dadada;
  border-width: 1px 0px;
  border-style: dotted;
  max-width: 100%;
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}
span.date {
  margin-right: 20px;
  line-height: 20px;
}
span.note {
  font-family: monospace;
  font-size: small;
  color: #cc0000;
}
span.bold {
  font-weight: bold;
}
span.comment {
  color: #cc0000
}
p.placement_right {
  text-align: right;
  line-height: 150%;
  margin: 15px 15px 15px 15px;
}
p.line {
  line-height: 150%;
  /*text-indent: 1em;*/
  margin: 8px 15px 8px 15px;
}
dl.list {
  margin: 15px 15px 15px 15px;
  padding: 0px 0px 0px 0px;
}
ul.list_title {
  list-style-type: none;
  list-style-position: inside;
  margin: 15px 15px 15px 15px;
  padding: 0px 0px 0px 0px;
}
ul.first {
  list-style-type: square;
  list-style-position: inside;
  margin-left: 10px;
  padding-left: 10px;
}
ul.second {
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 10px;
  padding-left: 10px;
}
ul.number {
  list-style-type: decimal;
  list-style-position: inside;
  margin-left: 10px;
  padding-left: 10px;
}
ul.none {
  list-style-type: none;
  list-style-position: inside;
  margin-left: 10px;
  padding-left: 10px;
}
img.style-screenshot {
  border: hidden;
}
td.search {
  border-style: none;
  border-width: 0px;
}
