@charset"shift_jis";

@import url("default.css");

/*--------------------------------------------------------------------------------
	1) skytree
---------------------------------------------------------------------------------*/

#skytree {
	width:900px;
	margin:0 auto;
	text-align:left;
}

#stbottle {
	position:relative;
	width:900px;
	height:570px;
	margin-top:10px;
}
#stbottle img {display:block;}
#stbottle h1 {
	position:absolute;
	left:250px;
	top:16px;
}

#stbottle .map {
	position:absolute;
	left:45px;
	bottom:6px;
}
#stbottle .message {
	position:absolute;
	right:50px;
	bottom:24px;
}

#skytree #skytreeSite {margin-bottom:17px;}

#footer dl {margin:7px 0 7px 10px;}
#footer dl dt {
	float:left;
	width:500px;
}
#footer dl dd {
	float:right;
	font-size:80%;
	width:300px;
	text-align:right;
}

/*--------------------------------------------------------------------------------
	99) clear
---------------------------------------------------------------------------------*/

.clearfix:after,
#footer dl:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfix,
#footer dl {display:inline-block;}

/* exclude MacIE5 \*/
* html .clearfix,
* html #footer dl {height:1%;}
.clearfix,
#footer dl {display:block;}
/* end MacIE5 */