
/*
-----------------------------------------------------
ameblo CSS Skin Layout Settings
FileName:   type_b.css
$Date:	$ By $Authors$
		$Revisions$
Skin for:	gg_sakura [ SAKURA ]
-----------------------------------------------------
*/

div#frame:after,
div#wrap:after { 
	content: ""; 
	height: 1px;
	clear: both;
	display: block;   
	overflow: hidden;
}

/* --- For Mac IE --- */

/*\*/
* html #frame;
* html {
    height: 1em;
    overflow: visible;
}
/**/

#frame {
width: 700px;
margin:0 auto;

}
#wrap {
position: relative;
width: 100%;
}

#main {
width: 500px;
float: left;
padding-right: 0px;
padding-left:0px;
}
#sub_main{
width:100%;
}
#sub_a{
width:170px;
float: right;
z-index: 1;
padding-right:10px;
}
#sub_b{
display: none;
}