/*-----------------------------------------------------
ameblo CSS Skin Layout Settings
Skin for:	basic_ad
FileName:   type_c.css
$Revision: 1.1 $
-----------------------------------------------------*/

#main{
float: left;
width: 414px;
margin:0;
padding:0;
}

/*■■■メインコラム＿メッセージボード*/
#message{
background: url(../img/message_top.gif) top left no-repeat;
}

#message .contents{
background: url(../img/message_bottom.gif) bottom left no-repeat;
}

#message .subContents{
background: url(../img/message_bg.gif) repeat-y;
width: 394px;
}

/*■■■メインコラム＿記事*/
.entry{
background:url(../img/entry_bg.gif) repeat-y;
}

.entry .entry_head{
background:url(../img/entry_header.gif) top left no-repeat;
}

.entry .foot{
background:url(../img/entry_footer.gif) bottom left no-repeat;
width: 394px;
}

.entry .contents{
width:390px;
}

#sub_a{
float: left;
z-index: 1;
width:170px;
margin:0 5px 0 0;
padding:0 10px 0 0;
}

#sub_b{
float: right;
z-index: 2;
width:170px;
margin:0;
padding:0;
}


