/* CSS Document */
.Container {
	width: 175px;
	height: 280px;
}
#Scroller-1 {
	position: absolute;
	overflow: hidden;
	width: 175px;
	height: 280px;
}

.Scroller-Container {
	position: absolute;
}
#Scrollbar-Container {
	position: static;
	top: 12px; left: 190px;
}
.Scrollbar-Track {
	width: 11px; height: 250px;
	position: relative;
	top: 0px; left: 0px;
	background: transparent url(/common/images/rightcol/scrollbar_track.gif) repeat-y center center;
}
.Scrollbar-Handle {
	position: relative;
	width: 11px; height: 50px;
}
#index_backguraund {
	width:100%;
	height:250px;
	background:url(/common/images/rightcol/hd_bg.jpg) repeat-x;
}




/*------------------------------------------------
   mioveエリア　ギャラリー
------------------------------------------------*/
#moviearea { behavior:url("/movie/csshover.htc"); }
#moviearea { width: 200px; height: 230px position: relative; }
.movietit { width: 200px; height: 35px; }
#movieslider { margin: 0 auto; width: 200px; height: 195px !important;}
#movieslider .vi { padding-top:5px; }
#movieslider .vi img { border:none; }

.slider {
  position: relative;
  margin: 0 auto;
  width: 200px;
  height: 195px;
 background-image:url(/images/index/movie_bg.jpg); 
}

.slider a:focus {
  outline: 0;
}

.sls-view {
  position: relative;
  margin: 0 0 0 5px;
  width: 190px;
  height: 155px;
  overflow: hidden;
}

.sls-container {
  position: absolute;
  top: 0;
  left: 0;
}

.sls-content {
  position: relative;
  float: left;
  width: 190px;
  height: 155px;
}

.sls-pagination {
  position: absolute;
  top: 168px;
  left: 136px;
}

#moviearea .sls-pagination a {
  float: left;
  margin: 5px 3px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 12px;
  height: 12px;
  overflow: hidden;
 background-image:url(/images/index/movie_nav.gif); 
 cursor: pointer;
    border-radius: 6px;
  text-indent: -9999px;
  vertical-align: middle;
}

#moviearea .sls-pagination a:hover {
 background-image:url(/images/index/movie_nav_over.gif); 
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
}

#moviearea .sls-pagination a.current {
    opacity: 2;
 background-image:url(/images/index/movie_nav_on.gif); 
}
