body{
	background: #fff;
	margin: 0px auto;
	padding: 0px auto;
	font-size: x-small;
	color: #000;
	text-align: center;
}

/* レイアウト /*
#layout{
	background: #fff;
	width: 750px;
	height: auto;
	padding: 0px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	
	text-align: left;
}

/*ページ内レイアウト保持用*/

#main{
	background: #fff;
	width: 750px;
	height: 700px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	border-top: 0px solid #D3DBEC;
	border-bottom: 1px solid #D3DBEC;

	text-align: center;
	font-size: x-small;
	line-height: 20px;
}

h1{
	}

h2{
	height: auto;
	padding: 5px 0px 0px 0px;
	margin:10px 0px 10px 0px;

	font-size: 11pt;
	line-height: 15px;
	}

h3{
	}
