body {
	background-color:#eeeeee;
}
H1 {
  font-family : "ＭＳ Ｐゴシック";
  FONT-SIZE : 30PX;
  PADDING-LEFT : 15PX;
  border-top-width : 0;
  border-right-width : 0;
  border-bottom-width : 2;
  border-left-width : 20;
  BORDER-COLOR : PINK;
  BORDER-STYLE : SOLID;
}
H2 {
  font-family : "ＭＳ Ｐゴシック";
  FONT-SIZE : 22PX;
  background-color : 33ff33;
  PADDING-TOP : 5PX;
  PADDING-RIGHT : 5PX;
  PADDING-BOTTOM : 5PX;
  PADDING-LEFT : 5PX;
}
H3 {
  font-family : "ＭＳ Ｐゴシック";
  line-height : 150%;
  PADDING-TOP : 5PX;
  PADDING-RIGHT : 10PX;
  PADDING-BOTTOM : 5PX;
  PADDING-LEFT : 10PX;
  border-top-width : 1;
  border-right-width : 1;
  border-bottom-width : 1;
  border-left-width : 1;
  BORDER-COLOR : BLUE;
  BORDER-STYLE : SOLID;
  　FONT-SIZE : 15PX;
}
B {
	FONT-SIZE : 17PX;
}
TD {
  font-family : "ＭＳ Ｐゴシック";
  line-height : 150%;
}
TD.backpink {
	font-family : "ＭＳ Ｐゴシック";
	line-height : 150%;
	background-color:"pink";
	FONT-SIZE : 17PX;
	text-align:center;
}
/*　フォントサイズの指定　*/
td { font-size:13px;}
　
/*　リンクに関する設定　*/
a:link {
	color:#ff0000;
	text-decoration:underline;
}
a:visited {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#ffffff;
	background-color:#0000ff;
	text-decoration:none;
}
