﻿body {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 0.8em;
}

form {
  margin-bottom: 0.3em;
  margin-right: 0.3em;
}

h1 {
  margin-top: 0.1em;
  margin-bottom: 0.3em;
  font-size: 1.3em;
  font-weight: normal;
}

h2 {
  font-size: 1.2em;
  font-weight: normal;
  margin-top: 1.0em;
  margin-bottom: 0.6em;
}

.mna {color: #0000FF; }
.fna {color: #FF0000; }
.wo {color: #009900; }
.kwo {color: #009900; font-size: 170%; }
.la {color: #CC00CC; }
.to {color: #CC6600; }

.kanji {
  font-size: 170%;
}

a.mna:link {color: #0000FF; }
a.mna:active {color: #0000FF; }
a.mna:visited {color: #7777FF; }
a.mna:hover {color: #0000FF; }

a.fna:link {color: #FF0000; }
a.fna:active {color: #FF0000; }
a.fna:visited {color: #FF7777; }
a.fna:hover {color: #FF0000; }

a.wo:link {color: #009900; }
a.wo:active {color: #009900; }
a.wo:visited {color: #33CC33; }
a.wo:hover {color: #009900; }

a.kwo:link {
  color: #009900;
  font-size: 170%;
  text-decoration: none;
}
a.kwo:active {
  color: #009900;
  font-size: 170%;
  text-decoration: underline;
}
a.kwo:visited {
  color: #33CC33;
  font-size: 170%;
  text-decoration: none;
}
a.kwo:hover {
  color: #009900;
  font-size: 170%;
  text-decoration: underline;
}

a.la:link {color: #CC00CC; }
a.la:active {color: #CC00CC; }
a.la:visited {color: #FF66FF; }
a.la:hover {color: #CC00CC; }

a.to:link {color: #CC6600; }
a.to:active {color: #CC6600; }
a.to:visited {color: #FF9933; }
a.to:hover {color: #CC6600; }

ul {
  margin-top: 0em;
  margin-bottom: 0em;
}

ul li {
  margin-top: 0.2em;
}

.header {
  position: relative;
  text-align: center;
}

.menu li {
  display: inline;
  list-style-type: none;
  padding-right: 5px;
}

.picHeader {
  position: relative;
  min-height: 25px;
  border-top: solid 1px #CCCCCC;
  border-bottom: solid 1px #CCCCCC;
}

.picLeft {
  position: absolute;
  left: 0px;
  width: 20%;
}

.picRight {
  position: absolute;
  right: 0px;
  width: 80%;
  text-align: right;
}

p {
  margin-top: 3px;
  margin-bottom: 0px;
}

.pInd {
  margin-top: 3px;
  margin-left: 10px;
  margin-bottom: 0px;
}

.pLinks {
  margin-top: 3px;
  margin-bottom: 0px;
  line-height: 1.7;
}

.pSmall {
  font-size: 0.6em;
}

.lg {
  color: #808080;
}

table {
  border: solid 1px #CCCCCC;
  border-collapse: collapse;
}

table td {
  padding: 3px;
  padding-right: 7px;   
  border: solid 1px #CCCCCC;
  vertical-align: top;
}

/* Pager */
.pager {
	margin:8px 3px;
	padding:3px;
}

.pager .disabled {
	border:1px solid #ddd;
	color:#999;
	margin-top:4px;
	padding:3px;
	text-align:center;
}

.pager span, .pager a {
	margin: 4px 3px;
}

.pager a {
	background-color:#06c;
	color:#fff;
	border:1px solid #c0c0c0;
	padding:3px 5px;
	text-align:center;
	text-decoration:none;
}
