@charset "Shift_JIS";

/* メッセージ
---------------------------------------------------- */
#Message
{
  clear: both;
  position: relative;
  top: 0px;
  margin-left: 60px;
  margin-bottom: 50px;
  width: 580px;
  background: #ffffff;
  border: 0px;
}

/* テキスト
---------------------------------------------------- */
#Text
{
  float: left;
  margin-bottom: 50px;
  margin-top: 30px;
  width: 350px;
  background: #ffffff;
  border: 0px;
}


/* 写真
---------------------------------------------------- */
#Photo
{
  float: left;
  margin-left: 50px;
  margin-top: 30px;
  width: 150px;
  height: 180px;
  background: #ffffff;
  border: 0px;
  text-align: center;
}


