/*-----------------------------------------------------
ameblo CSS Skin Layout Settings
FileName:   type_d.css
Skin for:	xxxxx
$Date$
$Revision: 1.1 $
-----------------------------------------------------*/

#main{
width: 366px;
float: right;
margin:0;
padding:0 36px 0 0;
}

#sub_a{
float: left;
z-index: 1;
width:173px;
margin:0;
padding:0 0 0 39px;
}

#sub_b{
float: left;
z-index: 2;
width:173px;
margin:0;
padding:0 8px 0 5px;
}



/*-----------------------------------------------------
コンテンツ
-----------------------------------------------------*/


#message{
background: url("../img/mes_bg.gif") repeat-y top left;
}

#message .contents{
background: url("../img/mes_head.gif") no-repeat top left;
}

#message .subContents{
background: url("../img/mes_foot.gif") no-repeat bottom left;
}



.entry{
background: url("../img/ent_bg.gif") repeat-y top left;
}

.entry .entry_head{
background: url("../img/ent_head.gif") no-repeat top left;
}

.entry .foot{
background: url("../img/ent_foot.gif") no-repeat bottom left;
}


#comment_module h3.title{
background:url(../img/t_comment.gif) no-repeat top left;
}



#trackback h3.title{
background:url(../img/t_trackback.gif) no-repeat top left;
}




