

/* 全体 */
#box{
	background-color: #ffffff; 
	padding: 30px; 
	/* フォントサイズ */
	font-size: 80%; 
	/* センタリング */
	margin-left: auto; 
	margin-right: auto; 
	width: 600px; 
	/* 行間・文字間隔 */
	line-height: 150%; 
	letter-spacing: 2px; 
}

body{
	margin-top: 0px; 
	margin-bottom: 0px; 
}
