@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* -----------------------------------------------
 *            styles for site MainVisual
 * ----------------------------------------------- */
.absolute {
  position: absolute;
}

#mainVisual {
  position: relative;
  background: url("../images/slide/bnr_bg.png") no-repeat 0 0;
  width: 980px;
  height: 320px;
  overflow: hidden;
}



#mainVisual img {
  pointer-events: none;
}
#mainVisual a {
  outline: none;
}
#mainVisual .rightMenu {
  position: absolute;
  top: 5px;
  left: 737px;
  z-index: 3;
}
#mainVisual .rightMenu img {
  line-height: 0;
  zoom: 1;
}
#mainVisual .rightMenu .bg {
  width: 225px;
  width:238px;
  height: 390px;
  height:300px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#mainVisual .rightMenu .thumbs {
  position: absolute;
  top: 32px;
 left: -2px;
  width:240px;
  height:245px;
  overflow: hidden;
  z-index: 1;
  }
#mainVisual .rightMenu .thumbs ul {
  position: absolute;
  top: 0;
  left: 9px;
}
#mainVisual .rightMenu .thumbs li {
  position: relative;
  margin-bottom: 6px;
  line-height: 0;
  zoom: 1;
  font-size: 1%;
  cursor: pointer;
}
#mainVisual .rightMenu .thumbs a {
  display: block;
  line-height: 0;
  zoom: 1;
}
#mainVisual .rightMenu .cursor {
  position: absolute;
  top: 0;
  left: 9px;
  z-index: 1;
}
#mainVisual .rightMenu .arrowTop {
  background: #e3e3e3;
  width: 225px;
  height: 21px;
  position: absolute;
  top: 6px;
  left:8px;
  z-index: 1;
}
#mainVisual .rightMenu .arrowTop img {
  pointer-events: auto;
  cursor: pointer;
}
#mainVisual .rightMenu .arrowBtm {
  background: #e3e3e3;
  width: 225px;
  height: 21px;
  position: absolute;
  top: 275px;
  left: 8px;
  z-index: 1;
}
#mainVisual .rightMenu .arrowBtm img {
  pointer-events: auto;
  cursor: pointer;
}
#mainVisual .visuals {
  position: absolute;
  top: 11px;
  left: 6px;
  z-index: 0;
  width: 730px;
  height: 300px;
}
#mainVisual .visuals li {
  position: absolute;
  top: 0;
  left: 0;
}
#mainVisual .hitArea {
  position: absolute;
  top: 5px;
/*  left: 5px;*/
  z-index: 2;
  width: 728px;
  height: 300px;
  overflow: hidden;
  display: none;
}


#mainVisual .bg{
	  width: 730px;
  height: 300px;
  background:none;
	}
/*
#mainVisual .hitArea a {
  position: absolute;
  top:10px;
  display: block;
  width: 708px;
  height: 278px;
  padding: 20px;
  border: 6px solid white;
  -ms-filter: "alpha( opacity=50 )";
  filter: alpha(opacity=50);
  opacity: 0.5;

}*/

#mainVisual .hitArea a{
  position: absolute;
  top:-10px;
  left:-10px;
  display: block;
  width: 708px;
  height: 278px;
  padding: 10px;
  border: 6px solid white;
  -ms-filter: "alpha( opacity=50 )";
  filter: alpha(opacity=50);
  opacity: 0.5;
  margin-top:5px;
  margin-left:5px;
}

#mainVisual .hitArea img {
  position: absolute;
  top: 0;
  left: 0;
}

@media print {
  #mainVisual {
    display: none;
  }
}
