/* 「index.html」「about.html」「contents01.html〜contents03.html」「links.html」「contact.html」ページの余白・スクロールバーの設定 */
body {
margin:0px;
scrollbar-3dlight-color:#f0f0f0;
scrollbar-arrow-color:#444444;
scrollbar-track-color:#f0f0f0;
scrollbar-darkshadow-color:#f0f0f0;
scrollbar-face-color:#f0f0f0;
scrollbar-highlight-color:#ffffff;
scrollbar-shadow-color:#ffffff
}

/* 「index.html」「about.html」「contents01.html〜contents03.html」「links.html」「contact.html」ページ全体とテーブル内の行間設定 */
body,td {
line-height:19px
}

/* 「index.html」「about.html」「contents01.html〜contents03.html」「links.html」「contact.html」リンク設定（メニューに反映） */
a:link {
color:#ffffff;
font-weight:bold;
font-size:12px;
text-decoration:none
}
a:active {
color:#111111;
font-weight:bold;
font-size:12px;
text-decoration:none
}
a:visited {
color:#ffffff;
font-weight:bold;
font-size:12px;
text-decoration:none
}
a:hover {
color:#aaaaaa;
font-weight:bold;
font-size:12px;
text-decoration:underline
}

/* 「index.html」「about.html」「contents01.html〜contents03.html」「links.html」「contact.html」中央テーブル全体の背景色・外枠設定 */
.maintable {
background-color:#f9f9f9;
border-left:solid 1px #222222;
border-right:solid 1px #222222;
}

/* 「index.html」「about.html」「contents01.html〜contents03.html」「links.html」「contact.html」サイト名＆サブタイトル部分と、メインスペース（メニュー下）の右側・上２つの小スペースの、背景色＆上下ラインの設定 */
.border {
border-top:solid 1px #333333;
border-bottom:solid 1px #333333;
background-color:#ffffff
}

/* 「index.html」「about.html」「contents01.html〜contents03.html」「links.html」「contact.html」左上サイト名の設定 */
.maintitle {
margin-top:5px;
margin-left:25px;
font-size:21px;
font-weight:bold;
font-style:italic;
text-decoration:underline;
color:#444444;
font-family:Georgia;
line-height:20px;
letter-spacing:4px
}

/* 「index.html」「about.html」「contents01.html〜contents03.html」「links.html」「contact.html」右上サブタイトル部分の設定 */
.subtitle {
margin-top:5px;
margin-right:10px;
font-size:13px;
color:#111111;
}

/* 「index.html」「about.html」「contents01.html〜contents03.html」「links.html」「contact.html」メニュー部分の背景色設定 */
.bg {
background-color:#333333
}

/* 「index.html」「about.html」「contents01.html〜contents03.html」「links.html」「contact.html」現在ページ（メニュー）の文字設定 */
.text3 {
color:#aaaaaa;
font-weight:bold;
font-size:12px;
text-decoration:underline
}

/* 「index.html」「about.html」「contents01.html〜contents03.html」「links.html」「contact.html」メニュー下左側メインスペース内の上下余白設定 */
.margin2 {
margin-top:50px;
margin-bottom:50px
}

/* 「index.html」「about.html」「contents01.html〜contents03.html」「links.html」「contact.html」メイン右側（メニュー下）・３つ目スペースの背景色＆上ラインの設定 */
.border2 {
border-top:solid 1px #333333;
background-color:#ffffff
}

/* 「index.html」「about.html」「contents01.html〜contents03.html」「links.html」「contact.html」メイン右側（メニュー下）スペース内の余白・文字設定 */
.margin {
margin-top:20px;
margin-bottom:20px;
margin-left:15px;
margin-right:15px;
color:#111111;
font-size:13px
}

/* 「index.html」「about.html」「contents01.html〜contents03.html」「links.html」「contact.html」ページ内タイトル */
.title {
color:#333333;
font-size:15px;
font-family:Arial;
font-weight:bold;
line-height:2px
}

