@charset "UTF-8";

@import url("../packages/muumuu/css/common.css");

/* ---------------------------------------------------------
	CSS Document Layout
--------------------------------------------------------- */

#container {
	width: 1000px;
	min-height: 560px;
	height: 560px;
	overflow: hidden;
	margin: 0 auto;
	background: url(../packages/muumuu/img/top/bg_index.jpg) no-repeat 0 0;
	text-align: center;
}

* html #container {
	height: 560px;
	overflow: visible;
}

#container h1 {
	width: 804px;
	height: 485px;
	overflow: hidden;
	margin: 59px auto 0;
}

#container h1 span {
	display: none;
}
