﻿/*ページのレイアウト用CSS*/
body	{
	background-color:#ffffff;
	background-position:top center;
	text-align:left;
}
#contents	{
	width:720px;
	margin:auto;
	position:relative;
	text-align:center;
	}




