﻿
body {
	background-color:#ffffcc;
	max-width: 750px;
	margin: 0 auto;	
	font-size:15px;
	text-align: center;
}

header {
	background-color:#ffffcc;
	max-width: 750px;
	margin: 0 auto;
	height: 100px;
}

hr{
	border-width:2px;
	margin: 0 auto;
}

#contents {
	max-width:750px;
	margin:0 auto;
}

#main {
	max-width:750px;
	margin:0 auto;
	text-align:center;
}

#main p {
	max-width: 90%;
	margin:0 auto;
	text-align:left;
	line-height: 160%;
}

#main img{
	max-width: 90%;
	margin:1% auto;
}

	
footer{
	background-color:#ffffcc;
	max-width:750px;
	height: 26px;
	margin:0 auto;
	text-align:center;
}


	