/* 「index.html」ページの余白設定 */
BODY {
margin-top:0px;
margin-bottom:0px;
margin-left:0px;
margin-right:0px
}

/* 「index.html」リンク設定 */
A:LINK {
font-size:12px;
text-decoration:none
}
A:ACTIVE {
font-size:12px;
text-decoration:none
}
A:VISITED {
font-size:12px;
text-decoration:none
}
A:HOVER {
color:#999999;
font-size:12px;
text-decoration:none
}

/* 「index.html」左上サイト名の文字設定 */
.maintitle {
font-family:Arial,Helvetica;
font-weight:bold;
color:#333333;
font-size:16px
}

/* 「index.html」メニューの太字設定 */
.b {
font-weight:bold
}

/* 「index.html」背景画像（右端のグレー縦ライン）の設定 */
.bg {
background-image:url(./img/line.gif);
background-attachment:fixed;
background-repeat:repeat-y;
background-position:85% 50%
}

/* 「index.html」インラインフレーム部の背景色設定 */
.iframe {
background-color:#333333
}

/* 「index.html」コピーライト表示 */
.myCopy {
font-size:11px;
color:#555555;
font-family:Verdana;
line-height:18px;
text-decoration:underline;
filter:alpha(opacity=100,finishopacity=40,style=3);
width:250pt
}

/* 「index.html」当サイトの著作権リンク */
A.copy:LINK {
color:#cccccc;
font-family:Verdana;
font-size:9px;
font-weight:bold;
text-decoration:none
}
A.copy:ACTIVE {
color:#666666;
font-family:Verdana;
font-size:9px;
font-weight:bold;
text-decoration:none
}
A.copy:VISITED {
color:#cccccc;
font-family:Verdana;
font-size:9px;
font-weight:bold;
text-decoration:none
}
A.copy:HOVER {
color:#999999;
font-family:Verdana;
font-size:9px;
font-weight:bold;
text-decoration:underline
}