
/*
-----------------------------------------------------
ameblo CSS Skin Layout Settings
FileName:   type_b.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;
background-image:url(../img/foot_img.jpg);
background-repeat:no-repeat;
background-position:bottom;

}

/* Hides from IE-mac \*/
* html #frame,
* html #wrap {height: 1%;}
#frame,
#wrap {display: block;}
/* End hide from IE-mac */

#frame {
width: 760px;
margin-left: auto;
margin-right: auto;
background-image:url(../img/header_bg.gif);
background-repeat:no-repeat;
background-position:top;
}

#wrap {
position: relative;
width: 100%;
}

#main {
width: 540px;
float: left;
padding-right: 10px;
padding-left:10px;
}

#sub_main{
width:100%;
overflow:hidden;
padding-top:14px;
margin-bottom:200px;
}

#sub_a{
width:190px;
float: right;
z-index: 1;
overflow:hidden;
}
#sub_b{
display: none;
}