/* 「main.html」「about.html」「contents01.html〜contents04.html」「links.html」ページの余白・背景画像・スクロールバーの色 */
BODY {
margin-top:25px;
margin-bottom:30px;
background-color:transparent;
scrollbar-3dlight-color:#111111;
scrollbar-arrow-color:#74748e;
scrollbar-track-color:#111111;
scrollbar-darkshadow-color:#111111;
scrollbar-face-color:#111111;
scrollbar-highlight-color:#333333;
scrollbar-shadow-color:#222222
}

/* 「main.html」「about.html」「contents01.html〜contents04.html」「links.html」ページ全体とテーブル内の行間設定 */
BODY,TD {
color:#cccccc;
line-height:150%
}

/* 「main.html」「about.html」「contents01.html〜contents04.html」「links.html」ページ内タイトル */
.title {
font-size:16px;
font-weight:bold;
line-height:160%
}

/* 「main.html」「contents01.html〜contents04.html」文字設定 */
.text {
font-size:13px
}

/* 「main.html」更新履歴の上下ラインと背景画像の設定 */
.table1 {
border-style:solid;
border-color:#808080;
border-width:1 0 1 0
}

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

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

/* 「about.html」AboutSite・AboutMeの設定 */
.p {
font-size:16px;
line-height:160%
}

/* 「about.html」AboutSite・AboutMeの内容の文字設定 */
.in {
font-size:13px;
line-height:140%
}

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

/* 「links.html」テーブル内の区切り線 */
.hr2 {
border:solid #555555;
width:80%
}

/* 「links.html」テーブル内の行間 */
.td {
line-height:110%
}