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

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■ カラムタイプ ■■■■■■■■■■*/
#main {
float: right;
width: 686px;
margin-left:24px;
margin-right:32px;
}

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

#sub_b{
display: none;
}

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

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

.entry h3.title {
width: 566px;
}

.entry .contents {
width: 682px;
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_bottom2.png') no-repeat center bottom;
}

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

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

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