@import "http://";
/* CSS Document */

A:LINK {
  color : green;
  text-decoration : none;
}
A:VISITED {
  color : green;
  text-decoration : none;
}
A:ACTIVE {
  color: #CC3300;
  text-decoration : none;
}
A:HOVER {
  color: #CC3300;
  text-decoration : underline;
}
.font-base {
  font-size : 11pt;
  line-height: 140%;
}
.font-base2 {
  font-size : 10pt;
  line-height: 140%;
  color: #333333;
}
.font-red {
  font-size : 12pt;
  line-height: 120%;
  color: #CC3300;
  font-weight: bold;
}
.font-title-v {
  font-size : 16pt;
  font-weight: bold;
  color: #997B55;
  letter-spacing: 5px;
}
H1 {
  padding: 0px;
  margin: 0px;
  font-weight : lighter;
  font-size : 8pt;
  color : gray;
}
UL{
  list-style-image : url(../new-images/sankaku-b.gif);
}
P{
  line-height : -5px;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
.title01{
  padding-top : 6px;
  padding-left : 6px;
  padding-bottom : 6px;
  margin-left : 6px;
  margin-bottom : 6px;
  border-left-width : 6px;
  border-bottom-width : 1px;
  border-left-style : solid;
  border-bottom-style : dotted;
  border-left-color : olive;
  border-bottom-color : green;
  font-size : 13pt;
  font-weight : bold;
  margin-top : 6px;
}
H2{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 1px;
  margin-left : 1px;
  margin-right : 1px;
  margin-bottom : 1px;
  font-size : 12pt;
  color : maroon;
}
H3{
  font-size : 8pt;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  font-weight : lighter;
  color : #cc0000;
}
.title02{
  font-size : 13pt;
  font-weight : bold;
  color : #990000;
}
.table01{
  padding-top : 4px;
  padding-left : 4px;
  padding-right : 4px;
  padding-bottom : 4px;
  margin-top : 4px;
  margin-left : 4px;
  margin-right : 4px;
  margin-bottom : 4px;
  border-width : 2px 2px 2px 2px;
  border-style : dotted dotted dotted dotted;
  border-color : green green green green;
  font-size : 11pt;
}
BODY{
  background-image : url(../new-images/body02.gif);
}
.title03{
  font-weight : bold;
  padding-left : 6px;
  margin-left : 6px;
  border-left-width : 10px;
  border-left-style : solid;
  border-left-color : #005e5e;
  font-size : 11pt;
  background-color : #d3d3a9;
  color : #804000;
  padding-top : 6px;
  padding-bottom : 6px;
  margin-top : 6px;
  margin-bottom : 6px;
}
