
/*
-----------------------------------------------------
ameblo CSS Skin Layout Settings
FileName:   type_a.css
Version:    2007.1.10
Skin for:	hapinavi_usr03
-----------------------------------------------------
*/
#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 */

#frame {
width: 770px;
margin-left: auto;
margin-right: auto;
}
#wrap {
position: relative;
width: 100%;
}
#main {
width: 590px;
float: right;
}
#sub_main{
width:100%;
overflow:hidden;
}
#sub_a{
width:170px;
float: left;
z-index: 1;
overflow:hidden;
}
#sub_b{
display: none;
}

/*entries*/
.entry{
background:url(../img/entry_bg_l.gif) repeat-y;
}

.entry_head{
background:url(../img/entry_head_l.gif) no-repeat left top;
}

.entry .foot{
background:url(../img/entry_foot_l.gif) no-repeat left bottom;
}
/*reader_list*/
#reader_list{
background:url(../img/entry_bg_l.gif) repeat-y left top;
}
#reader_list .title{
background:url(../img/entry_head_l.gif) no-repeat left top;
}
#reader_list ul{
background:url(../img/entry_foot_l.gif) no-repeat left bottom;
}

/*favorite_list*/
#favorite_list{
background:url(../img/entry_bg_l.gif) repeat-y left top;
}
#favorite_list .title{
background:url(../img/entry_head_l.gif) no-repeat left top;
}
#favorite_list ul{
background:url(../img/entry_foot_l.gif) no-repeat left bottom;
}

/*bookmark_list*/
#bookmark_list{
background:url(../img/entry_bg_l.gif) repeat-y left top;
}
#bookmark_list .title{
background:url(../img/entry_head_l.gif) no-repeat left top;
}
#bookmark_list ul{
background:url(../img/entry_foot_l.gif) no-repeat left bottom;
}

/*recent_entries_list*/
#recent_entries_list{
background:url(../img/entry_bg_l.gif) repeat-y left top;
}
#recent_entries_list .title{
background:url(../img/entry_head_l.gif) no-repeat left top;
}
#recent_entries_list ul{
background:url(../img/entry_foot_l.gif) no-repeat left bottom;
}

