@charset "UTF-8";

/*** バックグラウンド領域の定義  *******************/
#bg{
	position:fixed;

	left:  0;
	top:   0;
	height:100%;
	width: 100%;

        background:rgba(0, 0, 0, .5);

}

/*** 注意文言  *****************************/
#bg p {
	font-size: 28px;
	color:     white;
}


/*** 画像拡大領域の定義  *******************/
#photo{

	position:absolute;

	top:    80px;
	left:   0;
	right:  0;
	/* bottom: 0; */
	margin: auto;

	width:  640px;
	height: auto;

}
