@charset "shift_jis";
/*Layout*/
#rap {
  width: 700px;
  margin: 0 auto 0 auto;
  text-align: left;
  background: #FFFFFF;
}

#header {
  width: 700px;
  height: 109px;
  margin: 0;
  padding: 0;
  text-align: left;
  background: url(../img/top-bg.gif) no-repeat 0 top;
}

#content {
  float: left;
  width: 520px;
  min-height: 460px;
  margin-left: 10px;
  padding: 0;
}

* html #content {
  margin-left: 10px;
}

#menu {
  float: right;
  clear: right;
  width: 140px;
  margin: 0 0 10px 0;
}

#footer {
  clear: both;
  line-height: 130%;
  padding: 4px 20px 8px 20px;
  border-top: 1px solid #DFDFDF;
}

#comment{
  display: none;
  visibility: hidden;
}

#hidden-navi {
  display: none;
  visibility: hidden;
}

.navigation {
  display: block;
  margin-top: 10px;
  margin-bottom: 60px;
  text-align: center;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

#commentlist p.meta,
#commentlist p.meta a {
  color: #867b64;
  font-family: Osaka, Verdana, sans-serif;
  font-size: 11px;
}

#trackbacklist p.meta,
#trackbacklist p.meta a {
  color: #867b64;
  font-family: Osaka, Verdana, sans-serif;
  font-size: 11px;
}

.comment-number {
  color: #73a0c5;
  font: italic 28px 'Times New Roman', Times, serif;
}

.alt {
  margin: 0;
  padding: 10px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  background-color: #f8f8f8;
}

.none {
  margin: 0;
  padding: 10px;
}

#ed_toolbar input {
  margin: 0 1px 0 0;
  border: 1px solid #dcdcdc;
  background-color: #e6eadb;
}

.hl-surround{
  width: 400px;
  overflow: auto;
  margin-bottom: 5px;
  padding: 8px;
  border: 1px solid #C3CED9;
  text-align: left;
  background-color: #F9FBFC;
}

.hl-surround,
.hl-surround pre,
.hl-surround span{
  font: normal 9pt 'Courier New', monospace;
}

.hl-default{
  color: Black;
}

.hl-code{
  color: Gray;
}

.hl-brackets{
  color: Olive;
}

.hl-comment{
  color: #ffa500;
}

.hl-quotes{
  color: #8b0000;
}

.hl-string{
  color: Red;
}

.hl-identifier{
  color: Blue;
}

.hl-builtin{
  color: Teal;
}

.hl-reserved{
  color: Green;
}

.hl-inlinedoc{
  color: Blue;
}

.hl-var{
  color: #00008b;
}

.hl-url{
  color: Blue;
}

.hl-special{
  color: Navy;
}

.hl-number{
  color: Maroon;
}

.hl-inlinetags{
  color: Blue;
}

.hl-main{
  background-color: transparent;
}

.hl-main pre{
  margin: 0;
  padding: 0;
}

#post #content h3.entry-header{
  margin-bottom: 0;
  padding: 6px;
  color: #666;
  font-size: 130%;
  background-color: #9CEF9C;
  background-image: url(../img/content-head-bg.jpg);
  background-repeat: repeat;
}

p.entry-content,
div.entry-content{
}

.author{
  margin-right: 1em;
  font-weight: bold;
  font-size: 100%;
  text-align: right;
}

.teishutsusaki{
  font-weight: bold;
  font-size: 100%;
}