@charset "UTF-8";
/* [www.zounohana.com]
 * Summary: style for TopPage
 * Modified: 2009-08-20
 */

/* 
----------------------------------------*/
#flashcontent {
	position: absolute;
	z-index: 10;
	width: 0; height: 0;
	overflow: hidden;
}
#container,
#flashcontent.on {
	min-width: 800px; width: 100%;
	min-height: 675px;
	overflow: visible;
	margin: 0;
	background: url(../images/mainvisual_200908.jpg) no-repeat 0 0;
}
	html>body #container,
	html>body #flashcontent.on	{ height: 100%; }
	* html #container,
	* html #flashcontent.on {
		width: expression(parseInt(document.documentElement.clientWidth || document.body.clientHeight || document.body.scrollHeight) > 800 ? "100%" : "800px");
		height: expression(parseInt(document.documentElement.clientHeight || document.body.clientHeight || document.body.scrollHeight) > 675 ? "100%" : "675px");
	}
	
#siteid {
	margin-left: 40px;
}
#alpha {
	display: inline;
	margin-left: 40px;
}

/* news - event */
#top-event {
	position: absolute;
	top: 137px; left: 511px;
	width: 243px; height: 243px;
	background: url(../images/bg_top_event_ongoing.gif) no-repeat 0 0;
	line-height: 1.25;
}
#top-event.upcoming {
	background: url(../images/bg_top_event_upcoming.gif) no-repeat 0 0;
}
#top-event div.content {
	width: 208px;
	margin: 0 auto 0 26px;
	padding: 100px 0 0;
}
#top-event p.date {
	margin-top: 15px;
	font-size: 83%;
}
#top-event a:link,
#top-event a:visited {
	border: none;
	background: none;
	color: #333;
}
#top-event a:hover,
#top-event a:active {
	border: 1px solid #000;
	background: #000;
	color: #FFF;
}

/* news - cafe */
#top-cafe {
	position: absolute;
	top: 397px; left: 401px;
	width: 172px; height: 172px;
	background: url(../images/bg_top_cafe.gif) no-repeat 0 0;
	color: #FFF:
	line-height: 1.25;
}
#top-cafe div.content {
	width: 135px;
	margin: 0 auto 0 20px;
	padding: 77px 0 0;
	color: #FFF;
}

/* hidden element */
#top-event h2,
#top-cafe h2 {
	position: absolute;
	width: 0; height: 0;
	overflow: hidden;
}

/* 
----------------------------------------*/
#heightfix {
	position: absolute;
	width: 1px; height: 675px;
	top: 0; left: 0;
}


