
  /* Pentas 標準 */

    body {
      /* background-image: url("images/pentas_back.jpg"); */
      background-position: center;
      background-attachment: fixed;
      background-color: #ffffff;
      font-family: "ＭＳ 明朝","ＭＳ Ｐ明朝",serif;
      font-size: 10.5pt;
    }

    h1 , h2 , h3 {
      color: #666666;  /* #043555; */
    }
    h1 {
      font-size: 16pt;
      font-family: "ＭＳ ゴシック","ＭＳ Ｐゴシック",sans-serif;
      font-weight: 900;
    }

    h2 {
      font-size: 12pt;
    }

    h3 {
      font-size: 8pt;
    }

    p {
      font-size: 10.5pt;
   }

    p.small {
      font-size: 8pt;
      text-align: center;
   }

    p.title {
      background-color: #6cbfb3;
      color: #ffffff;
      text-align: center;
      padding: 2px;
   }

    p.step {
      background-color: #6cbfb3;
      color: #000000;
      padding: 2px;
   }

    a:hover {
      color: red;
    }

	table.gaiyo {
      font-size: 9pt;	
	}

	td.guide {
      font-size: 8pt;	
	}


