@charset "shift-jis";
/* ===================================================================
	CSS information
	file name  :  screenshot.css
	style info :  screenshotset
	date:2011.10.1
=================================================================== */
html{
	overflow-y:visible;
	_background: transparent;
}
body{
	width: 100%;
	height: 100%;
	min-width: 960px;
	height: 1050px;
	_background: transparent;
}
#flashcontent {
	width: 100%;
	height: 670px;
	min-width: 960px;
	margin: 0 auto 0 auto;
	_background: transparent;
}

/* IE6 hack */
* html body,
* html #flashcontent {
	width:expression(document.body.clientWidth < 962? "960px" : "100%");
	height: 1050px;
}

#three_ds {
	display: none;
}

#other {
	position: relative;
	width: 860px;
	height: 630px;
	margin: 0 auto;
}
#other p#prev {
	position: absolute;
	top: 256px;
	left: 115px;
}
#other p#next {
	position: absolute;
	top: 256px;
	right: 115px;
}
#other p#photo {
	position: absolute;
	top: 78px;
	right: 200px;
}
#other p.close {
	position: absolute;
	top: 15px;
	right: 0;
	width: 58px;
	height: 60px;
}
#other p.close a {
	display: block;
	width: 58px;
	height: 60px;
	background: url(../shared/btn_close.png) 0 0 no-repeat;
	text-indent: -9999px;
	_font-size: 0;
	_line-height: 0;
}
#other p.close a:hover {
	background-position: 0 -60px;
	
}
#other p.banner {
	position: absolute;
	top: 558px;
	left: 115px;
}