@charset "utf-8";
/* CSS Document */

#mainContent{
  width: 580px;
  float: left;
  margin-left: 40px;
}

.kouen{
  width: 290px;
  float: left;
  font-weight: bold;
  margin-bottom: 30px;
}

.basho{
  font-size: 20px;
  font-weight: bold;
}

.koueninfo{
  font-size: 12px;
}

.footerinfo{
  font-size: 12px;
  font-weight: bold;
  color: #D2B48C;
}

#subContent{
  width: 240px;
  float: right;
  margin-right: 40px;
  margin-bottom: 200px;
}

#subContent img{
  margin-bottom: 30px;
}

#subContent iframe{
  margin-bottom: 30px;
}

.imgBottom{
  position: absolute;
  top: -222px;
  left: 650px;
}

h2{
  float: left;
  margin: 0 50px 0 55px;
}

.pageContent{
  width: 710px;
  float: left;
}

h3{
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  color: #4b3c28;
  margin-bottom: 	20px;
}

.pageContent p{
  color: #4b3c28;
  margin-bottom: 30px;
}

h4{
  color: #4b3c28;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: bold;
}

h5{
  color: #f0e1be;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 20px;
  padding: 5px 10px;
  background: #4b3c28;
  border-radius: 10px;
  display: inline-block;
  font-weight: bold;
}

.circle{
  color: #4b3c28;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  margin-bottom:12px;
  background: url(../images/liststyle_circle.png) no-repeat;
  padding-left: 20px;
}

.profileLeft{
  float: left;
  margin-right: 20px;
  margin-bottom: 15px;  
}

.profileLeft img{
  border: 5px solid #dfd5b8;
}

.profileRight{
  float: left;
  width: 450px;
}

.stuff{
  margin-bottom: 50px;
}

.stuffLeft{
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;  
}

.stuffLeft img{
  border: 5px solid #dfd5b8;
}

.stuffRight{
  float: left;
  width: 450px;
}

.stuffTable{
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}

.tableLeft{
  width: 220px;
  text-align: right;
  padding-right: 20px;
  font-weight: bold;
}

.tableBottom{margin-bottom: 50px;}

.ticket{
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 40px;
}

.ticket th{
  width: 150px;
  padding-right: 20px;
  text-align: right;
  font-weight: bold;
}

dt{font-weight: bold;}

dd{
  margin-left: 20px;
  margin-bottom: 10px;
}