/*
-----------------------------------------------------
ameblo CSS Skin Layout Settings
FileName:   type_c.css
Version:    2007.02.22
Skin for:	official_040
-----------------------------------------------------
*/
#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 {
padding-bottom:150px;
width:800px;
margin:0px auto;
border-bottom:1px solid #000000;
border-left:1px solid #000000;
border-right:1px solid #000000;
background-image:url(../img/bg_all.jpg);
background-repeat:no-repeat;
background-position:bottom;
}
#wrap {
width: 800px;
margin:0px auto;
}

#main{
width: 382px;
float: left;
padding-left:13px;
}
#sub_main{
width:382px;
margin-bottom:10px;
}
#sub_a{
width:190px;
float: left;
z-index: 1;
margin-top:40px;
margin-left:5px;
}
#sub_b{
margin-right:5px;
width:190px;
float: right;
margin-top:40px;
z-index: 2;
}

.body_bg{
background-image:url(../img/sub_bg.gif);
background-repeat:repeat-y;
}

.header_bg {
background-image:url(../img/sub_header_bg.gif);
background-position:top;
background-repeat:no-repeat;
height:10px;
}
