@charset "UTF-8";
/* デフォルトスタイル
-------------------------------------*/
h1, h2, h3, h4, h5, h6, div, p, ul, li, img {
  margin: 0;
  border: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

#container img {
  vertical-align: bottom;
}

/* ヘッド
---------------------------------------------- */
h1 {
  font-size: 1.6em;
  line-height: 1.2em;
  margin: 0px 0px 20px 0px;
  border-bottom: 1px solid #AAAAAA;
}

/* コンテンツ
---------------------------------------------- */
#contents {
  /*	width: 736px;*/
}

#contents p.text {
  /*	margin: 10px 0px 10px 18px;*/
  margin: 10px 0px 10px 0px;
  font-size: 0.8em;
  line-height: 1.4em;
  color: #FF0000;
}

#contents p.photo {
  margin: 10px 0px 10px 0px;
}
