/*閲覧画面*/
#SmartHeaderSlide{
	width	: 100%;
}

.HeaderSlideBlock{
	position   : relative;
	text-align : center;
}


#HeaderSlide_image{
	list-style-type:none;
	position   : relative;
}
#HeaderSlide_image a{
	cursor		: pointer;
}

#HeaderSlide_image_div{
	position   : relative;
}

#HeaderSlide_image_div div{
	text-align	: center;
}


.HeaderSlideTextDiv
{
	z-index      : 5;
	width        : 100%;
/*
	-ms-filter   : "alpha(opacity=50)";
	filter       : alpha(opacity=50);
	-moz-opacity : 0.5;
	opacity      : 0.5;
*/
	text-align   : left;
	font-size:12px;
}

.HeaderSlideTextDiv div
{
	width        : 100%;
	position     : static;
	text-align   : left;
	
}

.HeaderSlideTextDiv .title
{
	font-weight : bold;
	line-height : 15px;
	margin      : 0px;
	padding      : 5px 10px;

}

.HeaderSlideTextDiv .text
{
	width       : 95%;
	height      : 30px;
	overflow    : hidden;
	line-height : 12px;
	margin      : 5px 5px 0px 5px;
}

/* サムネイル */
#HeaderSlide_thumb{
	text-align	: center;
	font-size	: 0;
	list-style-type	: none;
	width		: 100%;
	margin		: auto;
/*
	position	: absolute;
	top		: 15px;
	right		: 15px;
	z-index		: 6;
*/
}

#HeaderSlide_thumb li{
	display		: inline-block;
/*	display:table-cell;  */
	*display:inline;  
	*zoom:1;
	margin		: 0px;
/*
	padding		: 7px;

	width		: 20px;
	height		: 20px;
*/
	margin-right	: 5px;
	cursor		: pointer;
	
}

#HeaderSlide_thumb a{
	background-image: url("image/sm_bot.png");
	background-repeat: no-repeat;
	width		: 20px;
	height		: 20px;
	display		: block;
/*	cursor		: pointer;*/
}
#HeaderSlide_thumb li.activeSlide a{
	background-position:-20px 0px;
}

.SlidePage{
	width		: 24px;
	height		: 32px;
	background-image: url("image/sm_page.png");
	background-repeat: no-repeat;
	position    	: absolute;
	top		: 40%;
	z-index		: 999;
	cursor		: pointer;
/*	display		: none; */
}

a.page_left{
	left		: 5px;
	background-position:0px 0px;
}

a.page_right{
	background-position:-24px 0px;
	right		: 5px;
}

