@charset "UTF-8";
  
body {
  background-color: #ffffff;
  color: #000000;
  width: 600px;
  margin: 0 auto;
  text-align: center;
  font-family: Arial, Helvetica, Geneva, sans-serif;
}

a:link { color: #228b22; font-size:60%; font-weight: bold; text-decoration: none; letter-spacing:5px;}
a:visited { color: #228b22; font-size:60%; font-weight: bold; text-decoration: none; letter-spacing:5px;}
a:hover { color: #ff0000; font-size:60%; font-weight: bold; text-decoration: none; letter-spacing:5px;}
a:active { color: #c0c0c0; font-size:60%; font-weight: bold; text-decoration: none; letter-spacing:5px;}

.homelink a:link { color: #ffffff;}
.homelink a:visited { color: #ffffff;}
.homelink a:hover { color: #ffffff;}
.homelink a:active { color: #ffffff;}

h1 {
  font-size:150%;
  font-weight:normal;
  text-indent:1em;
  letter-spacing:30px;
}

.maintext {
  font-size:75%;
  line-height:1.5;
  letter-spacing:2px;
  text-align: left;
}

.maintext2 {
  font-size:60%;
  line-height:1.5;
  letter-spacing:1.5px;
  text-align: left;
}

.maintextcenter {
  font-size:75%;
  line-height:1.5;
  letter-spacing:2px;
}

.titletext {
  font-size:100%;
  font-weight: bold;
  letter-spacing:2px;
}

.titletext_left {
  font-size:100%;
  font-weight: bold;
  letter-spacing:2px;
  text-align: left;
}

.copyright {
  font-size:70%;
  color: #c0c0c0;
}

#otherlink {
  font-size:160%;
  font-weight: normal;
  letter-spacing:2px;
}

img {
  border: 1px #808080 solid;
}

img.item {
  float: right;
  border: 1px #808080 solid;
}

img.noline {
  border: none;
}

div.itemlayout {
  width: 100%;
  margin-bottom: 3em;
}

.clearright {
  clear: right;
}
