/*
-----------------------------------------------------
ameblo CSS Skin Layout Settings
FileName:   type_c.css
Version:    2006.11/27
Skin for:	shokokai_usr03
-----------------------------------------------------
*/
#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: 799px;
margin-left: auto;
margin-right: auto;
text-align:left;
}
#wrap {
width: 799px;
padding:24px 0 15px 0;
}
#main{
	width: 425px;
	float: left;
	padding: 8px 7px 0 7px;
}
#sub_main{
	width:100%;
	overflow:hidden;
	left: 10px;
}
#sub_a{
	width:160px;
	float: left;
	padding:0 10px 0 10px;
	overflow:hidden;
	z-index: 1;
}
#sub_b{
	width:160px;
	float: right;
	padding:0 10px 0 10px;
	overflow:hidden;
	z-index: 2;
}
#wrap{
	background: url(../img/bg_c.gif) repeat-y left bottom;
}