@charset "euc-jp";
body {
  font-family: verdana;
  font-size: 80%;
  // color: :#000000;
  background-color: white;
  background-image: url(./back.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right top;
}
<!--
body 
{scrollbar-face-color:#FFFFFF;
scrollbar-shadow-color:#E9E08F;
scrollbar-highlight-color:#E9E08F;
scrollbar-3dlight-color:#FFFFFF;
scrollbar-darkshadow-color:#FFFFFF;
scrollbar-track-color:#FFFFFF;
scrollbar-arrow-color:#FFFFFF}


-->
h1 {

  font-weight: bold;
  font-size: 150%;
  color: #000000;

  margin: 0 0 10px;
  padding: 5px 10px 5px 10px;
  width: 100%;
}
h2 {

  display: none;
}
h3 {
  font-weight: normal;
  font-size: 100%;
  color: #000000;
  text-align: left;
  margin: 0;
  padding: 0;
}
h4 {
  color: red;
}

p {
  font-size: 100%;
  color: #000000;
  text-align: left;
  margin: 0;
  padding: 0;
}
p.uline {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px #ffffff solid;
  width: 100%;
}
p.tline {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px #ffffff solid;
  width: 100%;
}
p.bline {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px #ffffff solid;
  border-bottom: 1px #ffffff Fsolid;
  width: 100%;
}
p.error {
  margin: 10px 0 0;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px #ffffff solid;
  width: 100%;
}
p#link {
  font-weight: bold;
  color:#000000;
  text-align: right;
}
.8px {font-size:8pt; font-family:Tahoma; color#000000; letter-spacing:0px;}

a:link {color:#000000;text-decoration:none;}
a:visited {color:#000000;text-decoration:none;}
a:active {color:#000000;text-decoration:none;}
a:hover {color:#000000;text-decoration:none;}img {
  background-color: #000000;
  border-color: #000000;
border: 0;
}
table {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-collapse: separate;
  border-spacing: 1px;
  empty-cells: show;
}
th {
  color: #000000;
  margin: 0;
}
td {
  color: #000000;
  font-size: 12px;
  margin: 0;
}
td strong{ color: red; }
td.new { text-align: center; color: red}
td.old { text-align: center; color: black }
td.edit { text-align: center; }
td.downl { text-align: center; }
td.size { font-weight: bold; text-align: right; }
td.orig { color: gray }
td.img {
  /background-color: #F5F1CB;
  text-align: center;
  width: 180px;
  height: 180px;
  vertical-align: bottom;
  padding: 5px;
 /* filter: Alpha(Opacity=70);*/


}
hr { background-color: #000000; }
form {
  font-size: 90%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  border: 0px #000000 solid;
}
input { font-size: 90%; }
input.box {
  color: #000000;
  background-color: #000000;
  margin: 0;
}
ul,li {
  color: #000000;;
  font-size: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
