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

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■ カラムタイプ ■■■■■■■■■■*/

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

#sub_a{
width:170px;
margin:0;
padding: 0 18px 0 0;
float: right;
z-index: 1;

}
#sub_b{
display: none;
}
#sub_a,
#sub_b{
color:#33333D;
}

#main a,
#sub_a a,
#sub_b a{
text-decoration: underline;
color:#FFF;
}

#main a:visited,
#sub_a a:visited,
#sub_b a:visited{
text-decoration: none;
color:#FFF;
}

#main a:hover,
#sub_a a:hover,
#sub_b a:hover{
text-decoration: none;
color:#FFF;
}

.entry{
width:578px;
background:url("../img/entry_b_2.png") no-repeat left bottom #FFF;
}
.entry .entry_head{
position:relative;
width:503px;
background:url("../img/entry_head_2.png") no-repeat left top;
}

.entry h3.title{
width:483px;
margin:0 0;
clear:both;
color:#458b95;
font-size:1.3em;
font-weight: bold;
}

.entry .theme{
display:block;
width:563px;
background:url("../img/border_2.png") no-repeat center top #FFF;
text-align:right;
font-size:0.8em;
}

#comment_module,
#trackback{
width:565px;
margin-left:15px;
padding-left:15px;
}

#bookmark_list,
#recent_entries_list,
#reader_list,
#favorite_list{
margin-left:15px;
padding-left:0;
width:580px;
}
