/* 「index.html」「top.html」ページの余白・枠・背景色・スクロールバー表示の設定 */
BODY {
margin:0px;
border-style:solid;
border-width:3 3 3 3;
border-color:#444444;
background-color:#000000;
scrollbar-3dlight-color:#000000;
scrollbar-arrow-color:#999999;
scrollbar-track-color:#111111;
scrollbar-darkshadow-color:#111111;
scrollbar-face-color:#111111;
scrollbar-highlight-color:#333333;
scrollbar-shadow-color:#333333
}

/* 「index.html」太字設定 */
.b {
font-weight:bold
}

/* 「index.html」「top.html」コピーライト表示 */
.myCopy {
font-size:11px;
color:#8890a8;
font-family:Verdana;
text-decoration:underline;
filter:alpha(opacity=100,finishopacity=40,style=3);
width:250pt
}

/* 「index.html」「top.html」当サイトの著作権リンク */
A.copy:LINK {
color:#333333;
font-family:Verdana;
font-size:11px;
text-decoration:none
}
A.copy:ACTIVE {
color:#aaaaaa;
font-family:Verdana;
font-size:11px;
text-decoration:none
}
A.copy:VISITED {
color:#333333;
font-family:Verdana;
font-size:11px;
text-decoration:none
}
A.copy:HOVER {
color:#444444;
font-family:Verdana;
font-size:11px;
text-decoration:underline
}

/* 「top.html」中央の背景画像の設定 */
.bg {
background-image:url();
background-attachment:fixed;
background-repeat:no-repeat; 
background-position:70px 62px;
}