
/*
-----------------------------------------------------
ameblo CSS Skin Layout Settings
FileName:   type_d.css
Version:    2005.11/15
Skin for:	green
-----------------------------------------------------
*/
#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: 410px;
float: right;
margin-left: 10px;
overflow:hidden;
}
#sub_main{
width:100%;
overflow:hidden;
}
#sub_a{
width:170px;
float: left;
z-index: 1;
margin-left: 5px;
margin-right: 5px;
overflow:hidden;
}
#sub_b{
width:170px;
float: right;
z-index: 2;
margin-left: 5px;
margin-right: 5px;
overflow:hidden;
}
