/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	clear: left;
	width: 100%;
	max-width: 1200px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#mainimg .slide_file {
display: none;
}
#slide_image {
z-index:2;
position: relative;
left:0px;
top:0px;
}
#slide_image2 {
z-index:1;
position: absolute;
left:0px;
top:0px;
}

