<!--start style-->

BODY{
scrollbar-face-color:#ffffff;
scrollbar-highlight-color:#000000;
scrollbar-shadow-color:#000000;
scrollbar-3dlight-color:#ffffff;
scrollbar-arrow-color:#000000;
scrollbar-track-color:#ffffff;
scrollbar-darkshadow-color:#ffffff;/*スクロールバーの設定*/
}

A:HOVER
{
color:#ffffff;
border-bottom:dashed 1px #66ccff;/*リンクに触れたときに点線がでる設定*/
}

a:link,a:visited{
text-decoration:none;
}/*リンクに下線を出さない設定*/

A{
color:silver;
text-decoration:none;
}

div.menu1{
width:350;
height:20;
top:0;
left:0;
position:absolute;
z-index:1;
color:#cccccc;
background-color:#666666;
border:2 groove white;
cursor:hand;
}

div.menu2{
font-size:12;
border:2 groove white;
text-align:center;
border:0;
width:348;
height:209;
position:absolute;
top:-250;
left:0;
z-index:0;
background-color:glay;
}

<!--end style-->
