@charset "utf-8";
/* CSS Document */

/* Contents
 * ****************************
 *
 * 1:TOP_IMAGE制御
 * ****************************
 */
 
 
/*
=============== 1:TOP_IMAGE制御 ===============
*/
#image_block_inner_wrap{
	display: block;
	width: 300px;
	height: 347px;
	padding: 10px;
}

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 590px; /*Width of Carousel Viewer itself*/
height: 327px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
border: none;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0; /*margin around each panel*/
width: 590px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
.stepcarousel .panel img{
	border: none;
}

div.samplebuttons{
	display: block;
	width: 141px;
	height: 25px;
	position:absolute; /*leave this value alone*/
	left: 435px;
	top: 250px;
}
div.samplebuttons img{
	border: none;
}

/* IMAGE */

#image_wrap{
}

#image_wrap a, #image_wrap a:hover {
 text-decoration: none;
 background-color: transparent;
}

#image_block_wrap{
  width:590;
  margin:0px auto 0px auto;
}

