body {
  color: black;
  background-color: #fff;
  margin: 0px;
  padding: 0px;
  text-align: left;
}

input,select {
  font-family: Hiragino Kaku Gothic Pro,"ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", "Osaka", Helvetica, Arial, sans-serif;
  border: 1px solid #666;
  font-size: 12px;
}

form {
  padding: 0px;
  margin: 0px;
}

a:link     {color: #789; text-decoration: underline;}
a:visited   {color: #789; text-decoration: underline;}
a:hover   {color: #999; text-decoration: none;}


div.title {
  background-color: #eee;
  width: 100%;
  height: 50px;
  padding: 0px 0px 0px 0px;
  border-bottom: 1px solid #666;
  clear: both;
}

.site_title {
  font-size: 25px;
  margin: 0px;
  padding: 10px;
}

.site_title a,
.site_title a:link,
.site_title a:visited,
.site_title a:active,
.site_title a:hover {
  color: #56A;
  text-decoration: none;
}

div.main {
  padding: 10px;
}
div.preview {
  background-color: #eee;
  border: 1px solid #666;
  padding: 3px;
  height:180px;
}
div.mimage {
   float: left; width: 170px;
}
div.mcomment {
   margin-left: 180px;
}
div.footer {
  clear: both;
  font-size: 10px;
  padding: 10px;
  text-align: right;
  letter-spacing: 0.2em;
}

