
/*
-----------------------------------------------------
ameblo CSS Skin Layout Settings
FileName:   type_c.css
Version:    2006.4/6
Skin for:   earthday_usr_ad
-----------------------------------------------------
*/
#frame:after,
#wrap:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#frame,
#wrap {display: inline-table;}

/* Hides from IE-mac \*/
* html #frame,
* html #wrap {height: 1%;}
#frame,
#wrap {display: block;}
/* End hide from IE-mac */



#main{
width: 383px;
float: left;
padding-left:12px;
overflow:hidden;

}

#sub_main{
width:100%;
}

#sub_a{
width:192px;
float: left;
z-index: 1;
padding-left:0px;
overflow:hidden;
padding-left:8px;
}

#sub_b{
width:192px;
float: right;
z-index: 2;
padding-right:0px;
overflow:hidden;
padding-right:8px;

}


.entry{
width: 383px;
background:url(../img/entry_bg.gif) repeat-y;
margin-bottom: 20px;
}

.entry .date{
width:373px;
padding: 8px 10px 0px 0px;
display: block;
color: #fff;
text-align:right;
}

.entry .entry_head{
background:url(../img/entry_top.gif) no-repeat left top #fff;
width:383px;
height:56px;
}

.entry .bottom_line{
background:url(../img/entry_bottom.gif) no-repeat bottom ;
width:383px;
height:10px;
}