.coverpost
{
font: "Malgun Gothic", "Meiryo", "Segoe UI", "Trebuchet MS", "MS PGothic", "Gulim", "AppleGothic", "Sans-serif"; color: #555; clear: both;
border-bottom: 1px solid #ddd;
margin-bottom: 20px 0;
}


.coverpost h2
{
font-size: 150%;
	padding: 5px;
}


.coverpost h2 a
{ /* letter-spacing: -1px; */
	line-height: 125%;
}


.coverpost .img_preview
{
float: left;
margin: 0 7px 7px 0;
width: 100px;
height: 100px;
border: 1px solid #ccc;
overflow: hidden;
text-align: center;
background-color: #fff;
}


.coverpost .img_preview img
{
width: 90px;
height: 90px;
cursor: pointer;
margin: 4px;
}


.coverpost .post_info .category a
{
font: 12px;
color: #888;
margin-right: 6px;
}

.coverpost .post_info .date
{
font: 12px;
color: #888;
}

.coverpost .post_content
{
font: 13px; margin: 5px 0;
line-height: 125%;
overflow: hidden;
}


.coverpost .post_tags
{
font: 13px; padding: 5px 5px 5px 20px;
background: url('./images/tag_blue.gif') center left no-repeat;
clear: both;
}
.coverpost .post_tags span
{
display: none;
}

.clear
{
clear: both;
}

