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

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

#sub_a{
float: left;
z-index: 1;
padding:0 0px 0 10px;
margin:30px 0 0 0;
}

#sub_b{
float: right;
z-index: 2;
padding:0 10px 0 0;
margin:30px 0 0 0;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■ メインコラム ■■■■■■■■■■■*/

/*■■■メインコラム＿メッセージボード*/
#message{
	background:url(../img/blog_back.gif) left top;
}

#message .contents{
	background:url(../img/message.gif) no-repeat left top;
}

#message .subContents{
	background:url(../img/blog_foot.gif) no-repeat left bottom;
}

	
/*■■■メインコラム＿記事*/
.entry{
background:url(../img/blog_back.gif) ;
}


.entry .entry_head{
background:url(../img/blog_head.gif) no-repeat top;
}

.entry .date{
}

.entry .theme{
}

.entry h3.title{
}

.entry .contents{
	background:url(../img/border.gif) no-repeat left top;
}

.contents .subContents{
	background:url(../img/border.gif) no-repeat left bottom;
}

.entry .foot{
	background:url(../img/blog_foot.gif) no-repeat left bottom;
}

/*■■■メインコラム＿記事 下部広告*/
#footer_ad{
	background:url(../img/line.gif) no-repeat center top;
}

/*■■■メインコラム＿コメント*/
#comment_module{
	background:url(../img/line.gif) no-repeat center top;
}

/*■■■メインコラム＿トラックバック*/
#trackback{
	background:url(../img/line.gif) no-repeat center top;
}
