@charset "utf-8";

/* ----------------------

css for : top

------------------------- */


div.wrap {
	background: url("../images/top_bg.jpg") no-repeat;
	height: 752px;
	position: relative;
}

div#content {
	width: 100%;
	float: none;
	text-indent: 0;
}

object {
	position: absolute;
	top: 666px;
	left: 25px
}

div#content p {
	position: absolute;
	top: 666px;
	left: 700px;
}

ul#footer {
	position: absolute;
	top: 752px;
}


