/* CSS Document */
body          {
	width : 700px;
	height : auto;
	background: #DFF7FD;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 250px;
              }

h1            {
	width : 700px;
	font-size: 18px;
	font-weight : bold;
	color : #000066;
	margin-top : 5px;
	margin-bottom : 5px;
	text-align : center;
	line-height: 24px;
              }
#wrapper {
	width : 700px;
	height : auto;
	padding: 0px;
	border-style : solid;
	border-width : 1px;
	border-color : #666666;
	background: #FFFFFF;
	
 }


#container    {
	width : 700px;
	height : 700px;
	background: url(img/fujisan0222-1.gif) no-repeat bottom;
	display: block;
}

p             {
	font-size:14px;
	line-height: 20px;
	color: #000000;
	text-align: center;
	padding: 10px;
	margin-right: 100px;
	margin-left: 100px;
}
