@charset "utf-8";

/*
-----------------------------------------------------
ameblo CSS Skin Layout Settings
FileName:   type_b.css
Version:    
Skin for:	gg-mates
-----------------------------------------------------
*/

/* Hides from IE-mac \*/
* html #frame,
* html #wrap {height: 1%;}
#frame,
#wrap {display: block;}
/* End hide from IE-mac */

div#frame {
	width: 810px;
	margin: 0 auto;
	padding: 0;
	background: url(../img/bird.gif) bottom right no-repeat;
}

div#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
}

div#wrap:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

div#main {
	float: left;
	width: 600px;
	height: 100%;
	overflow: hidden;
}

div#sub_main{
	width: 600px;
	height: 100%;
	z-index: 1;
	overflow:hidden;
}

div#sub_a{
	width:200px;
	float: right;
	margin: 0 auto;
	padding-bottom: 100px;
	z-index: 10;
	overflow:hidden;
}

#sub_b{
display: none;
}

