/* 「top.html」「about.html」「contents01.html」「contents02.html」「contents03.html」「links.html」ページの余白・背景透過色・スクロールバーの設定 */
BODY {
margin-top:50px;
margin-bottom:60px;
margin-left:0px;
margin-right:0px;
background-color:transparent;
scrollbar-3dlight-color:#444444;
scrollbar-arrow-color:#999999;
scrollbar-darkshadow-color:#555555;
scrollbar-face-color:#333333;
scrollbar-highlight-color:#888888;
scrollbar-shadow-color:#555555
}

/* 「top.html」「about.html」「contents01.html」「contents02.html」「contents03.html」「links.html」行間設定 */
BODY,TD {
line-height:20px
}

/* 「top.html」「about.html」「contents01.html」「contents02.html」「contents03.html」文字設定 */
.text {
color:#eeeeee;
font-size:13px
}

/* 「top.html」更新履歴の上下ラインの設定 */
.table1 {
border-style:solid;
border-color:#555555;
border-width:1 0 1 0
}

/* 「top.html」更新履歴の設定 */
.table2 {
line-height:120%;
width:270px;
height:58px;
overflow:auto;
border:0px;
font-family:Arial,Helvetica;
font-size:12px;
color:#333333;
background-color:#c4c4c6;
scrollbar-3dlight-color:#444444;
scrollbar-arrow-color:#999999;
scrollbar-darkshadow-color:#555555;
scrollbar-face-color:#333333;
scrollbar-highlight-color:#888888;
scrollbar-shadow-color:#555555
}

/* 「about.html」「contents01.html」「contents02.html」「contents03.html」「links.html」ページ内タイトル */
.title {
color:#cccccc;
font-weight:bold;
font-size:13px;
font-family:Verdana;
text-decoration:underline
}

/* 「about.html」太字部分（AboutSite・AboutMe）の設定 */
.b {
color:#dcdcdc;
font-family:Verdana;
font-size:12px;
font-weight:bold;
line-height:160%
}

/* 「about.html」AboutSite内の文字設定 */
.in {
color:#dcdcdc;
font-family:Verdana;
font-size:12px;
line-height:120%
}

/* 「about.html」AboutMe内の文字設定 */
.in2 {
color:#dcdcdc;
font-family:Verdana;
font-size:12px;
line-height:130%
}

/* 「links.html」文字設定 */
.text2 {
font-weight:bold;
color:#dcdcdc;
font-size:13px
}

/* 「links.html」区切りラインの設定 */
.hr {
border:dotted #666666;
text-align:center;
width:100%
}

/* 「links.html」リンクにカーソルが触れた時の動作 */
A.myhover:HOVER {
position:relative; top:1; left:1
}