/* body */
body {
	color:#1a1a1a;
	margin:0px;
	padding:0px;
	background:#ffffff url(bg6.gif) repeat-y;
	background-position:center;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}

/* テーブル・段落 */
td { font-size:15px; line-height:170%; }
p  { margin:3px 5px; }

/* リンク */
a       { color:#0000FF; text-decoration:underline; }
a:hover { color:#aa0000; text-decoration:none; background-color:#ffcc99; }


/* コンテンツ */
h1 { color:#333333; font-size:14pt; margin:0px 0px;}
h2 { color:#333333; font-size:24pt; margin:0px 0px;}
h3 { color:#333333; font-size:16pt; margin:0px 0px;}
h4 { color:#333333; font-size:22pt; margin:0px 0px;}
h5 { color:white; font-size:20pt; margin:0px 0px;}
h6 { color:white; font-size:12pt; margin:0px 0px;}


.example {/*親div*/
  position: relative;/*相対配置*/
  }

.example p {
  position: absolute;
  color: black;/*文字は黒に*/
  font-weight: bold; /*太字に*/

  font-size: 2.2em;/*サイズ2倍*/
  font-family :Quicksand, sans-serif;/*Google Font*/
  top: 50px;
  left: 22%;


  }

.example pp {
  position: absolute;
  color: black;/*文字は黒に*/
  font-weight: bold; /*太字に*/
  font-size: 3.1em;/*サイズ2倍*/
  font-family :Quicksand, sans-serif;/*Google Font*/

  top: 90px;
  left: 20%;
  }
.example pppppppp {
  position: absolute;
  color: black;/*文字は黒に*/
  font-weight: bold; /*太字に*/

  font-size: 3.1em;/*サイズ2倍*/
  font-family :Quicksand, sans-serif;/*Google Font*/

  top: 180px;
  left: 24%;
  }

.example ppp {
  position: absolute;
  color: black;/*文字は黒に*/
  font-weight: bold; /*太字に*/

  font-size: 2.2em;/*サイズ2倍*/
  font-family :Quicksand, sans-serif;/*Google Font*/

  top: 250px;
  left: 22%;
  }

.example pppp {
  position: absolute;
  color: black;/*文字は黒に*/
  font-size: 1.1em;/*サイズ2倍*/
  font-family :Quicksand, sans-serif;/*Google Font*/
  top: 350;
  left: 22%;
  }



.example ppppp {
  position: absolute;
  color: black;/*文字は黒に*/
  font-size: 1.1em;/*サイズ2倍*/
  font-family :Quicksand, sans-serif;/*Google Font*/
  top: 420px;
  left: 22%;
  }

.example pppppp {
  position: absolute;
  color: black;/*文字は黒に*/
  font-size: 1.1em;/*サイズ2倍*/
  font-family :Quicksand, sans-serif;/*Google Font*/
  top: 490px;
  left: 22%;
  }

.example ppppppp {
  position: absolute;
  color: black;/*文字は黒に*/
  font-size: 1.1em;/*サイズ2倍*/
  font-family :Quicksand, sans-serif;/*Google Font*/
  top: 560px;
  left: 22%;
  }

.example td{
    vertical-align: top;
}




