html, body {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 1em;
  background: #ddefdd url(../images/bg.png) repeat-x top;
  font-family: "Arial Black";
}

h1 {
  padding: 0 0 0 4px;
  margin: 0;
  font-size: 1.4em;
  font-family: Arial;
}

h1 a {
  color: #2E8B57;
  text-decoration: none;
}

a.contact {
  font-family: Arial;
  text-decoration: none;
  color: #1874cd;
}

div#deck {
  margin: 0 210px 0 10px;
  display: none;
}

div#deck div.entry {
  margin: 0 10px;
}

div#deck div.entry h2 {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-weight: bold;
  line-height: 1em;
}

div#deck div.entry h2 a {
  font-size: 0.8em;
  text-decoration: none;
  margin: 0;
  padding: 0;
  color: #2E8B57;
  font-family: Arial;
}

div#deck div.entry p.description {
  font-size: 0.9em;
  font-family: Arial;
  line-height: 1.4em;
}

div#deck div.entry p.uri{
  overflow: hidden;
  white-space: nowrap;
}
div#deck div.entry p.uri a {
  color: #080;
  font-size: 0.9em;
  font-family: Arial;
}

div#deck div.entry p {
  margin: 0;
  padding: 0;
}

div#deck div.entry p span.tag {
  color: #1874CD;
  font-size: 0.9em;
  cursor: pointer;
}

div#deck div.entry p span.date {
  color: #888;
  font-size: 0.9em;
  font-family: Arial;
}

div#deck div.entry p span.rate {
  color: #EEAD0E;
  font-size: 0.9em;
  font-family: 'Osaka', 'ＭＳ ゴシック';
}

ul#starrate {
  list-style-type: none;
  margin: 0 1em;
  padding: 0;
  font-family: 'Osaka', 'ＭＳ ゴシック';
}

ul#starrate li {
  font-size: 1em;
  cursor: pointer;
  letter-spacing: 0.3em;
}

ul#starrate li.disable {
  color: #888888;
}
ul#starrate li.enable {
  color: #EEAD0E;
}


ul#tagcloud {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul#tagcloud li {
  display: inline;
  line-height: 1.2em;
  padding: 4px;
  margin: 0;
}

ul#tagcloud li span {
  cursor: pointer;
}

ul#order {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul#order li span {
  cursor: pointer;
  padding: 2px 4px;
  margin: 0 0 0 4px;
  display: block;
  color: #1874CD;
}

ul#order li {
  font-size: 0.8em;
  padding: 1px;
  margin: 0;
}

.box {
   background: #ffffff;
   margin: 0 0 10px 0;
}
.top div {
   background: url(../images/rc/tl.png) no-repeat top left;
}
.top {
   background: url(../images/rc/tr.png) no-repeat top right;
}
.bottom div {
   background: url(../images/rc/bl.png) no-repeat bottom left;
}
.bottom {
   background: url(../images/rc/br.png) no-repeat bottom right;
}

.top div, .top, .bottom div, .bottom {
   width: 100%;
   height: 10px;
   font-size: 1px;
}


div#header {
  margin: 5px;
}

div#header p {
  padding: 0;
  margin: 0;
}

div#footer {
  margin: 5px 0 0 12px;;
  font-size: 0.9em;
}

div#footer a {
  font-size: 0.9em;
  text-decoration: none;
}

div#wrapper {
  float: left;
  width: 100%;
}

div#navigation {
  float: left;
  width: 198px;
  margin-left: -200px;
}

div.menu {
  border: none;
  margin: 0 0 5px 0;
  padding: 1px;
  display: none;
}

div.legend span {
  font-size: 0.8em;
  cursor: pointer;
  color: #2E8B57;
}

div.menu div.legend {
  border-bottom: #888 solid 1px;
  margin: 0 0 5px 0;
  padding: 0px;
}

#q {
  width: 95%;
  display: none;
}

form {
  margin: 1.2em 0 1.2em 0;
  margin: 0;
  padding: 0;
}

#status {
  font-size: 0.9em;
  margin: 5px;
}

.hightlight {
  background: #1874CD;
  color: #fff;
}

.tagfilter {
  color: #1874CD;
  background-color: transparent;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}

//tag cloud
li.tc1 {
  font-size: 0.6em;
}
li.tc2 {
  font-size: 1.2em;
}
li.tc3 {
  font-size: 1.2em;
}
li.tc4 {
  font-size: 1.6em;
  font-weight: bold;
}
li.tc5 {
  font-size: 2em;
  font-weight: bold;
}

var.sub {
  font-size: 0.6em;
  font-style: normal;
}

#tagclear, #rateclear {
  cursor: pointer;
  font-size: 0.9em;
  color: #1874cd;
}

div.ad {
  margin: 0 0 0 10px;
}

div#mklink {
  position: absolute;
  top: 2px;
  right: 4px;
  cursor: pointer;
  font-size: 0.9em;
  color: #1874cd;
}