@charset "UTF-8";

/*
-----------------------------------------------------
ameblo CSS Skin Layout Settings
FileName:   type_c.css
Version:    2006.12.18
Skin for:	official_027
-----------------------------------------------------
*/
#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;
margin-top:15px;
}
#wrap {
width: 100%;
}

#main{
width: 386px;
float: left;
}
#sub_main{
width:100%;
overflow:hidden;
}
#sub_a{
width:190px;
float: left;
z-index: 1;
margin-right: 15px;
overflow:hidden;
}
#sub_b{
width:190px;
float: right;
z-index: 2;
margin-left: 15px;
overflow:hidden;
}
