﻿

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

#imgPhoto {
	position:relative;
	z-index:100;
	width:948px;
	height:340px;
	overflow:hidden;
}

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

#photoNav {
	position:absolute;
	z-index:200;
	width:200px;
	height:20px;
	top:310px;
	left:870px;
}
#photoNav ul {
	position:relative;
	list-style:none	
}

#photoNav li{
	float:left;
	margin-right:5px;
	list-style:none		
}

#photoNav li:hover {
	cursor:pointer;	
}

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


#imgPhoto ul {
	position:relative;
	width:948px;
	height:340px;
	padding:0;
	margin:0;
}

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


