/* 「index.html」「top.html」ページの余白・背景色・スクロールバー非表示の設定 */
BODY {

margin-top:20px;
margin-bottom:30px;
margin-left:0px;
margin-right:0px;
scrollbar-face-color:#ffffff; 
    scrollbar-highlight-color:#ffffff; 
    scrollbar-shadow-color:#ffffff; 
    scrollbar-3dlight-color:#ffffff; 
    scrollbar-arrow-color: #7f6d55; 
    scrollbar-darkshadow-color:#ffffff;
}


margin-top:0px;
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
background-color:#ffffff;
overflow:hidden
}




.bg1{
background-color:#7f7f7f;
background-image:url(./img/bg2.jpg);
background-attachment:fixed;
background-repeat:no-repeat;
background-position:50% 0%;
border:solid 1px #7f7f7f;
}






/* 「index.html」サイト名の文字設定 */
.maintitle {
margin-top:5px;
font-family:Arial,Helvetica;
font-weight:bold;
color:#ffffff;
font-size:18px
}

/* 「index.html」メニューの太字設定 */
.bold {
font-weight:bold
}

/* 「index.html」コピーライト表示 */
.myCopy {
font-size:11px;
color:#000000;
font-family:Verdana;
line-height:18px;
text-decoration:underline;

width:250pt
}



/* 「main.html」「about.html」「contents01.html〜contents03.html」「links.html」「contact.html」文字・行間設定 */
BODY,TD {
font-size:12px;
color:#665745;
line-height:19px
}

