@charset "UTF-8";

/* english */

#contents h2{
  background-image:url(../english/images/st_icon_star.gif);
  background-position:left center;
  background-repeat:no-repeat;
  color:#f47900;
  font-size:17px;
  padding-left:22px;
  margin-bottom:12px;
}

#contents #main_img{
  width:904px;
  margin:0 auto;
  padding:12px 0 18px 0;
}

#contents #contents_inner {
  width: 904px;
  margin:0 auto;
  padding-bottom:12px;
}

#contents_inner #tokyo {
  float: left;
  width: 425px;
}

#contents_inner #osaka {
  float: right;
  width: 425px;
}


#contents_footer {
  width: 904px;
  margin: 0px auto;
  padding-bottom:40px;
}

#contents_footer ul li{
  padding-bottom:5px;
  line-height:1.5em;
  background-image:url(../english/images/list_icn.gif);
  background-position:left 5px;
  background-repeat:no-repeat;
  text-indent:8px;
}

#contents_footer ul li p{
  padding-top:7px;
  text-indent:0;
  line-height:1.3em;
}

#contents_footer #buyTickets{
  margin:10px auto 24px auto;
  width:332px;
}

#contents_footer #please_note{
  border:1px solid #ff0000;
  margin-bottom:20px;
  padding:15px;
}

#contents_footer #please_note h4{
  font-weight:bold;
  color:#ff0000;
  margin-bottom:4px;
}

#contents_footer #please_note ul li{
  padding-bottom:2px;
  line-height:1.4em;
}

#contents_footer #total_info{
  padding:0 5px;
  margin-bottom:16px;
  line-height:1.8em;
}

#contents_footer #total_info strong{
  font-size:17px;
  font-weight:bold;
}

#contents_footer #notes{
  color:#199019;
  font-size:15px;
  text-indent:-1em;
  padding-left:1em;
  padding-top:20px;
}


