body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EEEEEE;
	background-image: url("bg_test.jpg");
	background-attachment: fixed;
 	background-size: cover;
	background-position: top center;
}

h3{
  font-size:150%;
  font-weight: bold;
}

a:link {
	color: #304096;
}
a:visited {
	color: #304096;
}

body,td,th {
	color: #333333;
}

img{
	margin-top: 8px;
	margin-bottom: 8px;
	vertical-align: middle;
}

p{
	font-size: 16px;
	line-height:30px; 
}

#contents{
  width: 680px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  border: solid 0px #aAaAaE;
  background-color: #FFFFFF;
  color: #414142;
  padding:8px 20px;
  line-height:30px; 
  text-align: left;
}

#pledge{
  width: 480px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  margin-bottom: 12px;
  font-size: 16px;
  border: solid 1px #aAaAaE;
  color: #414142;
  padding:0px 8px;
  line-height:26px; 
  text-align: left;
}

#pledge p{
  line-height: 12px;
}



@media screen and (max-width:800px) {
p{
	font-size: 14px;
}

#contents{
		font-size: 14px;
	}
	
}
