@charset "utf-8";
/* site/plain_notepad.css */

.top {
display: block;
height: 268px;
width: 550px;
background: transparent url(/images/blog/white-top.gif) no-repeat top left;
position:relative;
padding: 0px 20px 0 130px;
}

.middle {
display: block;
min-height: 300px;
position:relative;
width: 550px;
background: transparent url(/images/blog/white-repeat.gif) repeat-y 1px 0px;
padding: 10px 20px 10px 130px;
}

.bottom {
display: block;
height: 66px;
width: 550px;
background: transparent url(/images/blog/bottom.jpg) no-repeat top left;
margin-bottom: 10px;
padding: 0 20px 0 130px;
}

.blog_entry .top h1 a {
font-size: 24px;
color: #121212;
text-decoration: none;
}

.blog_entry .top h1 {
position: absolute;
top: 230px;
z-index: 100;
font-weight: bold;
}

.blog_entry .top .published_info {
position: absolute;
top: 180px;
right: 20px;
z-index: 100;
font-weight: bold;
}