/* COMMON MARGINS */

a {
  color: black;
  text-decoration: none;
}

a:hover {
  color: #bd4039;
  text-decoration: underline;
}

p {
  margin-bottom: 20px;
}

strong {
  font-weight: bold;
}

.clear {
  clear: both;
}

.attention {
  color: red;
  font-weight: bold;
}

/* MAIN LAYOUT */

body {
  background: white url("../images/body_foot.png") repeat-x left bottom;
  font-family: Meiryo, sans-serif;
}

#bodywrap {
  background: url("../images/body_top.jpg") repeat-x;
}

#custom-doc {
  margin: auto;
  text-align: left;
  width: 78.77em;
  min-width: 1024px;
}

#topborder {
  height: 8px;
  font-size: 1px;
}

table.columns td {
  vertical-align: top;
}

#left {
  width: 200px;
  border-left: 8px solid #e8e7e7;
  border-right: 8px solid #e8e7e7;
  background: #e8e7e7;
}

#right {
  width: 200px;
  border-left: 8px solid #e8e7e7;
  border-right: 8px solid #e8e7e7;
  background: #e8e7e7;
}

#content-1col {
  width: 1008px;
  border-left: 8px solid #e8e7e7;
  border-right: 8px solid #e8e7e7;
}

#content-2col {
  width: 800px;
  border-left: 8px solid #e8e7e7;
}

#content-3col {
  width: 592px;
}

/* TOP MENU */

#topmenu {
  position: relative;
  width: 1024px;
  height: 76px;
}

#topmenu span.left {
  display: block;
  width: 16px;
  height: 76px;
  background: url("../images/header_bg_left24.png") no-repeat;
  float: left;
}

#topmenu span.middle {
  display: block;
  width: 992px;
  height: 76px;
  background: url("../images/header_bg24.png") repeat-x;
  float: left;
}

#topmenu span.right {
  display: block;
  width: 16px;
  height: 76px;
  background: url("../images/header_bg_right24.png") no-repeat;
  float: right;
}

#topmenu .logo {
  position: absolute;
  top: 18px;
  left: 20px;
}

#topmenu .menu {
  position: absolute;
  top: 9px;
  left: 250px;
}

#topmenu .language-choice {
  position: absolute;
  top: 18px;
  left: 930px;
}

#topmenu .menu-item {
  cursor: pointer;
}

#topmenu .submenu {
  display: none;
  float: left;
  position: absolute;
  width: 200px;
  z-index: 20;
}

#topmenu .submenu li {
  display: table-row;
  height: 45px;
  text-align: center;
}

#topmenu .submenu a {
  display: table-cell;
  width: 200px;
  background: url("../images/pulldown_bg.png") repeat-x;
  vertical-align: middle;
}

#menubar {
  margin-left: 30px;
  margin-right: 110px;
}

/* CAROUSEL */

#carousel {
  position: relative;
  width: 1014px;
  height: 368px;
  overflow: hidden;
  line-height: 0;
}

#carousel .content {
  position: absolute;
  left: 8px;
  top: 7px;
  width: 997px;
  height: 354px;
  overflow: hidden;
}

#carousel .text {
  position: absolute;
  top: 294px;
  left: 10px;
  width: 780px;
  height: 52px;
  color: white;
  font-family: Meiryo, sans-serif;
  z-index: 11;
}

#carousel .text .container {
  position: relative;
  width: 780px;
  height: 52px;
}

#carousel .text .container a {
  text-decoration: none;
  color: white;
}

#carousel .text .container a:hover {
  color: red;
}

#carousel .text .container h2 {
  position: absolute;
  top: 0;
  font-size: 19pt;
  font-weight: normal;
  padding-top: 15px;
  padding-bottom: 15px;
}

#carousel .text .container h3 {
  position: absolute;
  top: 28px;
  left: 2px;
  font-size: 11pt;
  font-weight: normal;
  padding-top: 10px;
  padding-bottom: 10px;
}

#carousel .opaque-layer {
  position: absolute;
  width: 997px;
  height: 354px;
  background: url("../images/carousel/bk_bg8.png") no-repeat;
  opacity: 0.5;
  filter: alpha(opacity = 50);
}

