/*-----------------------------------------------------
ameblo CSS Skin Layout Settings
Skin for:	basic_ad
FileName:   type_c.css
$Revision: 1.1 $
-----------------------------------------------------*/

#main{
float: left;
width: 430px;
margin:0;
padding:0 10px;
}

#sub_a{
float: left;
z-index: 1;
width:170px;
margin:0;
padding:0 0 0 10px;
}

#sub_b{
float: right;
z-index: 2;
width:170px;
margin:0;
padding:0;
}

#message{
background:url(../img/bg_message_side.gif) repeat-y left bottom;
}
#message .contents{
background:url(../img/bg_message_top.gif) no-repeat left top;
}
#message .subContents{
background:url(../img/bg_message_bottom.gif) no-repeat left bottom;
}


