@charset "utf-8";

/*-- MAIN PAGE CSS --*/

/*@import url('reset.css');*/
/*@import url('defult.css');*/
/*@import url('page.css');*/

p.gray { color: #333333;}

iframe {
  border:0;
}

/*-- RIGHT CONTENTS ABOUT + FORM1 --*/

#rca_box {
  width: 620px;
  height: 300px;
  clear: both;
  position: static;
  margin-bottom:5px;
}

#rc_about {
  height: 300px;
  width: 375px;
  float: left;
  position: relative;
}

/*-- SLIDE SHOW --*/

#slideshow {
  height: 300px;
  width: 375px;
  position: relative;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 300px;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
  height: 300px;
  display: block;
  border: 0;
  margin: 0px;
  padding: 0px;
}

h2#rca_title {
  padding-bottom: 2px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #666666;
  position: absolute;
  left: 30px;
  top: 235px;
  width: 315px;
  z-index:11;
}

h2#rca_title {
  font-size: 116%;
  color: #FF3366;
}

#rc_about p#rca_text {
  position: absolute;
  left: 30px;
  bottom: 8px;
  width: 315px;
  z-index:11;
}

#form1_box {
  height: 300px;
  width: 240px;
  float: right;
}
/*-- RIGHT CONTENTS ABOUT LINKBOX --*/
h2.rca_lbt a { padding-top:200px;}

#rca_entrybox, #rca_linkbox {
  width: 612px;
  height: 90px;
  padding:4px;
  background: url(https://ondanada.com/images/rca_linkbox.gif) no-repeat bottom;
  clear: both;
  overflow:hidden;
  margin-bottom:5px;
}
#rca_entrybox h2 {
  width: 612px;
  height: 90px;
  overflow:hidden;
}

#rca_entrybox a {
  width: 612px;
  height: 90px;
  display: block;
  background: url(https://ondanada.com/images/rca_entry.gif) no-repeat 0px 0px;
}

#rca_today a:hover, #rca_search a:hover, #rca_entrybox a:hover {
  background-position: 0px -90px;
}

#rca_today h2 {
  float: left;
  width:305px;
  height:90px;
  overflow:hidden;
}

#rca_search h2 {
  float: right;
  width:305px;
  height:90px;
  overflow:hidden;
}
#rca_today a, #rca_search a {
  height: 90px;
  width: 305px;
  display: block;
}

#rca_today a {
  background-image: url(https://ondanada.com/images/rca_today.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

#rca_search a {
  background-image: url(https://ondanada.com/images/rca_search.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
/*-- RIGHT CONTENTS SEARCH AREA --*/

#rcc_searchbox {
  padding: 10px;
  clear: both;
  width: 600px;
  height:492px;
  background-image: url(https://ondanada.com/images/rcc_searchbox.gif);
  background-repeat: no-repeat;
}

#rccs_area, #rccs_age, #rccs_course, #rccs_looks, #rccs_style, #rccs_feel, #rccs_play {
  width:298px;
  height:120px;
  overflow:hidden;
  margin-bottom:4px;
}

#rccs_area, #rccs_course, #rccs_style, #rccs_play {
  float: left;
}

#rccs_age, #rccs_looks, #rccs_feel {
  float: right;
}

#rccs_area a, #rccs_age a, #rccs_course a, #rccs_looks a, #rccs_style a, #rccs_feel a, #rccs_play a {
  height: 120px;
  width: 298px;
  overflow:hidden;
  display: block;
  padding-top:140px;
}

#rccs_area a {
  background-image: url(https://ondanada.com/images/rccs_area.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  overflow:hidden;
}

#rccs_age a {
  background-image: url(https://ondanada.com/images/rccs_age.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

#rccs_course a {
  background-image: url(https://ondanada.com/images/rccs_course.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

#rccs_looks a {
  background-image: url(https://ondanada.com/images/rccs_looks.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

#rccs_style a {
  background-image: url(https://ondanada.com/images/rccs_style.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

#rccs_feel a {
  background-image: url(https://ondanada.com/images/rccs_feel.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

#rccs_play a {
  background-image: url(https://ondanada.com/images/rccs_play.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

#rccs_area a:hover, #rccs_age a:hover, #rccs_course a:hover, #rccs_looks a:hover, #rccs_style a:hover, #rccs_feel a:hover, #rccs_play a:hover {
  background-position: 0px -120px;
}

#mprf_linkbox {
  width: 320px;
  height: 60px;
  padding-left: 296px;
  padding-right: 4px;
  overflow:hidden;
}

#mprf_linkbox a {
  width: 320px;
  height: 60px;
  display: block;
  background-image: url(https://ondanada.com/images/mprfl_button.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

#mprf_linkbox a:hover {
  background-position: 0px -60px;
}
/*-- TEXT --*/
