
/*
-----------------------------------------------------
ameblo CSS Skin Layout Settings
FileName:   type_a.css
Version:    2006.06.15
Skin for:	his_usr04
-----------------------------------------------------
*/
#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: 800px;
margin-left: auto;
margin-right: auto;
}
#wrap {
position: relative;
width: 100%;
}
#main {
width: 610px;
float: right;
padding-left: 10px;
}
#sub_main{
width:100%;
overflow:hidden;
}
#sub_a{
width:170px;
float: left;
z-index: 1;
padding-right: 10px;
}
#sub_b{
display: none;
}

/*frame*/
#frame{
background-image: url(../img/body_bg_a.gif);
}

/*message*/
#message{
background-image: url(../img/message_bg_wide.gif);
}
#message .contents{
background-image: url(../img/message_bg_wide.gif);
}

/*entries*/
.entry{
background-image: url(../img/entry_top_wide.gif);
}
.entry .theme{
background-image: url(../img/entry_theme_bg_wide.gif);
}
.entry .contents{
background-image: url(../img/entry_body_wide.gif);
}
.entry .foot{
background-image: url(../img/entry_bottom_wide.gif);
}

/*list*/
#reader_list,
#favorite_list,
#bookmark_list{
background-image: url(../img/entry_body_wide.gif);
}
#reader_list .title,
#favorite_list .title,
#bookmark_list .title{
background-image: url(../img/reader_list_top_wide.gif);
}
#reader_list ul,
#favorite_list ul,
#bookmark_list ul{
background-image: url(../img/reader_list_bottom_wide.gif);
}
