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

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

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

#sub_b{
float: left;
z-index: 1;
padding: 0 0 0 10px;
}

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

/*■■■メインコラム＿メッセージボード*/
#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;
height:61px;
}

.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;
}
