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

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

#sub_a{
width:186px;
margin:0 auto;
float: left;
z-index: 1;

}
#sub_b{
display: none;
}


#message{
background:url(../img/message_header2.png) no-repeat center top;
width:590px;
}

#message .contents{
background:url(../img/message_bg2.png) repeat-y center top;
}

#message .subContents{
background:url(../img/message_footer2.png) no-repeat center bottom;
}

.entry{
width:604px;
background:url(../img/entry_header2.png) no-repeat center top;
}
.entry .entry_head {
width:604px;
}
.entry h3.title {
background: url("../img/entry_line2.png") no-repeat scroll 18px bottom transparent;
padding: 16px 120px 20px 64px;
}

.entry .contents{
background:url(../img/entry_bg2.png) repeat-y center top;
width:604px;
}
.entry .foot{
background:url(../img/entry_footer2.png) no-repeat center bottom;
}