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

div#sub_a{
float: left;
clear: left;
width: 180px;
_overflow-x:hidden;
word-break:break-all;
}
div#main{
width: 580px;
_overflow-x: hidden;
float:right;
word-break:break-all;
}
div#sub_a:after,div#sub_b:after,div#main:after{
clear: both;
height: 0;
visibility: hidden;
font-size: 0;
display: block;
content: ".";
}
div#sub_a,div#sub_b,div#main{
display: inline-block;
}
/* Hides from IE5/Mac \*/
* html div#sub_a,* html div#sub_b,* html div#main{
height: 1px;
}
div#sub_a,div#sub_b,div#main{
display: block;
}