/*
Theme Name: oohito
Theme URI: http://oohito.com/mobile/
Description: oohito
Author: Eiichiro ITO
*/
body {
  background-color: #ffffff;
  text-align: center;
  font-size: 0.9em;
}
#container {
  width: 720px;
  margin: auto;
  text-align: left;
}
#search {
  width: 180px;
  float: right;
}
#contents {
  width: 500px;
  float: left;
}
#contents h2 {
  margin: 30px 0 0;
  padding-bottom: 5px;
  border-bottom: solid 4px #69d600;
  font-family: Verdana, Helvetica, sans-serif;
}
#sidebar {
  width: 180px;
  float: right;
}
.clear {
  clear: both;
  margin: 0;
}
#sidebar a {
  text-decoration: none;
  color: #0000cc;
}
#sidebar span {
  padding: 10px;
}
#sidebar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: Verdana, Helvetica, sans-serif;
}
#sidebar ul li ul li a {
  margin-left: 25px;
}
#footer address {
  width: 500px;
  padding: 10px 0;
  text-align: center;
  color: #999999;
  font-size: 0.75em;
  font-style: normal;
}
#header {
  width: 500px;
  float: left;
}
#header img {
  border-width: 0;
}
#titlelist h3 {
  margin: 30px 0 0;
  padding-bottom: 3px;
  border-bottom: solid 2px #69d600;
  font-size: 0.875em;
}
#titlelist h3 a {
  text-decoration: none;
  color: #0000cc;
}
#titlelist h3 span {
  color: #888888;
  font-size: smaller;
  font-family: Verdana, Helvetica, sans-serif;
}
#titlelist h3 a:hover {
  color: #00a0c6;
}
#titlelist p {
  margin-top: 10px;
  font-size: 0.75em;
  line-height: 140%;
}

