@charset "UTF-8";

/*
 *	Style sheet for http://www.mscom.or.jp/~miya
 *	Copyright (c) since MCMXCVIII by K. Miyauchi (k_miya@mac.com).
 *	tab == 4spaces.
 */


.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right, .navi {
	text-align: right;
}
.large {
	font-size: larger;
}
.small {
	font-size: smaller;
}
.floatleft, .bot, div.photo img {
	float: left;
}
.floatright, .navi, address, img.sIcon {
	float: right;
}
.navi, h2, div.toc, .makibkg {
	background-color: #fc0;
}
.cocobkg, tr.regular, span.selection {
	background-color: #fcc;
}
body {
	background-color: #c0eed0;
}
table.info {
	background-color: #cfc;
}
tr.heading {
	background-color: #ffc;
}
tr.title, th.title {
	background-color: #ccf;
}
.makibkg {
	background-image: url("makibo/img/back.png");
}
.makired, h2 {
	color: #d00;
}
.gray {
	color: gray;
}
a {
	color: #009;
}
a:visited {
	color: #93f;
}
a:active {
	color: #f00;
}
a .entrance {
	color: #0c0;
}
h4 {
	color: #006;
}
h3, span.selection, div.toc, div.toc a:active {
	color: #800000;
}
div.toc a:link {
	color: #d00;
}
div.toc a:visited {
	color: #a00;
}
.indent {
	margin-left: 2em;
}
.navi {
	position: fixed;
	top: 0px;
	right: 0px;
	padding: 5px 5px 5px 0px;
	color: black;
	border-style: solid;
	border-color: #60f;
	border-width: 0px 0px 2px 5px;
}
.caution {
	margin-left: 1em;
	margin-right: 20%;
	font-size: 90%;
	text-indent: -0.7em;
	color: #030;
}
.caution:before {
	content: "#";
	display: marker;
}
a img {
	border: none 0px;
}
a:hover {
	background-color: #339;
	color: white;
	text-decoration:none;
}
h2 {
	padding: 0.5em;
	margin-top: 2em;
	border: ridge #d00;
}
p {
	text-indent: 1em;
}
address {
	padding: 2px 0px 2px 5px;
	border-width: 2px 0px 0px 10px;
	border-style: solid;
	border-color: #d00;
}
span.selection {
	font-weight: bold;
}
div.layout dt {
	padding-bottom: 0.5em;
}
div.layout p, div.layout ul, div.layout dl, p.layout {
	margin-left: 3em;
	margin-right: 5%;
}
div.toc {
	margin: 0em 8em 0.5em 3em;
	padding: 1.2em;
	border: solid #d00;
}
div.toc a:hover {
	background-color: #800000;
	color: #80ff00;
	text-decoration: none;
}
div.photo p {
	clear: left;
}
div.mlborder {
	border: solid #800000;
}
img.sIcon {
	margin: -5px 1px 1px;
	vertical-align: middle;
}
table.map {
	font-family: monospace;
}
table.map td {
	text-align: ".";
}
.floats fieldset {
	background-color: #fff;
	float: left;
	margin: 5px;
}
.floats div {
	height: 160px;
	width: 160px;
	margin: 8px;
}
.floats br {
	clear: both;
}
span.hidden {
	display: none;
}
