/* 「index.html」「main.html」「about.html」「contents01.html〜contents04.html」「links.html」スクロールバーの色・行間 */
BODY,TD {
scrollbar-3dlight-color:#f6f6f6;
scrollbar-arrow-color:#444444;
scrollbar-track-color:#f6f6f6;
scrollbar-darkshadow-color:#f6f6f6;
scrollbar-face-color:#f6f6f6;
scrollbar-highlight-color:#ffffff;
scrollbar-shadow-color:#ffffff;
line-height:130%
;}

/* 「index.html」「title.html」左上サイト名の設定 */
.myfilter1 {
filter:alpha(style=1,opacity=80,finishopacity=30);
width:150pt;
font-size:26px;
color:#ffffff
;}

/* 「index.html」「title.html」右上サイトURLの設定 */
.myfilter2 {
filter:alpha(style=3,opacity=90,finishopacity=30);
width:150pt;
font-size:12px;
font-family:Verdana;
color:#eeeeee;
text-decoration:underline
;}

/* 「index.html」「main.html」「about.html」「contents01.html〜contents04.html」文字設定 */
.text {
color:#444444;
font-size:13px
;}

/* 「index.html」「menu.html」コピーライト表示 */
.myCopy {
font-size:11px;
color:#aaaaaa;
font-family:Verdana;
text-decoration:underline;
filter:alpha(opacity=100,finishopacity=40,style=3);
width:250pt
;}

/* 「index.html」背景画像の設定 */
.bg2 {
background-image : url(img/bg.jpg);
background-attachment:fixed;
background-repeat:no-repeat; 
background-position:0% 100%;
}

/* 「main.html」「about.html」「links.html」「contents01.html〜contents04.html」ページ内タイトル */
.title {
color:#444444;
font-size:19px;
font-family:Verdana;
line-height:200%
;}

/* 「main.html」更新履歴の上下ラインと背景画像の設定 */
.table1 {
border-style:solid;
border-color:#999999;
border-width:1 0 1 0;
background-image : url(img/bg_s.jpg);
background-attachment:fixed;
background-repeat:no-repeat; 
background-position:50% 50%
;}

/* 「main.html」更新履歴の設定 */
.table2 {
line-height:120%;
width:250px;
height:58px;
overflow:auto;
border:0px;
font-size:9pt;
color:#808080;
scrollbar-3dlight-color:#f5f5f5;
scrollbar-arrow-color:#777777;
scrollbar-track-color:#f5f5f5;
scrollbar-darkshadow-color:#f5f5f5;
scrollbar-face-color:#f5f5f5;
scrollbar-highlight-color:#ffffff;
scrollbar-shadow-color:#ffffff
}}

/* 「main.html」更新履歴の書き込み欄内ライン */
.hr {
border:dotted #aaaaaa;
text-align:left
;}

/* 「main.html」ページ下部のライン */
.hr2 {
border:dotted #aaaaaa;
text-align:center;
width:45%
;}

/* 「about.html」太字部分（AboutSite・AboutMe）の設定 */
.b {
color:#555555;
font-size:16px;
font-weight:bold;
line-height:160%
;}

/* 「about.html」AboutSite内の文字設定 */
.in {
color:#555555;
font-size:15px;
line-height:120%
;}

/* 「about.html」AboutMe内の文字設定 */
.in2 {
color:#555555;
font-size:13px;
line-height:130%
;}

/* 「links.html」文字設定 */
.text2 {
color:#666666;
font-size:15px
;}

/* 「links.html」バナーリンクにカーソルが触れた時の動作 */
A.myhover:HOVER {
position:relative; top:1; left:1
;}

/* 「links.html」バナー側テーブルの設定 */
.bg {
background-color:#eeeeee;
filter:alpha(opacity=80)
}}

/* 「menu.html」当サイトの著作権リンク */
A.copy:LINK {
color:#444444;
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:#363636;
font-family:Verdana;
font-size:11px;
text-decoration:none
;}
A.copy:HOVER {
color:#555555;
font-family:Verdana;
font-size:11px;
text-decoration:underline
;}