@charset "Shift_JIS";



/*############################################################################*/
/*

インラインウインドウで使う

*/
/*############################################################################*/

@media all{

/*背景レイヤー*/
div#openphotoBg {
	position: absolute;
	z-index: 100;
	left: 0pt;
	top: 0pt;
	width: 100%;
	height: 100%;
	background-color: #3d3e42;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	/*display: none;*/
}

/*写真枠*/
div#openphoto {
	position: absolute;
	z-index: 100;
	left: 10pt;
	top: 10pt;
	margin: 0;
	padding: 10px;
	width: 200px;
	height: 200px;
	border: 1px solid #858a8e;
	background-color: #ffffff;
	box-shadow: 0 0 10px #000000;
	-moz-box-shadow: 0 0 10px #000000;
	-webkit-box-shadow: 0 0 10px #000000;
	/*display: none;*/
}

/*写真を挿入する枠*/
div#openphoto div#openphoto-inner {
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: url(../jquery.photo/loading.gif) center center no-repeat;
}
div#openphoto #openphoto-inner img {
	display: none;
}

/*------------------------------------------------------------------------------*/

/*操作パネル*/

#test {
	position: relative;
	width: 100%;
	height: 80px;border
}

/*領域全体*/
#operator {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	display: none;
}

/*前の写真へ*/
#operator div.left {
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 2px;
	margin: -15px 0 0 0;
	padding: 0;
	width: 33px;
	height: 57px;
	background: url(../jquery.photo/element.png) top left no-repeat;
	/*background-position: -10px 0;*/
}

/*閉じる*/
#operator div.close {
	position: absolute;
	overflow: hidden;
	top: -10px;
	right: -10px;
	width: 39px;
	height: 39px;
	background: url(../jquery.photo/element.png) top left no-repeat;
	background-position: -68px 0;
}

#operator div.only {
	top: -10px;
	right: -10px;
}

/*次の写真へ*/
#operator div.right {
	position: absolute;
	overflow: hidden;
	top: 50%;
	right: 2px;
	margin: -15px 0 0 0;
	padding: 0;
	width: 33px;
	height: 57px;
	background: url(../jquery.photo/element.png) top left no-repeat;
	background-position: -34px 0;
}



}/*all:end*/



