body {
	color: #606060;
	font-family: 'Varela Round', sans-serif;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

a{
	color: #ffffff;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out; /* Firefox 4 */
	-webkit-transition: all 0.3s ease-in-out; /* Safari and Chrome */
	-o-transition: all 0.3s ease-in-out; /* Opera */
}
a:hover {color: red;}

body::-webkit-scrollbar{
  width: 12px;
}
body::-webkit-scrollbar-track{
  background: #fff;
  border: none;
  border-radius: 12px;
  box-shadow: inset 0 0 2px #777; 
}
body::-webkit-scrollbar-thumb{
  background: #aaa;
  border-radius: 12px;
  box-shadow: none;
}


#wrap {
	margin: 0;
}

main {
    position: relative;
	margin: 0;
}

#left {
    top: 0;
    left: 0;
}

#menu999 {
	background-color: #203A6B;
	color: #ffffff;
	padding: 10px;
	border-radius: 10px;
	margin: 10px;
	word-wrap: break-word;
	text-align: center;
}

img.graphic{
	width: 100%;
    margin: 0 auto;
}

#right {
}

#menu1000 {
	background-color: #203A6B;
	color: #ffffff;
	padding: 10px;
	border-radius: 10px;
	margin: 10px;
	word-wrap: break-word;
	text-align: right;
}

#title {
	color: black;
	font-weight: bold;
	margin: 20px 10px 5px 10px;
}

#storystrong1 {
	font-size: 1.6em;

}

#storystrong2 {
	font-size: 1.1em;
}


#story {
	line-height: 150%;
	font-size: 0.9em;
	margin: 5px 10px 10px 10px;
}

.food {
	margin: 10px;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;　
}
.food::-webkit-scrollbar{
    height: 8px;　
}
.food::-webkit-scrollbar-track{
    background: #ffffff;
	border: none;
    border-radius: 8px;
	box-shadow: inset 0 0 2px #777; 
}
.food::-webkit-scrollbar-thumb {
  background: #203A6B;
  border-radius: 8px;
  box-shadow: none;
}

img.scroll{height: 200px;}


.message {
    position: relative;
	display: inline-block;
}
.message span.itemname {
    display: none;
	text-align: center;
}
.message:hover span.itemname {
    background: none repeat scroll 0 0 rgba(0,0,0,0.5);
    border: 0px;
	border-radius: 8px;
    color: #ffffff;
    display: block;
    margin: 0.4em;
    padding: 0.5em;
    position: absolute;
    top: 70px;
    width: 10em;
}


#locations {
	line-height: 150%;
	padding: 20px;
	border-radius: 10px;
	margin: 10px;
    background: #feeaae;
}

#locationsstrong {
	color: red;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 250%;
}

#locationname {
	color: black;
	font-weight: bold;
	line-height: 200%;
}

center#allrights {
	font-size: 0.7em;
}

a.maps{
	color: brown;
}

a.maps:hover {color: white;}
