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

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

#sub_a{
float: left;
z-index: 1;
width: 162px;
margin-left: 30px;
}

#sub_b{
float: right;
z-index: 2;
width: 162px;
margin-right: 30px;
}

.entry{
width: 406px;
background: url("../img/entry1_bg.png") repeat-y scroll center top transparent;
}
.entry .theme, .entry h3.title{
width: 266px;
}

.entry .foot{
width: 372px;
height: 38px;
padding: 128px 34px 26px 0;
}

.entry .entry_head{
width: 404px;
height: 178px;
background: url("../img/entry1_header.png") no-repeat scroll center top;
}

.entry .foot{
background: url("../img/entry1_footer.png") no-repeat center top;
}

#message{
width: 324px;
margin:0 auto 14px;
background: url("../img/message1_bg.png") repeat-y scroll center top transparent;
overflow: hidden;
}

#message .contents{
background: url("../img/message1_header.png") no-repeat scroll center top transparent;
overflow: hidden;
}

#message .subContents{
padding: 84px 30px 56px;
background: url("../img/message1_footer.png") no-repeat scroll center bottom transparent;
overflow: hidden;
}
