@charset "UTF-8";
/*       食堂メニュー       */
html{
 	background-color:#ddd;
	font-family:"HG明朝E",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",serif;
}
body {
	text-align: left;
	margin:0;
	padding: 0;
	width:100%;
}


h1{        
	color: #000;
	background-color:#eee;
	text-align:center;
	margin-top:0em;
	margin-bottom:0;
	padding:0.6em 0.3em;
	font-size:16pt;
	border:0px solid #ff88e0;
	text-shadow:3px 3px 2px #C9C9F8;
}

header{
	position:fixed ;
	top:0.2em;
	left:0;
	color: blue;
	font-size:24pt;
	border:0px solid #ff88e0;
	text-shadow:2px 2px 2px #C9C9F8;
	height:2em;
}

.楕円{
	color: #00A; 
	text-decoration:none ; 
	border:1px solid blue; 
	background-color: white; 
	padding:0.2em 0.5em;
	opacity:0.2;
	border-radius:1em;
}

.楕円:hover {
	color: #f08; 
	 background-color:#ffe;
	opacity:1;
	border:1px solid red; 
	text-decoration:none ; 
}
#前,#次{
	font-size:24pt;
	margin:0;
}
#前{
	position:fixed ;
	bottom:0.2em;
	left: 0.2em;
}

#次{
	position:fixed ;
	bottom:0.2em;
	right: 0.2em;
}


#TopRow,#EndRow{
	color:white;
	text-shadow:2px 2px 2px #fff;
	opacity:0;
}

article{
	background-color:#ddd;
	text-align: center;
	width:100%;
	display:block;
}


article img{
	margin: 0 auto;
	width:100%;
	max-width:65vh;
}

article a{
	display:inline-block;
}


div.left_under{
	bottom:1em;
}


p{
	line-height: 100%;
	text-align:center;
	margin:0;
}


#PDF{
	position:fixed;
	top:0.5em;
	right:0.5em;
	font-size:120%;
}

