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

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

#sub_a{
float: left;
z-index: 1;
width:200px;
margin: 0 0 140px 40px;
}

#sub_b{
float:left;
z-index: 2;
width:200px;
margin:0 40px 0 0;
}

.entry {
width:388px;
overflow:hidden;
background:url('../img/entry_top.png') center top no-repeat ;
}

.entry_head {
width:388px;
background:url('../img/entry_line.png') center bottom no-repeat ;
}

.entry .contents {
width:388px;
background:url('../img/entry_bg.png') left top repeat-y ;
}

.entry .foot {
height: 28px;
padding-top: 82px;
background:url('../img/entry_bottom.png') no-repeat center bottom;
}

#message {
overflow:hidden;
background:url('../img/message_bg.png') repeat-y center top #ffffff;
width:388px;
} 

#message .contents {
overflow:hidden;
background:url('../img/message_top.png') no-repeat center top;
padding: 30px 0 0;
}

#message .subContents {
overflow:hidden;
background:url('../img/message_bottom.png') no-repeat left bottom;
 padding: 30px 30px 54px;
} 
