﻿/* センターCSS */
body {
	background-color: #F1EFE6;
	text-align: center;
}
#contents {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	margin:auto;
	text-align:left;
	}
address		{
	clear:both;
	}


