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

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

#sub_a{
float: left;
z-index: 1;
width: 186px;
margin-left: 37px;
}

#sub_b{
float:left;
z-index: 2;
width: 186px;
margin-right: 37px;
}

.entry {
width:474px;
overflow:hidden;
}

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

.entry .contents {
width:470px;
background: none repeat scroll 0 0 #FFFFFF;
border-left: 2px solid #DBB7DE;
border-right: 2px solid #DBB7DE;
}

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

#message {
overflow: hidden;
background:url('../img/bg_message_bottom1.png') no-repeat left bottom;
width: 474px;
} 

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

#message .subContents {
width: 430px;
padding: 12px 20px 0;
background: none repeat scroll 0 0 #FFFFFF;
border-left: 2px solid #F4E0BF;
border-right: 2px solid #F4E0BF;
overflow:hidden;
} 
