body 
	{
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	margin: 0px;
	padding:0;
	text-align:center;
	background: #eaebec;
	}

#container
	{
	width:  550px;
	background:#fff;
	text-align:left;
	margin:0 auto;
	padding:0;
	}


h1
	{
	font-size: 14px;
	padding: 20px 20px 0px 20px;
	text-indent:5px;
	color: #cc9966;/*コンテンツタイトルの色*/
	}

h2
	{
	font-size: 12px;
	border-bottom: 2px solid #cc9966;/*コンテンツタイトルの下線の色*/
	margin: 50px 20px 0px 20px;
	text-indent:5px;
	color: #cc9966;/*コンテンツタイトルの色*/
	}

p
	{
	font-size: 12px;
	margin: 10px 50px 10px 50px;
	text-indent:8px;
	}

ol
	{
	font-size: 12px;
	margin: 0px 70px 10px 35px;
	}