#carousel .image-container {
  position: absolute;
  width: 997px;
  height: 354px;
}

#carousel .image-left {
  position: absolute;
  top: 0;
  left: 0;
}

#carousel .image-right {
  position: absolute;
  top: 0;
  left: 997px;
}

#carousel ul {
  position: absolute;
  top: 8px;
  left: 600px;
  width: 400px;
  height: 345px;
  z-index: 10;
  overflow: hidden;
}

#carousel ul li {
  position: relative;
  left: 200px;
  list-style: none;
}

#carousel ul img {
  position: relative;
  margin-bottom: 6px;
  border: 2px solid #999999;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  cursor: pointer;
}

#carousel ul img:hover {
  border: 2px solid red;
}

#carousel .frame {
  position: absolute;
  width: 1014px;
  height: 368px;
  background: url("../images/carousel/outline24.png") no-repeat;
}

/* STANDARD SUB HEADERS */

.carousel-container {
  width: 1019px;
  background: #e8e7e7;
  padding-top: 4px;
  padding-left: 5px;
  padding-bottom: 8px;
}

.category-header {
  position: relative;
  width: 1019px;
  background: #e8e7e7;
  padding-top: 4px;
  padding-left: 5px;
  padding-bottom: 5px;
}

.category-header h1, .category-header h2, .category-header h3 {
  position: absolute;
  left: 20px;
  top: 110px;
  color: white;
  font-size: 24px;
  font-family: Meiryo, sans-serif;
}

/* COLUMNS COMMON */

.section-header {
  width: 100%;
  height: 27px;
  line-height: 27px;
  background: url("../images/category_bg.png") repeat-x;
}

.section-header h1, .section-header h2, .section-header h3 {
  font-size: 16px;
  font-weight: bold;
  padding-left: 5px;
}

.section-header .nav {
  color: #7e7774;
  font-size: 12px;
  font-weight: bold;
  padding-left: 15px;
}

.section-header .nav a {
  color: #7e7774;
  text-decoration: none;
}

.section-header .nav a:hover {
  color: #7e7774;
  text-decoration: underline;
}

.section-header .nav .separator {

}

/* SIDEBARS */

.sidebar-section {
  width: 186px;
  padding: 7px;
  background: white url("../images/content_bg.png") repeat-x;
  text-align: center;
}

.sidebar-section .content {
  margin-top: 7px;
}

.sidebar-section .picture {
  position: relative;
}

.sidebar-section .button {
  position: relative;
  height: 51px;
  background: url("../images/stripe_bg_small24.png") no-repeat;
  text-align: left;
}

.sidebar-section .button.active {
  background: url("../images/stripe_bg_small_stay.png") no-repeat;
}

.sidebar-section img.thumb {
  position: absolute;
  top: 8px;
  left: 8px;
  border: 2px solid #744d40; /* cf. main.js */
}

.sidebar-section .jp {
  width: 125px;
  position: absolute;
  top: 8px;
  left: 50px;
  text-align: left;
}

.sidebar-section .en {
  width: 125px;
  position: absolute;
  top: 26px;
  left: 50px;
  text-align: left;
}

.sidebar-section .title-bar {
  position: relative;
  height: 39px;
  background: url("../images/headline_bg.png") repeat-x;
  text-align: left;
}

.sidebar-section .title-bar img {
  float: left;
  margin-right: 7px;
}

.sidebar-section .title-bar .jp {
  width: 140px;
  position: absolute;
  top: 5px;
  left: 42px;
}

.sidebar-section .title-bar .en {
  width: 140px;
  position: absolute;
  top: 20px;
  left: 42px;
}

/* MAIN CONTENT */

.main-section {
  position: relative;
  padding: 7px;
  background: white url("../images/content_bg.png") repeat-x;
  text-align: left;
}

.main-section.main-section-1col {
  width: 994px;
}

.main-section.main-section-2col {
  width: 786px;
}

.main-section.main-section-3col {
  width: 578px;
}

.main-section .title-bar {
  height: 39px;
  background: url("../images/headline_bg.png") repeat-x;
}

