/* テキスト色関係 */
a {text-decoration : none ;}       /* リンク部分の下線を消す */
a:link {color : white ;}        /* まだ見ていないリンク色 */
a:visited {color : grey ;}       /* 既に見たリンク色 */
a:hover {color : dimgrey ;}        /* マウスが上に来た時の文字色設定 */


/* ページ内包ブロック */
#wrapper {
  width : 800px ;
  margin : 0px auto;
}


/* スクロールバー */
body {
  scrollbar-face-color : #aaaaaa ;       /* 表面の色 */
  scrollbar-3dlight-color : #aaaaaa ;    /* 左端と上端の色 */
  scrollbar-darkshadow-color : #aaaaaa ; /* 右端と下端 */
  scrollbar-highlight-color : #555555 ;  /* ハイライトの色 */
  scrollbar-shadow-color : #333355 ;     /* 影の色 */
  scrollbar-arrow-color : #333333 ;      /* 矢印の色 */
  scrollbar-track-color : #555555 ;      /* バーの背景の色 */

  background-color : #cfd8e6 ;
  background-image : url('images/0004bg.jpg') ;
  background-position : center center ;
  background-attachment : fixed ;
  -moz-background-size : cover ;
  background-size : cover ;
  color : white;
}





/* 書式指定 */
div.font-face {font-size: '12pt' ;
                letter-spacing : 1px ; }
body.font-face { font-size: '12pt' ;
                 width: '800pt' ;
                 letter-spacing : 1px ; }