@charset "utf-8";

/* header */
div.header .item {
    color: #fff;
    background-color: #00af09;
    border: 1px solid #fff;
    margin-left: 10px;
    padding: 3px 3px 3px 3px;
    text-decoration: none;
}

.header table, .header td {
    border-collapse: collapse;
}

.header td {
    border-bottom: 1px solid white;
    padding-top: 10px;
}

.header a:visited, .header a:link {
    color: #fff;
    text-decoration: none;
}

/* main */
.entry h1 {
    margin: 10px 5px 20px 5px;
}

.entry h1 a:visited, .entry h1 a:link {
    font-weight: bold;
    color: #003399;
    background-color: #fff;
}

.location {
    background-color: #eee;
    padding-left: 10px;
    border: 1px solid #333;
    font-size: 80%;
}

.entry .location a:visited, .entry .location a:link, .entry .langlink a:visited, .entry .langlink a:link {
    color: #161;
}

.entry .langlink {
    padding: 3px;
    font-size: 80%;
    position: absolute;
    top: 40px;
    right: 11px;
    background-color: #eeeeff;
}

.entry .langlink a:visited, .entry .langlink a:link {
    color: #00c;
}

.entry .permalink a:visited, .entry .permalink a:link {
    color: #003399;
}

.updatedate {
    color: #666666;
}

.entry h2 {
    background-color: #282; /* #6fb92c; */
    color: #fff;
    padding-left: 10px;
    margin: 5px 0;
    font-size: 200%;
    border-radius: 10px;
    -webkit-border-radius: 10px;	/* Safari、Google Chrome */
    -moz-border-radius: 10px;	/* Safari、Google Chrome */
}

.entry h3 {
    font-weight: bold;
    font-size: 150%;
    color: #003300;
    margin-left: 5px;
}

.paragraphBody {
    margin-top: 10px;
    margin-left: 30px;
    margin-bottom: 20px;
}

.entry .list {
    border: 1px solid #888;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.entry .indexOuter {
    margin-left: 40px;
}

.entry li.indexItem {
    list-style-type: none;
}

.entry li.indexLocation {
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
    list-style-type: none;
}

.entry a:link {
    color: #0000cc;
}

.entry a:visited {
    color: #808;
}

.entry img {
    border-style: none;
    vertical-align: middle;
}

a.anchor:link, a.anchor:visited {
    color: #00af09;
    background-color: #fff;
    text-decoration: none;
}

.entry strong {
    font-weight: normal;
    font-size: 100%;
    color: #d22;
}

.entry ul {
    margin-bottom: 10px;
}

hr {
    border-width: thin;
}

blockquote {
    padding: 10px;
    border-color: #883344;
    border-style: inset;
}

.entry table, .entry th, .entry td {
    border-style: solid;
    border-width: 1px;
    border-collapse: collapse;
    border-color: black;
    vertical-align: top;
    text-align: left;
}

.entry table {
    margin-top: 10px;
    margin-left: 10px;
}

.entry th {
    background-color: #cccccc;
}

.entry td {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.big {
    font-size: 200%;
}

.small {
    font-size: 80%;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clearBoth {
    clear: both;
}

div.change {
    color: #7C3500;
}

/* for AttachBBS */
div.attachBBS table, div.attachBBS th, div.attachBBS td {
  border-style: solid;
  border-width: 1px;
  border-collapse: collapse;
  border-color: black;
}

div.attachBBS table {
  margin-top: 10px;
  margin-left: 10px;
}

div.attachBBS th {
  background-color: #cccccc;
}

div.attachBBS td {
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
}

div.attachBBS td.time {
  background-color: #ccffcc;
}

div.attachBBS td.name {
  background-color: #ccddcc;
}

div.attachBBS td.body {
  white-space: pre;
  background-color: #ddffdd;
}

div.attachBBS .error {
  color: red;
}

/* kbd CSS from http://wiki.foosel.net/snippets/dokuwiki/keyboard */
.kbd {
  color: #333333;
  background-color: white;
  text-align: center;
  border-left: 1px solid #cfcfcf;
  border-top: 1px solid #cfcfcf;
  border-right: 2px solid #666666;
  border-bottom: 2px solid #666666;
  moz-border-radius: 4px 4px 4px 4px;
  padding-left: 1px;
  padding-top: 0px;
  padding-right: 2px;
  padding-bottom: 0px;
  margin-left: 2px;
  margin-right: 2px;
  vertical-align: top;
  font-family: sans-serif;
}

pre {
    overflow: auto;
}
