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

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

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

#sub_b{
display: none;
}

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

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

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

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

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

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

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

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