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

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

#sub_a{
float: left;
z-index: 1;
width:196px;
margin:0 16px 0 0;
}

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

.entry {
width:436px;
overflow:hidden;
background:url('../img/entry_bg.png') center top repeat-y ;
}

.entry_head {
width:436px;
background:url('../img/entry_top.png') center top no-repeat ;
}

.entry .foot {
height: 50px;
padding-top: 30px;
background:url('../img/entry_bottom.png') no-repeat center bottom;
border-left: 3px solid #99CC33;
border-right: 3px solid #99CC33;
}

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

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

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