BODY	{
  /*BODYスタイル*/
		background-color:white;
  background-image : url(bgcolor.jpg);
  background-position:left;
  background-attachment:fixed;
  background-repeat:repeat-y;
  margin:2px;
}
.title		{
  /*タイトル部分・斜体*/
		font-style:italic;
  font-size:32pt;
  font-weight:900;
}
.blk	{
  /*ブロックDEFPOP特大*/
		font-family:ＤＦＰ特太ゴシック体,sans-serif;
}
.title-bike{
  /*バイクタイトル・斜体*/
		font-family:Impact,sans-serif,cursive;
  font-style:italic;
  font-size:45pt;
}
.engl-message{
  /*英字メッセージ*/
		font-family:'Comic Sans MS',sans-serif,cursive;
  font-style:italic;
}
h1		{
  /*章タイトルバック*/
		font-size:100%;
  background-color:white;
  background-image : url(chapter.jpg);
  background-position:left;
  margin:5pt;
  background-attachment:fixed;
  background-repeat:repeat-y;
}
.teisi		{
  color:Gray;
}
.note	{
  background-color:Moccasin;
}
.mat		{
  background-color:#0033CC;
  color:white;
}
