@charset "utf-8";
@import url('html5reset.css');

body {
  font-size: 12px;
  font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  color:#333333;
  background-image: url(https://ondanada.com/images/index_bg.gif);
  background-repeat: repeat-x;
  background-color: #222222;
  text-align:center;
}

p {  line-height: 150%;}

ul {  list-style: none;}

a {
  color: #FF3366;
  text-decoration: none;
}
a:hover {
  color: #FF6699;
  text-decoration: underline;
}

/*-- LAYOUT --*/

#container {
  width: 1024px;
  margin:0px auto;
  padding:0px 62px;
  text-align:left;
}

#header {
  width: 900px;
  height: 100px;
}

#contents {
  width: 900px;
  height: 600px;
  background: #FFFFFF;
  background-image: url(https://ondanada.com/images/index_contentsbg.jpg);
  background-repeat: no-repeat;
  background-position:center;
  overflow:hidden;
}

#footer {
  clear:left;
  height: 100px;
  padding: 30px 0px;
}
/*-- header --*/

#header_left {
  float: left;
  width: 400px;
  height: 100px;
  background-image: url(https://ondanada.com/images/index_logo.gif);
  background-repeat: no-repeat;
  overflow:hidden;
}
#header_right {
  float: right;
  width: 500px;
  height: 100px;
  padding-top: 25px;
  background-image: url(https://ondanada.com/images/index_hrbg.jpg);
  background-repeat: no-repeat;
}
h1 {
  height:100px;
  padding-top:150px;
}
/*-- contents --*/

#left_contents {
  float: left;
  width: 550px;
  height: 600px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
#left_contents #slideshow {
  width: 550px;
  height: 580px;
  position: relative;
}
#slideshow DIV {
  position:absolute;
  top:0;
  left:0;
  z-index:8;
  opacity:0.0;
  height: 580px;
}
#slideshow DIV.active {
  z-index:10;
  opacity:1.0;
}
#slideshow DIV.last-active {
  z-index:9;
}
#slideshow DIV IMG {
  height: 580px;
  display: block;
  border: 0;
  margin: 0px;
  padding: 0px;
}
#left_contents #text_box {
  float: left;
  width: 500px;
  height: auto;
  position: absolute;
  left: 0px;
  bottom: 20px;
  z-index: 11;
}
#left_contents #text_box dl dt {
  background-image: url(https://ondanada.com/images/bullet1.gif);
  background-repeat: no-repeat;
  background-position: left top;
  text-indent: 1.5em;
  padding-top: 1px;
  padding-bottom: 3px;
}
#left_contents #text_box dl dd {
  padding-bottom: 6px;
  text-align: justify;
  text-justify: inter-ideograph;
}
#right_contents {
  float: right;
  width: 350px;
  height: 600px;
  padding-top: 345px;
  padding-bottom: 10px;
}
#right_contents #enter_box {
  height:140px;
  overflow:hidden;
}
#right_contents #enter_box ul li#enter_text {
  height:20px;
  padding-bottom: 5px;
  text-align: center;
}
#right_contents #enter_box ul li#enter a {
  display: block;
  width: 350px;
  height: 270px;
  background: url(https://ondanada.com/images/index_enterbutton.gif) no-repeat 0px 0px;
  padding-top:150px;
}
#right_contents #enter_box ul li#enter a:hover {
  background-position: 0px -120px;
}
#right_contents #attention_box {
  padding-top: 15px;
  text-align: justify;
  text-justify: inter-ideograph;
}
/*-- footer --*/

#footer #footer_top {
  padding-bottom: 30px;
  float: left;
}
#footer #footer_top ul {
  height:50px;
  overflow:hidden;
}

#footer #footer_top ul li {
  float:left;
}

#footer #footer_top ul li#leave a {
  display: block;
  width: 200px;
  height: 50px;
  background-image: url(https://ondanada.com/images/index_leavebutton.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-top:80px;
}

#footer #footer_top ul li#leave a:hover {
  background-position: 0px -50px;
}

#footer #footer_top ul li#leave_text {
  padding-left: 15px;
  padding-right: 200px;
  width: 700px;
  height: 50px;
  text-align: justify;
  text-justify: inter-ideograph;
}

#footer #footer_bottom {
  text-align: center;
  padding-bottom:20px;
}
#footer_bottom strong,#footer_bottom em {
  font-style: normal;
  font-weight: normal;
}

/*-- TEXT --*/

h2#title1 {
  font-size: 14px;
  font-weight:bold;
  color: #CCCCCC;
  line-height: 150%;
}

#left_contents #text_box dl dt {
  font-size: 12px;
  color: #FF3366;
  font-weight: bold;
}

#left_contents #text_box dl dd {
  font-size: 11px;
  line-height: 130%;
}

#right_contents #enter_box ul li#enter_text {
  font-weight: bold;
  color: #666666;
}

#attention_box p {
  font-size: 11px;
  color: #FF6699;
  line-height: 100%;
}

#footer #footer_top ul li#leave_text {
  line-height: 130%;
  color: #999999;
}

#footer #footer_bottom p {
  color: #FFFFFF;
}
