body#top {
    margin: 0;
    padding: 0;
    background-color: #ffffff;

 }
 
 
 

 
h1 { display: none; }


div#mainphoto {	
	width: 700px;
	height: 467px;
	margin: 0px auto 0px auto;
	
 }

 
 

/*これ以降\*/ 
 
div#container {
	position: absolute;
	width: 700px;
	height: 467px;
	left: 50%;
	top: 40%;
	margin-left: -350px;
	margin-top: -233px;
		
}




/**/





/*おっ、の指定---------------------------------------------------*/

/*これ以降\*/

div#footer {
	clear: both;
	position: absolute;
	width: 400px;
	height: 20px;
	left: 50%;
	top: 90%;
	margin-left: -200px;
	margin-top: -10px;

	
 } 



/**/

address {
    text-align: center; 
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	color: black;
	margin-bottom: 10px;
	
}
	

	
 
/*その他の指定---------------------------------------------------*/
 
 
 

.copy {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 190%;
	color: #333333;
}





p {
    text-align: left;
    padding-top: 40px;
    padding-bottom: 5px;
    margin: 0;

 
}





img { 
    border:0;
   
 }


a:visited {
	color: #6699CC;
	text-decoration: none;
}
a:link {
	color: #6699cc;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}