/* 
eF`k3_ blog css v4.0 (c)2007
http://efk3.xtrinal.net
http://www.xtrinal.net
*/
body {
  margin: 0px;
  padding: 0px;
  background: #fff;
  font-family: "Tahoma", Sans-Serif;
  font-size: 12px;
  color: #333;
}
img { 
  margin: 0px;
  border: none;
}
form { margin: 0px; }
a {
  background-color: none;
  color: #3a8d45;
  text-decoration: none;
}
a:hover { 
  background-color: none;
  color: #666; 
  text-decoration: none; 
}
/* base */
div#base {
  width: 700px;
  height: auto;
  margin: 0px auto;
  padding: 0px;
  overflow: hidden;
  background: left top url(img/header.jpg) no-repeat #fff;
}
div#menu {
  width: 690px;
  height: 45px;
  padding: 93px 10px 0 0;
  text-align: right;
  overflow: hidden;
}
div#menu a {
  font-size: 18px;
  color: #3a8d45;
  padding: 7px 7px 0 7px;
  height: 28px;
  float: right;
}
div#menu a:hover {
  background-color: #cfcfcf;
}
div#content {
  width: 670px;
  border: 1px solid #dedede;
  background-color: #f0f0f0;
  margin-left: 8px;
  padding-left: 10px;
}
div#content h1 {
  font-size: 22px;
  color: #3a8d45;
  border-bottom: 1px solid #3a8d45;
}
div#content p {
  padding-left: 13px;
}
div#bottom {
  width: 680px;
  height: 47px;
  font-size: 10px;
  text-align: center;
  background: top left url(img/bottom.jpg) no-repeat #fff;
  padding: 20px 0px 0px 20px;
}
