/*
-----------------------------------------------------
ameblo CSS Skin Layout Settings
FileName:   type_c.css
Version:    2007.02.13
Skin for:	official_038
-----------------------------------------------------
*/
#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: 750px;
margin-left: auto;
margin-right: auto;
}
#wrap {
width: 100%;
}

#main{
width: 383px;
float: left;
padding-left:8px;
}
#sub_main{
width:383px;
overflow:hidden;
background-repeat:no-repeat;
}
#sub_a{
width:175px;
float: left;
z-index: 1;
overflow:hidden;

}
#sub_b{
width:175px;
float: right;
z-index: 2;
overflow:hidden;

}


