body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFCC;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	background-color: #FFFFFF;
	text-align: left;
}
#header {
	background-image: url(img/top1.jpg);
	background-repeat: no-repeat;
	height: 230px;
	width: 750px;
}
#header p{
padding:10px;
}
#contents{
	padding-left: 10px;
	padding-bottom: 20px;
}
strong {
	font-style: normal;
	font-weight: normal;
}
em {
	font-style: normal;
	font-weight: normal;
}
