/*
-----------------------------------------------------
ameblo CSS Skin Layout Settings
FileName:   type_c.css
Version:    2006.08/03
Skin for:	hajimeyoshizawa
-----------------------------------------------------
*/
#frame:after,
#wrap:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#frame,
#wrap {display: inline-table;}

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

#frame {
width: 800px;
margin-left: auto;
margin-right: auto;
}
#wrap {
width: 100%;
background-color: #d3a641;
}

#sub_main{
width:100%;
overflow:hidden;
}
/**/
#sub_a{
	width:190px;
	/*width:190px;*/
	height:100%;
	float: left;
	/*z-index: 1;*/
}
/**/
#main{
	/*width: 390px;*/
	width: 390px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	/*z-index: 3;*/
}
/*E*/
#sub_b{
	width:190px;
	/*width:190px;*/
	height:100%;
	float: right;
	/*z-index: 2;*/
}
