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

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

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

#sub_b{
display: none;
}

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

.entry_head {
width: 600px;
background: url('../img/entry2_bg.png') center top repeat-y;
}

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

.entry .foot {
background: url('../img/entry2_bottom.png') no-repeat center bottom;
}

#message {
width: 600px;
background: url('../img/message2_top.png') no-repeat center top;
overflow: hidden;
} 

#message .contents{
margin-top: 12px;
}

#message .subContents{
padding: 28px 0 20px;
background: url('../img/message2_bottom.png') no-repeat left bottom;
overflow: hidden;
}

#message .article{
padding: 10px 30px;
background: url('../img/message2_bg.png') left top repeat-y ;
overflow: hidden;
}

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