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

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

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

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

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

#message {
width:400px;
overflow:hidden;
background:url('//stat100.ameba.jp/p_skin/prm_kitty_tinychum/img/message_bg.gif') repeat-y;
} 
#message .contents {
width:400px;
background:url('//stat100.ameba.jp/p_skin/prm_kitty_tinychum/img/message_top.gif') no-repeat center top;
}
#message .contents .subContents {
width:340px;
overflow:hidden;
line-height:1.6;
background:url('//stat100.ameba.jp/p_skin/prm_kitty_tinychum/img/message_bottom.gif') no-repeat center bottom;
}


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

/* entry */

.entry {
width:400px;
background:url('//stat100.ameba.jp/p_skin/prm_kitty_tinychum/img/entry_bg.gif') repeat-y center top;
}

.entry_head {
background:url('//stat100.ameba.jp/p_skin/prm_kitty_tinychum/img/entry_top.gif') no-repeat center top;}

.entry .contents {
width:340px;
}

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