@charset "euc-jp";

a:link{ 
	color: blue;
	background-color: inherit;
        text-decoration: underline;
}
a:visited{ 
        color: blue;
	background-color: inherit;
        text-decoration: underline;
}
a:active{
	color: red;
	background-color: inherit;
 	text-decoration: none;
}
a:hover{
	color: red;
	background-color: inherit;
 	text-decoration: none;
}
th a:link{ 
	color: white;
	background-color: inherit;
}
th a:visited{ 
        color: white;
	background-color: inherit;
}
th a:active{
        color: red;
        background-color: inherit;
}
th a:hover{
        color: red;
        background-color: inherit;
}
a:hover{
	color: red;
	background-color: inherit;
}
table.menu a:link{
        color: black;
	background-color: inherit;
	border: #BBD3F8 1px solid;
        text-decoration: none;
	padding: 2px;
}
table.menu a:visited{
        color: black;
	background-color: inherit;
	border: #BBD3F8 1px solid;
        text-decoration: none;
	padding: 2px;
}
table.menu a:active{
        color: black;
	background-color: #CBE3FF;
	border: black 1px solid;
        text-decoration: none;
}
table.menu a:hover{
	color: black;
	border: black 1px solid;
	background-color: #FFE5B3;
 	text-decoration: none;
}
table.submenu a:link{
        color: black;
	background-color: inherit;
	border: silver 1px solid;
        text-decoration: none;
	padding: 2px;
}
table.submenu a:visited{
        color: black;
	background-color: inherit;
	border: silver 1px solid;
        text-decoration: none;
	padding: 2px;
}
table.submenu a:active{
        color: black;
	background-color: white;
	border: black 1px solid;
        text-decoration: none;
}
table.submenu a:hover{
	color: black;
	border: black 1px solid;
	background-color: #A0A0A0;
 	text-decoration: none;
}
table.notice {
	width: 80%;
	margin-left: 10%;
}
table.notice td{
        color: #000000;
        background-color: #C0C0FF;
}
table.notice a:link{
        color: black;
        background-color: inherit;
        text-decoration: underline;
}
table.notice a:visited{
        color: black;
        background-color: inherit;
        text-decoration: underline;
}
body {
        color: black;
        background-color: #FFFFC0;
	margin: 0px;
}
form {
        margin: 0%;
}
p {
        margin: 2%;
}
pre {
        margin: 2%;
}
pre.copyright {
        text-align: right;
	font-size: 80%;
}
p.message{
	border:dotted 1px #FF8F4F;
	border-collapse:collapse;
	margin-left:2%;
	margin-right:2%;
	width:96%;
	margin-top:10px;
}
div {
        margin: 2%;
}
table.menu p {
        margin: 0%;
	padding: 3px;
}
table.submenu p {
        margin: 0%;
	padding: 3px;
}
table.title{
	border-width: 0px;
	border-collapse: collapse;
        margin: 0px;
	width: 100%;
}
table.title td{
	background-color: navy;
	text-align: left;
	color: white;
	padding: 8px;
	border-width: 0px;
}
table.site{
	border-width: 0px;
	border-collapse: collapse;
	margin-top: 0%;
	margin-bottom: 0%;
	margin-left: 1%;
	margin-right: 0%;
	width: 99%;
}
table.site td{
	background-color: #6699FF;
	text-align: left;
	color: white;
	padding: 4px;
	border-width: 0px;
}
table.menu{
	margin: 0px;
	width: 100%;
	border-width: 2px;
	border-color: #9BB3D8;
}
table.menu td{
	background-color: #BBD3F8;
	color: green;
	border-width: 0px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	padding-right:10px;
}
table.submenu{
	margin-top: 0%;
	margin-left: 2%;
	width: 90%;
	border-width: 2px;
	border-color: #9BB3D8;
}
table.submenu td{
	background-color: silver;
	color: green;
	border-width: 0px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	padding-right:10px;
}
h1 {
        color: black;
	background-color: #E0FFE0;
        margin: 1%;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 3px;
        font-size: 150%;
	border-bottom-style: double;
        border-bottom-color : navy;
        border-bottom-width: 4px;
	border-left-style: double;
        border-left-color : navy;
        border-left-width: 4px;
}
h2 {
        font-size: 120%;
        margin: 1%;
        color: blue;
	background-color: #E0FFE0;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 3px;
        border-bottom-style: solid;
        border-bottom-color : navy;
        border-bottom-width: 2px;
        border-left-style: solid;
        border-left-color : navy;
        border-left-width: 2px;
}
h3 {
        font-size: 100%;
        margin: 1%;
        font-weight: normal;
        color: blue;
	background-color: #E0FFE0;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 3px;
        border-bottom-style: dashed;
        border-bottom-color : navy;
        border-bottom-width: 1px;
        border-left-style: dashed;
        border-left-color : navy;
        border-left-width: 1px;
}
hr{
        border-top: blue 1px solid;
        border-right: blue 1px solid;
        border-bottom: gray 1px solid;
        border-left: gray 1px solid;
}
table {
        font-size: 90%;
        line-height: 100%;
        border-style: solid;
	border-color: #008080;
	border-width:2px;
        border-collapse:collapse;
        margin: 1%;
        padding: 1px;
}
table th {
        color: #FFFFFF;
	background-color: navy;
        padding: 2px;
        margin: 0px;
        border-style:dotted;
	border-color: white;
	border-width:2px;
}
table td {
        color: navy;
	background-color: #E0FFE0;
        padding: 2px;
        margin: 0px;
        border-style:dotted;
	border-color: navy;
	border-width:2px;
}
/* table flag data*/
table tr td.noattendance  {
	color: red;
	background-color: #80FF80;
	font-weight: bold;
}
table tr td.notaccepted  {
	color: red;
	background-color: #80FF80;
	font-weight: bold;
}
table tr td.accepted  {
	color: green;
	background-color: #80FF80;
	font-weight: bold;
}
table tr.data {
        height: 40px;
}
tr.even td {
	color: inherit;
	background-color: #D0FFD0;
}
/* sub table*/
table.subtable{
	border-width: 1px;
	margin: 10px 10px;
	width: 95%;
}
table.subtable th{
        background-color: #6699FF;
	text-align:left;
	color: white;
	border-width: 1px;
	padding: 4px;
}
table.subtable td{
	background-color: #C0FFC0;
	color: navy;
	text-align: left;
	border-width:1px;
	padding: 4px;
}
table.subtable tr td.suspend {
        font-style: italic;
}
table.subtable tr.even td {
	color: inherit;
        background-color: #B0FFB0;
}
table.subtable tr td.banned {
	color: red;
	background-color: #80FF80;
	font-weight: bold;
}
table.subtable tr td.privilege {
	font-weight: bold;
}
table.subtable tr td.superprivilege {
	color: blue;
	background-color: #80FF80;
	font-weight: bold;
}
.warning {
	color: red;	
	background-color: inherit;
	font-weight: bold; 
}
.information {
	color: green;
	background-color: inherit;
	font-weight: bold; 
}
.organize {
        font-size: 150%;
	font-weight: bold;
}
table td.notice {
	color: inherit;
	background-color: red;
}

