@charset "utf-8";
body {
	background: #fff;
	color: #000;
	font-size: small;
	font-weight: normal;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
*:first-child + html body {
	font-family: "メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

.photoslider {
	position: relative;
	widows: 1003px;
	height: 644px;
	border: none;
	background: #000 url(../images/common/loading.gif) no-repeat center center; 
}
#home #navi {
	position: absolute;
	bottom: -0;
	width: 832px;
	height: 80px;
	background-color: #000;
	color: #fff;
	z-index: 9999;
}

.photoslider_nav {
	display: none;
	/*position: relative;
	overflow: hidden;
	width: 100px;
	height: 30px;
	background-color: #000;
	margin: -30px auto 0 auto;*/
}

.photoslider_thumbBar {
	display: none;
	/*
	position: absolute;
	left: 0;
	top: 0px;
	display: block;
	margin: 0px;
	padding: 0px;*/
}

.photoslider_thumb {
	display: none;
	/*
	position: relative;
	width: 30px;
	height: 30px;
	float: left;
	padding: 2px;
	margin: 2px;
	cursor: pointer;*/
}

.photoslider_thumb img {
	display: none;
	/*
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
	vertical-align: bottom;*/
}

.photoslider_clear {
	clear: both;
	font-size: 1px;
	height: 1px;
}

.photoslider_main  {
	position: relative;
	width: 1003px;
	height: 564px;
	margin: 0 auto;
	background-color: #000;
}

.photoslider_main img {
	position: relative;
	width: 1003px;
	height: 564px;
	display: block;
	margin: auto;
	vertical-align: bottom;
	background-color: #000;
	border: none;
}

.photoslider_caption {
	display: none;
	font-size: 1px;
}

.photoslider_control {
	display: none;
	font-size: 1px;
}

.photoslider_play, .photoslider_stop {
	display: none;
	font-size: 1px;
}
.slideshow_disabled {
}
