/*
	* body and color sets for 3 in 30 pages
	* Author: Paul Wehr <pwehr@attbi.com>
	* Created: 8 February, 2003
	* Edited: 24 October, 2020
	* Edited: 2022-11-14 at 08:16
*/
body{
	color: #f90;
	background-color: #333;
	/*margin: 1em 5em 3em 5em;  TopRightBottomLeft */
	font-family: Cabin,"Gill Sans",Verdana,sans-serif;
	font-weight:normal;
	font-size: 16px;
	line-height: 3.4vw;
}
div.main {
	background-color: #0000Aa;
	margin: 5px;
	padding: .5vw 1vw;
	min-width: 98vw;
	max-width: 98vw;
}
div.header {
	margin: 0 0 5px 0;
	width: 98%;
	height: 10vw;
	border: 1px solid #0d0;
	vertical-align:middle;
	
}
div.menubar {
	text-align:center;
	
}
a:link { color:#fda; text-decoration:underline;} /* unvisited link */
a:visited { color:#fc7; text-decoration:none} /* visited links */
a:hover { color:fc3; background-color:#55a; text-decoration:none; } /* hover */
a:active { color:#ffc; background-color:#55a; text-decoration:none} /* active */
a:visited { color:#fc7; text-decoration:none; } /* visited */

p {
	padding: 10px;
	margin: 1em 1em 0em 1em;
}

h1, h2, h3 {
	color: #f90;
	style: bold;
	font-family: 'Roboto Slab', Georgia, Bookman, serif;
}
/* Properties that both side lists have in common */
div.link-list{
	float:clear;
	font-size: 2vw;
	padding-left:1%;
	padding-right:1%;
	margin-left:0;
	margin-right:0;
	}
/* we leave some place on the side using the margin-* properties
.main {
	margin-left:8em;
	margin-right:8em;
	padding-left:1em;
	padding-right:1em;
} */
.jap {
	font-family: "Hiragino Sans GB", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* and then we put each list on its place */

div.sectop {
		border-left: solid 3px #666;
		border-top: solid 3px #666;
		border-right: 3px solid #666;
		padding: 5px;
}
div.secmid {
		border: solid 3px #666;
		padding: 5px;
}
div.secbot {
		border-right: solid 3px #666;
		border-bottom: solid 3px #666;
		border-left: solid 3px #666;
		padding: 5px;
}
div.figure {
		background-color: #005;
		padding: 3px;
}
	img.fig {
		display:block;
		margin-top: 3px;
		margin-right: auto;
		margin-bottom: 3px;
		margin-left: auto;
		border: solid 1px #333;
	}
p.caption {
		text-align: center;
		color: #f96;
		margin: 0;
		font-style: italic;
		font-size: smaller;
}
img.scaled {
  width: 100%;
  height: 100%;
}

/* <!-- #bbinclude "datetime.incl" -->
8-Feb-03 8:36 PM
<!-- end bbinclude -->*/
