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

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

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

#sub_b{
display: none;
}

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

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

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

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

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

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


.entry h3.title {width: 480px;}
.entry .contents {width: 588px;}