@charset "utf-8";

.post {
 font-size: 1.5em;
 margin-top: 40px;
 border: #fff solid 4px;
 color: #fff;
}
.post div {
 position: relative;
 padding: 20px 10px 10px;
 background: url(../img/body/ami.gif);
}
.post div p.date {
 position: absolute;
 top: -20px;
 padding: 5px 10px;
 background: #fff;
 border-radius: 5px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 color: #0070a4;
 font-weight: bold;
}