BODY {
  color : #000;  /* 文字色 */  
  background-color : #FFF;  /* 背景色 */  
  font-size : 12px;
/* スクロールバーの設定 */
  scrollbar-face-color:#FFF;  scrollbar-highlight-color:#FFF;  scrollbar-shadow-color:#FFF;
  scrollbar-darkshadow-color:#FFF;  scrollbar-arrow-color:#000;  scrollbar-track-color:#000;
  scrollbar-3dlight-color:#FFF;
}
/* リンク設定 */
A {
  color : #666;
  font-size : 12px;
  text-decoration : none;
}
A img{
 border-style: none;
}
TD {
  font-size : 12px;
}
#page {
  color : #FFF;  /* 周りの文字色 */  
  background-color : #FFD700;  /* 周りの背景色 */  
  font-size : 12px;
}
#page A{
  color : #FFF;  /* 周りのリンク文字色 */  
}
/* left.html */
.left {
 background-image : url(image/left.gif); background-repeat : repeat-y;
 background-attachment : fixed;background-position : right;
}
/* menuhtml */
.menu {
  text-align : center;
}
/* corner.html */
.corner {
background-image : url(image/corner.gif);background-repeat : no-repeat;
background-attachment : fixed;background-position : right top;
margin-top : 60px;
}



/* 太字の設定 */
.bold,#page .bold A{
  color : #57450f;  /* 文字色 */  
  font-size : 28px;
  font-weight : bold;
  font-family : メイリオ;
}
/* 文字の最初の色 いくらでも増やせます*/
.c1{
  color : #ff794a;
}
.c2{
  color : #93d100;
}
.c3{
  color : #907aff;
}
.c4{
  color : #FFD700;
}
.c5{
  color : #ffffff;
}

/* サイト名 */
#sitename{
  color : #FFF;  /* 文字色 */  
  font-size : 28px;
  font-weight : bold;
  font-family : Verdana,serif;
padding-left : 100px;
}