.main-section .title-bar img {
  float: left;
  margin-right: 7px;
}

.main-section .title-bar .date {
  font-size: 10px;
  padding-top: 4px;
}

.main-section .title-bar h1, .main-section .title-bar h2, .main-section .title-bar h3 {
  font-weight: bold;
}

.main-section .title-bar h1.alone, .main-section .title-bar h2.alone, .main-section .title-bar h3.alone {
  font-weight: bold;
  padding-top: 12px;
}

.main-section .content {
  margin: 15px 0;
}

.main-section .banner {
  text-align: center;
}

.main-section .content-50-50 {
  display: table;
  width: 100%;
}

.main-section .content-50-50 .left {
  display: table-cell;
  width: 50%;
  padding-right: 5px;
  vertical-align: top;
}

.main-section .content-50-50 .right {
  display: table-cell;
  width: 50%;
  padding-left: 5px;
  vertical-align: top;
}

.main-section .content-70-30 {
  display: table;
  width: 100%;
}

.main-section .content-70-30 .left {
  display: table-cell;
  width: 500px;
  border-left: 15px solid white;
  border-right: 20px solid white;
  border-bottom: 2px #ededed dotted;
  vertical-align: top;
}

.main-section .content-70-30 .left img {
  margin-top: 10px;
}

.main-section .content-70-30 .right {
  display: table-cell;
  width: 228px;
  border-right: 15px solid white;
  vertical-align: top;
}

.main-section .content-70-30 .right img {
  margin-bottom: 10px;
}

.main-section .content-100 {
  padding-left: 15px;
  padding-right: 15px;
}

.main-section .content-80 {
  width: 600px;
  padding-left: 15px;
  padding-right: 15px;
}

.main-section .centered {
  vertical-align: middle;
}

.main-section .gallery {
  text-align: center;
  padding-top: 10px;
}

.main-section .gallery img {
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 10px;
}

.main-section .gallery .description {
  display: none;
}

.main-section .news {
  margin: 7px 7px 0;
}

.main-section .news a {
  text-decoration: underline;
}

.main-section .news .title {
  color: #bd4039;
  font-weight: bold;
}

.main-section .news img {
  margin-right: 8px;
  float: left;
}

.main-section .news .seemore {
  padding-left: 80%;
  margin-top: 8px;
}

.main-section .news .seemore a {
  color: #bd4039;
  font-weight: bold;
  font-size: 10px;
  text-decoration: none;
  vertical-align: middle;
}

.main-section .news .seemore a:hover {
  text-decoration: underline;
}

.main-section .news .seemore img {
  position: relative;
  top: 1px;
  left: 4px;
}

.main-section .txt-link {
  background:  url("../images/allow_right.png") no-repeat;
  padding-left: 15px;
  font-size: 11px;
}

.main-section .txt-link a {
  color: #bd4039;
  font-weight: bold;
  text-decoration: underline;
}

.main-section .txt-link a:hover {
  text-decoration: none;
}

.main-section h1.section-title, .main-section h2.section-title, .main-section h3.section-title {
  height: 30px;
  line-height: 30px;
  background: url("../images/category_bg2.png") repeat-x;
  padding-left: 15px;
  font-weight: bold;
}

.main-section .p {
  margin: 10px 0;
}

.main-section .p img.illus {
  float: left;
  margin-right: 8px;
}

.main-section .p .title {
  color: #8f5454;
  font-weight: bold;
  padding: 10px 0 5px 0;
}

.main-section .p .pp {
  margin: 8px 0;
}

.main-section .p ul li {
  list-style: url("../images/listicon_01.png") inside;
}

.main-section .p .role {
  color: #9b2121;
  font-weight: bold;
}

.main-section .p .role a {
  color: #9b2121;
  font-weight: normal;
  text-decoration: underline;
}

.main-section .p .role a:hover{
  text-decoration: none;
}

.main-section .p .bottom-page-notes {
  color: #9b2121;
}

.main-section .p .announce {
  color: #9b2121;
  font-weight: bold;
  padding: 20px 0 30px;
  text-align: center;
}

.main-section .p table.info td {
  padding: 2px;
}

