/*-----------------------------------------------------
ameblo CSS Skin Layout Settings
FileName:   type_a.css
Version:    2007.07.19
Skin for:	xxxxx
-----------------------------------------------------*/

#main {
float: right;
width: 580px;
margin:0;
padding:0 20px;
}

#sub_a{
width:170px;
margin:0;
padding: 0;
float: left;
z-index: 1;

}
#sub_b{
display: none;
}


/*-----------------------------------------------------
entry
-----------------------------------------------------*/

#message{
background: url("../img/mess2_bg.gif") repeat-y;
}

#message .contents{
background: url("../img/mess2_header.gif") no-repeat top;
}

#message .subContents{
background: url("../img/mess2_footer.gif") no-repeat bottom;
}

.entry .date{
background: url("../img/ent2_header.jpg") no-repeat;
}


