/*
-----------------------------------------------------
ameblo CSS Skin Layout Settings
FileName:   type_c.css
Version:    2006.11/27
Skin for:	shokokai_usr02
-----------------------------------------------------
*/
#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: auto;
	margin-left: auto;
    margin-right: auto;
     padding:0;
}
#wrap {
width: 800px;
margin-left: auto;
margin-right: auto;
padding:0 0 3px 0;
display:block;
}

#main{
	width: 419px;
	float: left;
	padding: 14px 8px 0 8px;
}
#sub_main{
	width:100%;
	overflow:hidden;
	left: 10px;
}
#sub_a{
	width:160px;
	float: left;
	padding:21px 10px 0 12px;
	overflow:hidden;
	z-index: 1;
}
#sub_b{
	width:160px;
	float: right;
	padding:21px 12px 0 10px;
	overflow:hidden;
	z-index: 2;
}

