body {
    color:#000000;
    background-color:#ffffff;
    font-family:"Osaka","MS Pgothic",sans-serif;
    font-size: medium;
    line-height: 1.4;
}

a {
    color:#0000FF;
/*
    background-image: url(/icons/link.gif);
    background-repeat: no-repeat;
	background-position: center left;
    padding: 1.4em;
	font-weight: bold;
*/
    text-decoration:none;
}

a:hover {
    color: #FF0000;
    text-decoration: underline;
}

form {
    margin:0;
    padding:0;
}

/* header */
.header {
    background-image: url(bg01.gif);
}

/* footer */
.footer {
    border-top: green thin dashed;
    border-bottom: green thin dashed;
}

h1 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  color: white;
  background-color: green;
  font-size: x-large;
  border-style:ridge; border-width:thick; border-color:green;
  padding: 8px;
/*  border-bottom: blue 0.1em groove; */
  width: 90%;
}

h2 {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
    color: green;
    font-size: large;
}

h3 {
    margin-top: 0.4em;
    margin-bottom: 0.4em;
    color: red;
    border-bottom: maroon 0.1em groove;
    font-size: medium;
}

/* mainmenu */
.mainmenu {
    line-height: 1.2;
    font-size: x-small;
}

/* bgline */
.bgline {
    background-image: url(bg01line.gif);
    font-size: 2;
}

/* xx-smallfont */
.xx-smallfont {
    font-size: xx-small;
}

/* x-smallfont */
.x-smallfont {
    font-size: x-small;
}

/* smallfont */
.smallfont {
    font-size: small;
}

/* largelfont */
.largefont {
    font-size: large;
}

/* strong */
.strong {
    font-weight: bold;
}

/* odd line */
.odd {
/*    font-size: x-small; */
    background-color: lightcyan;
}

.oddadm {
    background-color: #eeeeee;
}

/* even line */
.even {
/*    font-size: x-small; */
    background-color: lemonchiffon;
}

/* error */
.error {
  width: 70%;
  margin-top: 2.0em;
  margin-bottom: 2.0em;
  padding: 2.0em;
  font-weight: bold;
  text-align: center;
  color: red;
  background-color: #eeeeee;
  border: gray 0.1em ridge;
}

/* honbun */
.honbun {
    color:black;
    background-color:white;
    margin-top:0.5em;
    margin-bottom:0.5em;
    margin-left:2em;
    margin-right:1em;
    line-height:1.5;
    font-size:small;
}

/* blocks */
.blocks {
    margin-bottom:0.4em;
    font-size: small;
}

.centerblock {
    background-color:#FFFFFF;
    line-height:1.4;
    margin:0px 10px 0px 10px;
    width:100%;
}

img {
    border: 0;
}

.ahem {
    display: none;
}

/* table {padding: 2px 20px;} */

table.col {border: solid 1px #000000; border-collapse: collapse;}

th {
  line-height : 1.4;
/*  border : 1px solid black; */
  border : none;
  padding : 2px 10px;
/*  font-size : medium; */
	color : #000000;
/*	background-color : #ffffcc; */
}

td{
  line-height : 1.4;
  border : none;
  padding : 2px 6px;
/*  font-size : medium; */
}

td.border, th.border{
  border : 1px solid black;
  border-collapse: collapse;
  padding : 2px 6px;
}

td.no-border-b{
  font-weight : bold;
  border : none;
  padding : 2px 6px;
}

td.mainmenu {
  font-size : medium;
  border : 1px solid black;
  border-collapse : collapse;
  padding : 0.8em;
  background-color: #ffff99;
  text-align: center;
}

th.mainmenu {
  font-size : medium;
  color : #ffffff;
  border : 1px solid black;
  border-collapse : collapse;
  padding : 0.4em;
  background-color: #990000;
  text-align: center;
}

blockquote {
    margin-top:0.4em;
    margin-left:2em;
    margin-bottom:0.4em;
}

hiddenText {
/*    visibility: hidden; color: #000000; font-weight: normal; font-style: normal; text-decoration: none; */
}
