@charset "utf-8";
/* CSS Document */

body {
    background: #006699 url('image/wall2.jpg') no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment:fixed;
}

.bgbox {
	background-color: #FFF;
	padding: 30px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin: 20px;
	}
.bgbox2 {
	background-color: #FFF;
	padding: 20px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin: 10px;
	}
.bgbox3 {
	background-color: #FFF;
	padding: 20px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin: 10px;
	}
.bgbox4 {
	padding: 20px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	margin: 10px;
	height:300px; 
	color:#fff;
	}
.stroke {
	text-shadow: -1px -1px 0 #134d30, 1px -1px 0 #134d30, -1px 1px 0 #134d30, 1px 1px 0 #134d30;
  }
.stroke2 {
	text-shadow: -1px -1px 0 #4d3413, 1px -1px 0 #4d3413, -1px 1px 0 #4d3413, 1px 1px 0 #4d3413;
  }
