@charset   "Shift_JIS";
body{
  background-color : black;
  color : silver;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  line-height : 135%;letter-spacing : 0.1em;
}
a{
  color :#ccffcc;
  text-decoration : none;
}
a:hover{
  color : #ccffcc;
  text-decoration : underline;
}
a:visited{
  color : white;
}

div.scroll {
  scrollbar-3dlight-color:#070A0B;
  scrollbar-arrow-color:#999999;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#070A0B;
  scrollbar-highlight-color:#999999;
  scrollbar-shadow-color:#333333;
  scrollbar-track-color:#21201D;
  overflow-y:scroll;
  height : 520px;
  width : 705px;
  color : #fff;
  font-size : 100%;
  padding : 0 0 0 1em;
}
.sbg{
  background-image : url(image/page_bg4.jpg);
  background-repeat : no-repeat;
  padding-top : 15px;
  padding-left : 15px;
  padding-right : 15px;
  padding-bottom : 15px;
  margin-left : 80pt;
}
#Copyright{
  font-size : 11px;
  text-align : right;
  width : 740px;
  color : #5a5a5a;
  margin-left : 80px;
  margin-top : 2em;
}
.header{
  margin-left : 90px;
  margin-top : 1.5em;
  margin-bottom :0.5em;
}
.head{
  font-size : 14px;
  font-weight : normal;
  margin-left : 2em;
}
h2{
  font-size : 100%;
  font-weight : normal;
}
h3{
  font-size : 12px;
  font-weight : normal;
  margin-bottom : 0.2em;
}
h1{
  font-size : 20px;
  font-weight : normal;
  margin-bottom : 0em;
}
.p{
  font-size : 69%;
  margin-left : 1em;
  text-align : left;
  margin-bottom : 3em;
}
.text{
  font-size : 90%;
  color : #cccccc;
}
dd{
  margin-bottom : 1em;
}