BODY {
  color: black;                                    /* 文字色 */       
  background-color: white;                         /* 背景色 */
  font-family:normal;
  font-size:14px;
  line-height:150%
}
.bg1 {   /* 項目名 */ 
  color: white;                                    /* 文字色 */       
  background-color: darkkhaki;                         /* 背景色 */
  font-size:14px;
  font-weight:bold;
}
.bg2 {      /* 項目 */ 
  color: black;                                    /* 文字色 */       
  background-color:khaki;                         /* 背景色 */
  font-size:14px;
  line-height:150%;
}
.bg3 {     /* 画像タイトル */ 
  color: white;                                    /* 文字色 */       
  background-color: rosybrown;                         /* 背景色 */
  font-size:14px;
  font-weight:bold;
  line-height:150%;
}
.bg4 {       /* 画像リンクバー（prev-next） */
  color: darkgray;                                    /* 文字色 */       
  background-color:moccasin;                         /* 背景色 */
  font-weight:bold;
  font-family:Arial,Helvetica;
  font-size:14px;
}
.bg5 {    /* 項目(説明) */ 
  color: black;                                    /* 文字色 */       
  background-color:wheat;                         /* 背景色 */
  font-size:14px;
  line-height:150%;
}
.tiny {
  font-size:10px;
  line-height:150%;
}
.small{
  font-size:12px;
  line-height:150%;
}
.large{
  font-size:16px;
  line-height:150%;
}
.huge{
  font-size:20px;
  line-height:150%;
}
.normal{
  font-size:14px;
  line-height:150%;
}
strong {
	font-size:16px;
	font-weight:bold;
  line-height:150%;
}

/* リンク部分の色の設定 */
A:link { color: steelblue }                            /* 普通のリンク色 */
A:visited { color: darkslategray }                /* すでに見たリンク色 */
A:active { color: sandybrown }                      /* クリックした時のリンク色 */
A:hover { color: red }                             /* カーソルが乗った時のリンク色 */
/* リンク部分の下線を消す */
A:link, A:visited, A:active, A:hover { text-decoration: none }

