/*-----------------------------------------------------
ameblo CSS Skin Layout Settings
Skin for:	basic_ad
FileName:   type_c.css
$Revision: 1.1 $
-----------------------------------------------------*/

#main{
float: left;
width: 441px;
margin:0;
padding:0 4px;
}

#sub_a{
float: left;
z-index: 1;
width:170px;
margin:0;
padding:0 10px 0 0;
}

#sub_b{
float: right;
z-index: 2;
width:170px;
margin:0;
padding:0;
}


.entry{
overflow:hidden;
width:441px;
background:url(../img/entry_bg.gif) repeat-y center top;
}

.entry_head{
min-height:96px;
height: auto !important;
height: 96px;
padding: 18px 10px 0 10px;
background:url(../img/entry_header.gif) no-repeat center top;
}

.entry .contents{
overflow:hidden;
padding: 0 10px 20px;
width:421px;
background:url(../img/footer_top.gif) no-repeat center bottom;
}

.entry .foot{
padding:0 25px 10px 0;
background:url(../img/entry_bottom.gif) no-repeat center bottom;
}

#firstContentsArea{
position:relative;
padding-top:20px;
}

#floating{
display:none;
position:absolute;
top:0;
left:0px;
margin:0 auto;
width:800px;
}




