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

a:link{
  color : green;
  text-decoration : none;
  font-family : sans-serif;
}
a:visited{
  color : green;
  text-decoration : none;
  font-family : sans-serif;
}
a:active{
  color: #CC3300;
  text-decoration : none;
  font-family : sans-serif;
}
a:hover{
  color: #CC3300;
  text-decoration : underline;
  font-family : sans-serif;
}
.font-base{
  font-size : 11pt;
  line-height: 140%;
  font-family : sans-serif;
}
.font-base2{
  font-size : 10pt;
  line-height: 140%;
  color: #333333;
  font-family : sans-serif;
}
.font-red{
  font-size : 12pt;
  line-height: 120%;
  color: #CC3300;
  font-weight: bold;
  font-family : sans-serif;
}
.font-title-v{
  font-size : 16pt;
  font-weight: bold;
  color: #997B55;
  letter-spacing: 5px;
  font-family : sans-serif;
}
h1{
  padding: 0px;
  margin: 0px;
  font-weight : lighter;
  font-size : 8pt;
  color : gray;
  font-family : sans-serif;
}
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;
  font-family : sans-serif;
}
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;
  font-family : sans-serif;
}
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;
  font-family : sans-serif;
}
.title02{
  font-size : 13pt;
  font-weight : bold;
  color : #990000;
  font-family : sans-serif;
}
.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;
  font-family : sans-serif;
}
body{
  background-image : url(../new-images/body02.gif);
  font-family : sans-serif;
}
.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;
}
