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

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■ カラムタイプ ■■■■■■■■■■*/
#main {
float: left;
width: 500px;
margin:0;
padding:0;
}

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

#sub_b{
display: none;
}

#wrap{
width:680px;
margin-left:175px;
}

#message{
width:500px;
background:url("../img/bg_body_w.png") repeat-y 0 0;
}


#message .contents{
width:500px;
background:url("../img/contents_top_w.png") no-repeat 0 0;
}

#message .subContents{
width:451px;
padding:46px 24px;
background:url("../img/contents_footer_w.png") no-repeat 0 bottom;
}

.entry{
background:url("../img/bg_body_w.png") repeat-y 0 0;
}

.entry .entry_head{
background:url("../img/entry_head_w.png") no-repeat 0 0;
}

.entry .foot{
padding-top:23px !important;
padding-bottom:50px !important;
background:url("../img/entry_footer_w.png") no-repeat bottom left;
}