BODY {    
              background-color:#000000;
	scrollbar-3dlight-color:black;
	scrollbar-track-color:black;
	scrollbar-darkshadow-color:black;
	scrollbar-face-color:black;
	scrollbar-highlight-color:white;
	scrollbar-shadow-color:white;
	scrollbar-arrow-color:red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
              background-repeat: no-repeat;
} 

.ifra  { 
         width:650px;
         height:700px;
}

hr {
   border-width: 2px 0px 0px 0px; /* 太さ */
   border-style: solid; /* 線種 */
   border-color: gray; /* 線色 */
   height: 1px; /* 高さ */
}

span
.sample1 { font-size: 48px; color: red; }
.sample2 { font-size: 24px; color: #ff0000; }
 #a01 {color:　#white; }
 #a02 {color:　#000000 }

P            { border-width:10px;}
.solid      { border-style:solid;}
.ridge      { border-style:ridge;}
.groove    { border-style:groove;}
.inset      { border-style:inset;}
.outset    { border-style:outset;}
.double    { border-style:double;}

A:link {
 color:#999966
}
A:visited {
 color:gray
}
A:active {
 color:gray
}
A:hover {
 color:gray;position: relative; top: 0px; left: 1px;
}
A {
 text-decoration:none
} 
.tableclass{
               align:center;
}
,tdclass1{
             width="300" height="200" bgcolor="#999933
}

 
.n4div_up{ color : black;
            font-size:1px;}
text{color:#FFFFFF; align:center; }			
.text1{ color : red; 
            font-size:70px;
                   font-family:impact; }
.text2{ color : #DCDCDC; 
            font-size:20px;
                   font-family:tahoma; }
.text3{ color : #FFFFFF; 
            font-size:9px;
                   font-family:Times new Roman;
				   padding-top:15px;
				   line-height:18px 
				   }
.text4{ color : white; 
            font-size:11px;
                   font-family:Times new Roman;
                     filter: glow(color=black,strength=3) }
.text5{ color : red; 
            font-size:12px;
                   font-family:Times new Roman; 
                     filter: glow(color=black,strength=3)}
.text6{ color : gray; 
            font-size:40px;
                   font-family:impact;
                     }
p.sample {
background-image: url("./img/skull.jpg");
background-repeat: no-repeat;
}

.menu  {
   padding: 0px;
}

#dd li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  font: bold 11px arial;
}

#dd li a.menu {
  display: block;
  text-align: center;
  background: #5970B2;
  padding:0px 0px;
  margin: 0 2px 0 0;
  color: #FFF;
  width: 60px;
  text-decoration: none;
}

#dd li a.menu:hover {
  background: #49A3FF;
}

.submenu {
  background: #000;
  border: none;
  visibility: hidden;
  position: absolute;
  z-index: 1;
}

.submenu a {
  display: block;
  font: 11px arial;
  text-align: left;
  text-decoration: none;
  padding: 2px 4px 2px 4px;
  color: #2875DE;
}

.submenu a:hover {
  color: #FFF;
  font-weight: 700;
}

