@charset "UTF-8";
/* CSS Document */

/*----------------------------
	フレームワーク
----------------------------*/

#imgPhoto {
	position: relative;
	z-index: 100;
	width: 1080px;
	height: 444px;
	overflow: hidden;
	margin-bottom: 0px;
}

/*----------------------------
	写真現在位置
----------------------------*/

#fIMG_photoNav {
	position:absolute;
	z-index:200;
	width:200px;
	height:20px;
	top:288px;
	left:0;
}
#fIMG_photoNav ul {
	position:relative;
	list-style:none;
}

#fIMG_photoNav li{
	float:left;
	margin:0 0 0 10px;
	list-style:none;
}

#fIMG_photoNav li:hover {
	cursor:pointer;	
}

#fIMG_photoNav li img {
	vertical-align:top;
}

/*----------------------------
	メインイメージ
----------------------------*/


ul#fIMG_photoList {
	position:relative;
	width:1080px;
	height:444px;
	padding:0;
	margin:0;
}

ul#fIMG_photoList li {
	position:absolute;
	display:none;	
	left:0px;
	top:0px;
}
