@charset "utf-8";
/* CSS Document */
html{
	height: 100%;
}
body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;}
h1,ul,li,p,div,img,a{
	margin: 0px;
	padding: 0px;
}
a{
	outline: 0px;
	border: none;
}
a img{
	border: none;
}
/*コンテナボックス*/
div#content{
	position: absolute;
	height: 700px;
	width: 1000px;
	left: 50%;
	top: 50%;
	margin-left: -500px;
	margin-top: -350px;
}
div#photo img{
	position: absolute;
	left: 0px;
	top: 0px;
}
div#photo img#p1{
	top: 150px;
	left: 0px;
}
div#photo img#p2{
	top: 600px;
	left: 0px;
}
div#photo img#p3{
	top: 380px;
	left: 0px;
}
div#photo img#p4{
	top: 380px;
	left: 500px;
}