/* CSS Document */

/*Edit Layout elements*/
#con{
	width:850px;
	height:605px;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;

}

#bg{
	background-image:url(img/yama_hokaido02.jpg);
	width:850px;
	height:600px;
	margin:0;
	padding:0;
}
#bg img{
	position:absolute;
	margin-left:460px;
	margin-top:280px;
}



