/*無料レポート紹介ページ（英語）のレイアウト用css*/

body {
  text-align: center;
  background-color: #e7faee;
}
.contents {
  width: 600px;
  margin: auto;
  background-color: #ffffed;
  text-align: left;
  border: solid 1px #999999;
  position: relative;
}

p {
  margin-left: 20px;
  margin-right: 20px;
}

h1 {
  background-image:url(NYcty039-s.jpg);
  height: 200px;
  font-size: 48px;
  padding-left: 10px;
  margin-bottom: 0px;
  text-align: left;
}

h2 {
  text-align: right;
  margin: 1em 0px;
}

h3 {
  font-size: 1em;
}  