@charset "utf-8";
@import url(parts.css);
h3{
  margin:220px 0 20px 10px;
}
/* リリース */
dl#release{
  width:435px;
}
dl#release dt,
dl#release dd{
}
dl#release dt{
	color:#fff;
  margin:10px 0 0 10px;
  font-family:Verdana;
  width:120px;
  text-align:center;
  font-weight:bold;
  letter-spacing:0;
  background:#77b652;
}
dl#release dd{
  padding:10px;
  border-top:1px solid #77b652;
  background:#efe;
}