.main-section .p table.info td.type {
  width: 80px;
  color: #9b2121;
  font-weight: bold;
}

.main-section .p table.info td.content {

}

.main-section .p table.timeline td {
  padding: 2px;
}

.main-section .p table.timeline td.year {
  width: 50px;
  font-weight: bold;
  color: #9b2121;
  text-align: right;
  padding-right: 15px;
}

.main-section .p table.timeline td.month {
  width: 50px;
  font-weight: bold;
  text-align: right;
  padding-right: 15px;
}

.main-section .p table.timeline td.content {

}

.main-section .p table.routes {
  width: 100%;
}

.main-section .p table.routes th {
  height: 25px;
  padding-left: 15px;
  color: #9b2121;
  font-weight: bold;
  vertical-align: middle;
}

.main-section .p table.routes td {
  width: 50%;
}

.main-section .p table.route th {
  padding-left: 10px;
  color: white;
  font-weight: bold;
  background: #8b8a8a;
  height: 33px;
  vertical-align: middle;
}

.main-section .p table.route td {
  vertical-align: middle;
  padding: 5px;
}

.main-section .p table.route .info {
  width: 120px;
  border-right: 3px solid white;
}

.main-section .p table.route td.info {
  width: 120px;
  border-right: 3px solid white;
}

.main-section .p table.route .duration {
  width: 90px;
}

.main-section .p table.route td.duration {
  width: 80px;
  padding-left: 10px;
}

.main-section .p table.route .station {
  height: 33px;
  background: #e8e8e8;
}

.main-section .p table.route td.info.station {
  width: 110px;
  padding-left: 10px;
}

.main-section .p table.route .line {
  height: 25px;
}

.main-section .p table.recruit td {
  padding: 2px;
}

.main-section .p table.recruit td.type {
  width: 120px;
  color: #9b2121;
  font-weight: bold;
}

.main-section .p table.recruit td.content {
}

.main-section .p table.category td {
  padding: 2px;
}

.main-section .p table.category td.section {
  width: 110px;
  font-weight: bold;
  color: #9b2121;
  text-align: left;
  padding-right: 15px;
}

.main-section .p table.category td.item {
  width: 110px;
  font-weight: bold;
  text-align: left;
  padding-right: 15px;
}

.main-section .p table.category td.content {
  width: 450px;
}

.main-section .p table.form {
  width: 100%;

}

.main-section .p table.form th {
  padding: 5px 5px 10px 15px;
  color: #333333;

  font-weight: bold;
  vertical-align: middle;
}

.main-section .p table.form tr.error th {
  color: #9b2121;
}

.main-section .p table.form td {
  width: 70%;
  padding: 5px 5px 10px 15px;
}

.main-section .p table.form .error-message {
  display: none;
}

.main-section .p table.form tr.error .error-message {
  display: block;
  color: #9b2121;
}

.main-section .p table.form .confirmation {
  color: #9b2121;
}

/* FOOTER */

.return-bar {
  position: relative;
  height: 42px;
  background: #e8e7e7;
}

.return-bar .top-link {
  position: absolute;
  top: 20px;
  left: 970px;
}

.return-bar .top-link a {
  text-decoration: none;
  color: #4c3128;
  font-size: 10px;
  font-weight: bold;
}

.return-bar .top-link a:hover {
  text-decoration: underline;
}

.return-bar .top-link img {
  position: relative;
  top: 3px;
}

.bottom-links {
  position: relative;
  height: 77px;
  background: url("../images/footer_bg.png") repeat-x;
}

.bottom-links .logo {
  position: absolute;
  top: 15px;
  left: 10px;
}

.bottom-links .link-bar {
  position: absolute;
  top: 15px;
  left: 230px;
  font-size: 10px;
  font-weight: bold;
  color: #696969;
}

.bottom-links .link-bar .separator {
  margin: 0 10px;
}

.bottom-links .link-bar a {
  color: #696969;
  text-decoration: none;
}

.bottom-links .link-bar a:hover {
  text-decoration: underline;
}

.bottom-links .copyright-notice {
  position: absolute;
  top: 15px;
  left: 780px;
  color: #696969;
  font-size: 10px;
  font-weight: bold;
}

