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

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■ カラムタイプ ■■■■■■■■■■*/
#main{
float: left;
width: 610px;
margin-left: 20px;
margin-right: 2px;
}

#sub_a{
float: left;
z-index: 1;
margin-left: 2px;
}

#sub_b{
display: none;
}


/*■■■■■■■■■■■ メッセージ　■■■■■■■■■■*/

#message {
background: url("../img/bg_message_top2.png") no-repeat scroll center top transparent;
overflow: hidden;
width: 610px;
}

#message .contents {
background: url("../img/bg_message_bottom2.png") no-repeat scroll left bottom transparent;
overflow: hidden;
padding: 40px 0 22px;
}

#message .subContents {
background: url("../img/bg_message2.png") repeat-y scroll left top transparent;
overflow: hidden;
padding: 12px 30px 20px;
}

/*■■■■■■■■■■■ センター　■■■■■■■■■■*/

/* entry */

.entry {
background: url('../img/bg_entry_top2.png') no-repeat scroll center top transparent;
overflow: hidden;
width: 610px;
}

.entry .contents {
width: 610px;
background:url('../img/bg_entry2.png') repeat-y center bottom;}


.entry .subContents {
padding: 0 24px;
overflow:hidden;
}

.entry .foot {
height: 30px;
background: url('../img/bg_entry_bottom2.png') no-repeat center bottom;
}