/* 「index.html」「top.html」ページの余白・スクロールバー非表示の設定 */
BODY {
margin:0px;
overflow:hidden
}

/* 「index.html」「top.html」文字設定 */
BODY,TD {
font-size:10px;
color:#414142;
font-family:Verdana;
line-height:20px
}

/* 「index.html」左上サイト名の文字設定 */
.maintitle {
color:#4e4e4f;
font-family:Chick;
font-size:35px;
font-weight:bold;
letter-spacing:7px
}

/* 「index.html」外側囲みテーブルの背景色・背景画像・透過の設定 */
.bg1 {
background-color:#ffffff;
filter:alpha(opacity=60)
}

/* 「top.html」右上サイト名の文字設定 */
.maintitle2 {
color:#747475;
font-family:Chick;
font-size:35px;
font-weight:bold;
letter-spacing:7px
}

/* 「top.html」外側囲みテーブルの背景色・背景画像・透過の設定 */
.bg2 {
background-color:#ffffff;
filter:alpha(opacity=60)
}

/* 「index.html」「top.html」コピーライト表示 */
.myCopy {
font-size:11px;
color:#222222;
font-family:Verdana;
line-height:18px;
text-decoration:underline;
filter:alpha(opacity=100,finishopacity=50,style=3);
width:250pt
}

/* 「index.html」「top.html」素材配布サイト様の著作権リンク */
A.copy2:LINK {
color:#555555;
font-family:Verdana;
font-size:11px;
font-weight:normal;
text-decoration:none
}
A.copy2:ACTIVE {
color:#333333;
font-family:Verdana;
font-size:11px;
font-weight:normal;
text-decoration:none
}
A.copy2:VISITED {
color:#555555;
font-family:Verdana;
font-size:11px;
font-weight:normal;
text-decoration:none
}
A.copy2:HOVER {
color:#333333;
font-family:Verdana;
font-size:11px;
font-weight:normal;
text-decoration:underline
}

/* 「index.html」「top.html」当サイトの著作権リンク */
A.copy:LINK {
color:#acacac;
font-family:Verdana;
font-size:11px;
font-weight:normal;
text-decoration:none
}
A.copy:ACTIVE {
color:#999999;
font-family:Verdana;
font-size:11px;
font-weight:normal;
text-decoration:none
}
A.copy:VISITED {
color:#acacac;
font-family:Verdana;
font-size:11px;
font-weight:normal;
text-decoration:none
}
A.copy:HOVER {
color:#888888;
font-family:Verdana;
font-size:11px;
font-weight:normal;
text-decoration:underline
}