@charset "utf-8";

/* canvas
 +---+----1----+----2----+----3----+----4----+----5--
 |                     header                       |
 +---+----1----+----2----+----3----+----4----+----5--
 |        |                                         |
 |  side  |            content                      |
 |   bar  |                                         |
 |        |                                         |
 |        |                                         |
 +--------------------------------------------------+
 |                     footer                       |
 +---+----1----+----2----+----3----+----4----+----5--*/

#canvas {
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	background-image: url(../../images/toppage_logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body {
	background-image: url(../../images/bg_nostripe-noalpha.gif);
}
html>body {
	background-image: url(../../images/bg_nostripe-noalpha.gif);
}
#container {
	width: 100%;
	height: 270px;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#container #subtitle {
	position: absolute;
	width: 100%;
	height: 24px;
	z-index:1;
	text-align: center;
	left: 0px;
	top: 240px;
	font-size: 18px;
	color: #FF6600;
	font-weight: bold;
}


#next {
/*	width: 100%;	*/	
	position: relative;
	margin: 0px;
	padding-right: 0.5em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	text-align: right;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
}
#next a,
#next a:visited {
	color:  #660000;
}

#menu {
	width: 100%;
	height: 180px;
	position: relative;
}

#menu .menubox {
	position:absolute;
	left: 79px;
	top: 80px;
	margin: 0px;
	padding: 0px;
/*  test
 *	background-color:#FF0066;	*/
}
#menu .menubox .menuitem {
	float: left;
	list-style-type: none;	
	padding-right: 20px;
/*  test
 *	background-color:#9966FF;	*/
}
#menu .menubox .menuitem a {
	width: 80px;
	height: 80px;
	display: block;
	background-color: #EBEBEB;
}
#menu .menubox .menuitem a img{
	border: none;
}
#menu .menubox #square-info  a {  }
#menu .menubox #square-food  a {  }
#menu .menubox #square-drink a {  }
#menu .menubox #square-map   a {  }
#menu .menubox #square-mail  a {  }
#menu .menubox #square-blog  a {  }

#menu .menubox .menuitem a:hover {
}
#canvas #header .skip {
	display: none;
}
