
/*
-----------------------------------------------------
ameblo CSS Skin Layout Settings
FileName:   type_c.css
$Date:	$ By $Authors$
		$Revisions$
Skin for:	girlsblog_yuri [ 有里 ]
-----------------------------------------------------
*/

div#frame:after,
div#wrap:after {
	content: ""; 
	display: block; 
	height: 1px; 
	clear: both; 
	overflow: hidden;
}

/* Hides from IE-mac \*/
* html #frame,
* html #wrap {
	height: 1em;
	overflow: visible;
}

#frame,
#wrap {	
display: block;
}
/* End hide from IE-mac */

div#frame {
	width: 830px;
	margin: 0 auto;
}

div#wrap {
	background:url(../img/wrap_bg.gif) top left repeat-y;
	width: 100%;
}

div#main{
	width: 450px;
	float: left;
	padding: 10px 0 20px;
}

div#sub_main{
	width:100%;
	overflow:hidden;
}

div#sub_a{
	width: 190px;
	float: left;
	z-index: 1;
	overflow: hidden;
	padding: 10px 0 20px;
}

div#sub_b{
	width: 190px;
	float: right;
	z-index: 2;
	overflow: hidden;
	padding: 10px 0 20px;
}
