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

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

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

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


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

#message {
width:400px;
overflow:hidden;
} 
#message .contents {
width:400px;
background:url('//stat100.ameba.jp/p_skin/prm_kiramacaron/img/message_bottom.gif') no-repeat center bottom;
}

#message .message-head {
width:400px;
height:46px;
background:url('//stat100.ameba.jp/p_skin/prm_kiramacaron/img/message_top.gif') no-repeat center top;
}

#message .contents .inner {
width:360px;
overflow:hidden;
line-height:1.6;
background:url('//stat100.ameba.jp/p_skin/prm_kiramacaron/img/message_bg.gif') repeat-y #fad8e7;
}
/*■■■■■■■■■■■ センター　■■■■■■■■■■*/

/* entry */

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

.entry .date {
background:url('//stat100.ameba.jp/p_skin/prm_kiramacaron/img/entry_line.gif') no-repeat center top;
}

.entry .contents {
width:360px;
border-bottom:1px solid #93c5ff;
}

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