@charset "utf-8";
/* CSS Document */
#blog_field
{
margin:0 0 0 0px;
padding:0 0 0 0px;
width:900px;
height:auto;
float:left;
}
#blog_left_side
{
margin:0 0 0 0px;
padding:0px 10px 0px 0px;
width:240px;
height:auto;
float:left;
}
#blog_right_side
{
margin:0 0 0 0px;
padding:0 0 0 0px;
width:650px;
height:auto;
float:left;
}
.blog_box_field
{
width:240px;
height:auto;
float:left;
}
.recent_post_h
{
width:240px;
height:10px;
background:url(../images/recent_post_h.gif) center top no-repeat;
float:left;
overflow:hidden;
}
.recent_post_m
{
width:230px;
height:auto;
padding:5px;
background:url(../images/recent_post_m.gif) center top repeat-y;
float:left;
}

.recent_post_b
{
width:240px;
height:10px;
background:url(../images/recent_post_b.gif) center top no-repeat;
float:left;
}
.blog_field_h
{
width:650px;
height:10px;
background: url(../images/blog-field-h.gif) center top no-repeat;
overflow:hidden;
float:left;
}
.blog_field_m
{
width:640px;
height:auto;
padding:5px;
background: url(../images/blog-field-m.gif) center top repeat-y;
overflow:hidden;
float:left;
}
.blog_field_b
{
width:650px;
height:10px;
background: url(../images/blog-field-b.gif) center top no-repeat;
float:left;
}