/*ページのレイアウト用CSS*/
body	{
	background-image: none;
	background-repeat: no-repeat;
	background-position:center top;
	text-align:center;
	background-color: #FFFFFF;
}
#contents	{
	width:750px;
	margin:auto;
	position:relative;
	}
#main	{
	width: 750px;
	position: absolute;
	left: 1px;
	height: 20px;
	margin-top: 5px;
	top: 120px;
}
