@charset "utf-8";

/*
------------------------------------------------------------
TITLE　: TimeOut Cafe＆Diner [home.css]
------------------------------------------------------------
目次
------------------------------------------------------------ */

/* ---------------------------------------------------------
ホーム
------------------------------------------------------------ */
html {
	height: 100%;
	overflow: hidden;
}

#flashcontent {
	height: 100%;
	background:transparent url(../images/home_bg.jpg) no-repeat center center;
}
/* end hide */

#catch{
	width:870px;
	height:304px;
	background:transparent url(../images/catch.png) no-repeat center center;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	bottom:70px;
	left:40px;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
}

#header{
	/*height:109px;*/
	background:none;
}