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

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

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

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

/*■■■■■■■■■■■ メッセージ　■■■■■■■■■■*/

#message {
width:410px;
overflow:hidden;
background:url('//stat100.ameba.jp/p_skin/prm_snowman/img/message_bg.gif') repeat-y center top;
} 
#message .contents {
width:410px;
background:url('//stat100.ameba.jp/p_skin/prm_snowman/img/message_top.gif') no-repeat center top;
}
#message .contents .subContents {
width:370px;
overflow:hidden;
background:url('//stat100.ameba.jp/p_skin/prm_snowman/img/message_bottom.gif') no-repeat center bottom;
}


/*■■■■■■■■■■■ センター　■■■■■■■■■■*/

/* entry */

.entry {
width:410px;
background:url('//stat100.ameba.jp/p_skin/prm_snowman/img/entry_bg.gif') repeat-y center top;
}
.entry_head {
width:410px;
background:url('//stat100.ameba.jp/p_skin/prm_snowman/img/entry_top.gif') no-repeat center top;
}

.entry .contents {
width:370px;
background:url('//stat100.ameba.jp/p_skin/prm_snowman/img/line_entry.gif') no-repeat center bottom;
}

.entry .foot {
width:370px;
background:url('//stat100.ameba.jp/p_skin/prm_snowman/img/entry_bottom.gif') no-repeat center bottom;
}