BODY {
  color : #000;  /* 文字色 */  
  background-color : #FFF;  /* 背景色 */  
  font-size : 12px;
/* スクロールバーの設定 */
/* スクロールバーの設定 */
  scrollbar-face-color:#FFF;  scrollbar-highlight-color:#000;  scrollbar-shadow-color:#000;
  scrollbar-darkshadow-color:#000;  scrollbar-arrow-color:#000;  scrollbar-track-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 : #ff6395;  /* 周りの背景色 */  
  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 : #FFF;  /* 文字色 */  
  font-size : 24px;
  font-weight : bold;
  font-family : Verdana,serif;
}
/* 文字の最初の色 いくらでも増やせます*/
.c1{
  color : #e9967a;
}
.c2{
  color : #57450f;
}
.c3{
  color : #ff0;
}
.c4{
  color : #c6daa3;
}

/* サイト名 */
#sitename{myosotis:
  color : #FFF;  /* 文字色 */  
  font-size : 24px;
  font-weight : bold;
  font-family : Verdana,serif;
padding-left : 100px;
}
