/* body */
body {
	color:#1a1a1a;
	margin:0px;
	padding:0px;
	background:#faffd6 url() repeat-y;
	background-position:center;
	font-family:
   "ヒラギノ明朝 ProN W3",
   "HiraMinProN-W3",
   "ＭＳ Ｐ明朝",
   "MS PMincho",
   "MS 明朝",
   serif;
}

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

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

/* コンテンツ */
h1 { color:#ff6800;  font-size:22pt; margin:0px 0px;}
h2 { color:red;  font-size:16pt; margin:3px 10px;}
h3 { color:#ff6800;  font-size:11pt; margin:0px 0px;}


/*文字の大きさ　自分で追加した*/
.huge{font-size:160%;}
.large{font-size:120%;}
.small{font-size:85%;}
.tiny{font-size:70%;}

