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

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

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

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

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

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

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

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

/*■■■メインコラム＿記事*/
.entry{
background:url(../img/blog_back_long.gif)  repeat-y left top;
}
.entry .entry_head{
background:url(../img/blog_head_long.gif) no-repeat left top;
}

.entry .date{
}

.entry .theme{
}

.entry h3.title{
}

.entry .contents{
	background:url(../img/border_long.gif) no-repeat left top;
}
.contents .subContents{
	background:url(../img/border_long.gif) no-repeat left bottom;
}
	
.entry .foot{
	background:url(../img/blog_foot_long.gif) no-repeat left bottom;
}

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

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

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