
/*
-----------------------------------------------------
ameblo CSS Skin Layout Settings
FileName:   type_b.css
$Date:	$ By $Authors$
		$Revisions$
Skin for:	girlsblog_yamada [ 山田麻衣子 ]
-----------------------------------------------------
*/

div#main {
	width: 580px;
	overflow: hidden;
}

div#sub_main {
	width: 100%;
}

div#sub_a{
	float: right;
	width: 185px;
	overflow: hidden;
}

div#sub_b{
	display: none;
}

div#frame:after,
div#wrap:after { /* div を該当箇所に置き換える */
	content: ""; 
	height: 1px;
	clear: both;
	display: block;   
	overflow: hidden;
}

/* Hides from IE-mac \*/
* html #frame,
* html #wrap {height: 1%;}
#frame,
#wrap {display: block;}
/* End hide from IE-mac */
