﻿@charset "utf-8";

h4 {
  text-decoration: underline;
}

#guest {
  display: block;
  position: relative;
  width: 980px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  margin-bottom: 40px;
  float: left;
}

#guest1 {
  display: block;
  position: relative;
  width: 715px;
  height: 400px;
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

#guest1_info {
  width: 490px;
  position: relative;
  padding-top: 10px;
  padding-left: 25px;
  float: left;
}

#guest1_image {
  height: 260px;
  margin-top: 75px;
  margin-left: 15px;
  float: left;
}

#guest2 {
  display: block;
  position: relative;
  width: 715px;
  height: 480px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

#guest2_title {
  width: 700px;
  position: relative;
  padding-top: 10px;
  padding-left: 15px;
  float: left;
}

#guest2_image {
  width: 260px;
  margin-top: 20px;
  margin-left: 15px;
  margin-right: 10px;
  float: left;
}

#guest2_info1 {
  width: 400px;
  position: relative;
  padding-left: 15px;
  float: left;
}

#guest2_info2 {
  width: 670px;
  position: relative;
  padding-left: 20px;
  float: left;
}

