/*
--------------------------------------------------
ameblo CSS Skin Layout Settings
2コラム記事左:横幅固定

FileName: /p_skin/cmn/css/type_b.css
Date:     $Date: 2011/04/05 11:32:11 $
Version:  $Revision: 1.1 $
--------------------------------------------------
*/
#frame:after,
#wrap:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
#frame,
#wrap{display: inline-table;}
/* Hides from IE-mac \*/
* html #frame,
* html #wrap{height:1%;}
#frame,
#wrap{display:block;}
/* End hide from IE-mac */
#frame{
width:800px;
margin-left:auto;
margin-right:auto;
}
#wrap{
position:relative;
width:100%;
}
#main{
width:570px;
float:left;
padding-left:10px;
}
#sub_main{
width:100%;
overflow:hidden;
}
#sub_a{
width:170px;
float:right;
z-index:1;
padding-right:10px;
}

#sub_b{
display:none;
}
#sub_b #sideImgAd{
display:none;
}