/* 「main.html」「about.html」「links.html」「contents01_a.html〜contents03_b.html」背景画像の設定 */
BODY {
background-image:url(./img/bg.jpg);
background-attachment:fixed;
background-repeat:no-repeat; 
background-position:50% 50%
}

/* 「main.html」「contents01_a.html〜contents03_b.html」コピーライト表示 */
.myCopy {
font-size:11px;
color:#aaaaaa;
font-family:Verdana;
text-decoration:underline;
filter:alpha(opacity=100,finishopacity=40,style=3);
width:250pt
}

/* 「main.html」「contents01_a.html〜contents03_b.html」リンク設定（コピーライト内リンクに反映） */
A:LINK {
color:#999999;
font-family:Verdana;
font-size:11px
}
A:ACTIVE {
color:#555555;
font-family:Verdana;
font-size:11px
}
A:VISITED {
color:#999999;
font-family:Verdana;
font-size:11px
}
A:HOVER {
color:#cccccc;
font-family:Verdana;
font-size:11px
}