/* 「main.html」「about.html」「contents01.html〜contents02.html」「links.html」「contact.html」ページの余白・背景色・スクロールバーの設定 */
body {
margin-top:17px;
margin-right:10px;
margin-bottom:0px;
margin-left:0px;
background-color:#ffffff;
scrollbar-track-color:#f6f6f6;
scrollbar-3dlight-color:#f3f3f3;
scrollbar-arrow-color:#222222;
scrollbar-darkshadow-color:#dddddd;
scrollbar-face-color:#ffffff;
scrollbar-highlight-color:#ffffff;
scrollbar-shadow-color:#f0f0f0
}

/* 「main.html」「about.html」「contents01.html〜contents02.html」「links.html」「contact.html」文字・行間設定 */
body,td {
font-size:13px;
color:#111111;
line-height:20px
}

/* 「main.html」「about.html」「contents01.html〜contents02.html」「links.html」「contact.html」左右の縦ドットラインの設定 */
.border {
border-right:3px dotted #555555;
border-left:3px dotted #555555
}

/* 「main.html」更新履歴のラインの設定 */
.table1 {
border:double #888888 3px
}
/* 「main.html」ひとことの設定 */
.table3 {
line-height:15px;
width:270px;
height:200px;
overflow:auto;
border:0px;
font-family:Arial,Helvetica;
font-size:12px;
color:#333333
}
/* 「main.html」更新履歴の設定 */
.table2 {
line-height:15px;
width:270px;
height:70px;
overflow:auto;
border:0px;
font-family:Arial,Helvetica;
font-size:12px;
color:#333333
}

/* 「main.html」更新履歴内の余白設定 */
.record {
margin-top:15px;
margin-bottom:15px;
margin-left:12px
}

/* 「about.html」「contact.html」上下２重ラインの設定 */
.double {
border-style:double;
border-color:#888888;
border-width:3 0 3 0
}

/* 「about.html」太字部分（AboutSite・AboutMe）の設定 */
.b {
color:#222222;
font-family:Verdana;
font-size:13px;
font-weight:bold;
line-height:23px
}

/* 「about.html」AboutSite内の文字設定 */
.in {
font-family:Verdana;
line-height:18px
}

/* 「links.html」カテゴリの文字設定 */
.category {
font-weight:bold;
color:#555555;
font-size:13px
}

/* 「links.html」説明部分の行間設定 */
.intro {
line-height:16px
}

/* 「links.html」区切りラインの設定 */
.hr {
border-color:#666666;
width:100%
}

/* 「links.html」リンクにカーソルが触れた時の動作 */
a.myhover:hover {
position:relative; top:1; left:1
}

/* 「contact.html」フォーム内「Name」その他の文字設定 */
.ftext {
color:#333333;
font-size:13px
}

/* 「contact.html」フォーム内テキストエリア・ボタンの設定 */
textarea,input {
border:solid 1px #666666;
background-color:#ffffff;
color:#222222;
font-size:13px
}