/* 「index.html」「about.html」「contents01.html〜contents03.html」「links.html」「contact.html」ページ内タイトル前の◆マーク設定 */
.text2 {
color:#53667a;
font-size:14px;
font-weight:bold
}

/* 「index.html」「about.html」「contents01.html〜contents03.html」「links.html」「contact.html」ページ内タイトル下のライン */
.hr {
border:solid #333333;
text-align:left;
width:100%
}

/* 「index.html」「about.html」「contents01.html〜contents03.html」「links.html」「contact.html」文字設定 */
.text {
color:#000000;
font-size:13px;
margin-right:10px;
}

/* 「index.html」「about.html」「contents01.html〜contents03.html」「links.html」「contact.html」コピーライト表示 */
.mycopy {
font-size:11px;
color:#808080;
font-family:Verdana;
text-decoration:underline
}

/* 「index.html」「links.html」「contact.html」リンク設定 */
a.mylink:link {
color:#222222;
font-weight:normal;
font-size:13px;
text-decoration:underline
}
a.mylink:active {
color:#777777;
font-weight:normal;
font-size:13px;
text-decoration:underline
}
a.mylink:visited {
color:#222222;
font-weight:normal;
font-size:13px;
text-decoration:underline
}
a.mylink:hover {
color:#777777;
font-weight:normal;
font-size:13px;
text-decoration:underline;
position:relative; top:1; left:1
}

/* 「index.html」更新履歴・Memoの設定 */
.mytable {
padding-top:10px;
padding-bottom:8px;
padding-right:2px;
padding-left:10px;
text-align:left;
line-height:16px;
width:350px;
height:100px;
overflow:auto;
border:1px solid #444444;
font-size:12px;
color:#111111;
background-color:#fbfbfb;
scrollbar-3dlight-color:#fbfbfb;
scrollbar-arrow-color:#444444;
scrollbar-track-color:#fbfbfb;
scrollbar-darkshadow-color:#fbfbfb;
scrollbar-face-color:#fbfbfb;
scrollbar-highlight-color:#fbfbfb;
scrollbar-shadow-color:#fbfbfb
}

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

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

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

/* 「links.html」項目名 */
.text4 {
color:#111111;
font-family:Verdana;
font-size:13px;
margin-left:20px
}

/* 「links.html」区切りのライン */
.hr2 {
margin-top:5px;
margin-bottom:5px;
border:dotted #888888;
text-align:center;
width:100%
}

/* 「contact.html」フォーム内「Mail Form」の文字設定 */
.ftitle {
color:#444444;
font-size:15px;
font-weight:bold
}

/* 「contact.html」フォーム内「Name」その他の文字設定 */
.ftext {
color:#222222;
font-size:13px
}

/* 「contact.html」フォーム内テキストエリア・ボタンの設定 */
textarea,input {
scrollbar-3dlight-color:#f5f5f5;
scrollbar-arrow-color:#444444;
scrollbar-track-color:#ffffff;
scrollbar-darkshadow-color:#f5f5f5;
scrollbar-face-color:#ffffff;
scrollbar-highlight-color:#f5f5f5;
scrollbar-shadow-color:#aaaaaa;
border:solid 1px #666666;
background-color:#ffffff;
color:#222222;
font-size:13px
}

/* 「index.html」「about.html」「contents01.html〜contents03.html」「links.html」「contact.html」当サイトの著作権リンク */
a.copy:link {
color:#555555;
font-family:Verdana;
font-size:11px;
font-weight:normal;
text-decoration:none
}
a.copy:active {
color:#777777;
font-family:Verdana;
font-size:11px;
font-weight:normal;
text-decoration:none
}
a.copy:visited {
color:#555555;
font-family:Verdana;
font-size:11px;
font-weight:normal;
text-decoration:none
}
a.copy:hover {
color:#777777;
font-family:Verdana;
font-size:11px;
font-weight:normal;
text-decoration:underline
}