body {
  background:		#000000;         /* 背景色を黒に */
  color:		#FFFFFF;         /* 文字色を白に */
}
img.main {
  margin-left:		auto;
  margin-right:		auto;
  margin-top:		50px;

/*
  padding:		50px;
*/
  border:               0px;
  width:		400px;
/*
  height:               240px;
*/
}
th {
  color:                 #000000;         /* 文字色を黒に */
  font-size:             nomal;
  font-family:           "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-weight:           nomal;
  font-style:            nomal;
  text-align:            left
}
th.no {
  text-align:            center
}

p.title {
  color:		#FFFFFF;
  font-size:		large;
  font-family:		"ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-weight:		nomal;
  fontstyle:		nomal;
  margin-left:		auto;
  margin-right:		auto;
  margin-top:		20px;
  text-align:		center
}
p.comment {
  color:		#FFFFFF;
  font-size:		nomal;
  font-family:		"ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-weight:		nomal;
  fontstyle:		nomal;
  margin-left:		auto;
  margin-right:		auto;
  margin-top:		20px;
  text-align:		center
}
p.address {
  color:		#FFFFFF;
  font-size:		small;
  font-family:		"ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-weight:		nomal;
  fontstyle:		nomal;
  margin-top:		50px;
  text-align:		center
}
p.copy {
  color:		#FFFFFF;
  font-size:		x-small;
  font-family:		"ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-weight:		nomal;
  fontstyle:		nomal;
  margin-top:		50px;
  text-align:		center
}