/*
-----------------------------------------------------
ameblo CSS Skin Layout Settings
FileName:   type_c.css
$Date: 2012/01/18 07:59:30 $ By $Authors$
		$Revisions$
Skin for:   girlsblog_emiri [ 辺見えみり ]
-----------------------------------------------------
*/

div#frame:after,
div#wrap:after { /* div を該当箇所に置き換える */
	content: ""; 
	height: 1px;
	clear: both;
	display: block;   
	overflow: hidden;
}

/* --- For Mac IE --- */

/*\*/
* html #frame;
* html {
    height: 1em;
    overflow: visible;
}
/**/

#frame {
width: 900px;
margin-left: auto;
margin-right: auto;
}
#wrap {
width: 100%;
}

#main{
width: 410px;
float: left;
margin-left: 15px;
overflow:hidden;
}
#sub_main{
width: 400px;
overflow:hidden;
}
#sub_a{
width:183px;
float: left;
padding-left:50px;
overflow:hidden;
z-index: 1;
}
#sub_b{
width:183px;
float: right;
padding-right:50px;
overflow:hidden;
z-index: 2;
}
#header{
	height:427px;
}
