/* 「top.html」「about.html」「contents01.html〜contents03.html」「links.html」背景色（透過） */
BODY {
background-color:transparent
}

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

/* 「top.html」サイト名の設定 */
.maintitle {
font-size:28px;
color:#666666;
font-family:'Georgia'
}

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

/* 「top.html」更新履歴の上下ラインの設定 */
.table1 {
border-style:solid;
border-color:#999999;
border-width:1 0 1 0
}

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

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

/* 「about.html」「links.html」「contents01.html〜contents04.html」ページ内タイトル */
.title {
color:#444444;
font-weight:bold;
font-size:15px;
font-family:Georgia
}

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

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

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

/* 「links.html」文字設定 */
.text2 {
color:#777777;
font-family:Georgia;
font-size:13px
}

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