<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*       食堂メニュー       */
html{
      	background-color:#eee;
	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 ; 
}

nav{
	position:fixed ;
	top:0.2em;
	margin:0;
	right: 0.2em;
	font-size:24pt;
}
a#TopRow,a#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: 1em auto;
	width:100%;
}

article a{
	display:inline-block;
}


div.left_under{
	bottom:1em;
}


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

footer{
	margin-top:1em;
}

</pre></body></html>