/* 白背景、背景画像がタテに繰り返し */

p{
	line-height: 170%; 
	font-size: 80%; 
	letter-spacing: 1px; 
}

h3{
	font-weight: bold; 
}

body{
	margin-left: 20%; 
	margin-right: 20%; 
	margin-top: 50px; 
	background-attachment: fixed; 
	background-color: #ffffff; 
	background-repeat: repeat-y; 
}

img{
	margin-left: 20px; 
	margin-right: 20px; 
}

