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


#main{
float: left;
width: 410px;
margin:24px 0 0;
padding:0;
}

#sub_a{
float: left;
z-index: 1;
width:185px;
padding:0 5px 0;
}

#sub_b{
float: right;
z-index: 2;
width:185px;
padding:0 5px 0;
}

#comment_module{
	margin: 0 4px 0;
	width:401px;
}


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

/*■■■メインコラム＿メッセージボード*/
#message{

	background:url(../img/message_background_top.gif) no-repeat center top;
	width:409px;
}

#message .contents{
background: url(../img/message_backgroung_middle.gif) repeat-y center;
width:409px;
}

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

/*■■■メインコラム＿記事*/
.entry{
background: url(../img/article_background_head.gif) no-repeat center top;
width:409px;
}

.entry .theme{
background: url(../img/article_background_line.jpg) no-repeat center top transparent;
width:374px;
}

.entry h3.title{
min-height:54px;
height:auto !important;
height:54px;
}


.entry .contents{
		background:url(../img/article_background_mm.gif) no-repeat right bottom #FFF;
		width:365px;
		padding: 28px 16px 0 20px;
}

.entry .foot{
	background:url(../img/article_background_bottom2.gif) no-repeat center;
}
