
/*
-----------------------------------------------------
ameblo CSS Skin Layout Settings
FileName:   type_b.css
$Date: 2007/05/29 01:33:50 $
$Revision: 1.1 $
Skin for:	hips
-----------------------------------------------------
*/
#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 {
margin: 0 auto;
}
#wrap {
width: 800px;
margin: 20px auto 0 auto;
}

#main {
width: 600px;
float: left;
}
#sub_main{
width:100%;
overflow:hidden;
}
#sub_a{
width:180px;
float: right;
}
#sub_b{
display: none;
}