/* 「about.html」「contents01.html」「contents02.html」「contents03.html」「links.html」ページの余白・背景透過色・スクロールバーの設定 */
BODY {
margin-top:12px;
margin-bottom:30px;
margin-left:0px;
margin-right:0px;
background-color:transparent;
scrollbar-3dlight-color:#000000;
scrollbar-arrow-color:#c6e2ff;
scrollbar-track-color:#000000;
scrollbar-darkshadow-color:#000000;
scrollbar-face-color:#000000;
scrollbar-highlight-color:#000000;
scrollbar-shadow-color:#000000
}

/* 「about.html」「contents01.html」「contents02.html」「contents03.html」「links.html」行間設定 */
BODY,TD {
line-height:20px
}

/* 「about.html」「contents01.html」「contents02.html」「contents03.html」「links.html」ページ内タイトル */
.title {
color:#aaaaaa;
font-weight:bold;
font-size:15px;
font-family:Verdana
}

/* 「about.html」「contents01.html」「contents02.html」「contents03.html」文字設定 */
.text {
color:#cccccc;
font-size:13px
}

/* 「about.html」太字部分（AboutSite・AboutMe）の設定 */
.b {
color:#aaaaaa;
font-family:Verdana;
font-size:13px;
font-weight:bold;
line-height:160%
}

/* 「about.html」AboutSite内の文字設定 */
.in {
color:#cccccc;
font-family:Verdana;
font-size:13px;
line-height:120%
}

/* 「about.html」AboutMe内の文字設定 */
.in2 {
color:#cccccc;
font-family:Verdana;
font-size:13px;
line-height:130%
}

/* 「links.html」文字設定 */
.text2 {
font-weight:bold;
color:#dcdcdc;
font-size:13px
}

/* 「links.html」区切りラインの設定 */
.hr {
border:dotted #666666;
text-align:center;
width:70%
}

/* 「links.html」リンクにカーソルが触れた時の動作 */
A.myhover:HOVER {
position:relative; top:1; left:1
}