@charset 'UTF-8';

	body
	{
		background-color:#0099CC;
	}
	
	.headr
	{
		/*background-color:#006699;*/
		width:auto;
		height:auto;
		padding:10px;
	}
	
	.mainr
	{
		margin-top:50px;
		width:auto;
		height:600px;
	}	
		.ttl1
		{
			width:auto;
			height:auto;
			padding:10px;
			/*background-color:#006699;*/
		}
	
	.footr
	{
		background-color:#333333;
		width:auto;
		height:40px;
		padding:20px;
		margin-bottom:0px;
	}
	
	hr.style-two { border: 0; height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.75), rgba(0, 0, 0, 0)); }
	
	.tx1
	{
		font-size:40px;
		font-family:Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		text-align:center;
	}
	
	.copyright
	{
		background-color:#333333;
	}
	.tx2
	{
		font-size:10px;
		font-family:Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		text-align:center;
	}
	
	.mgH
	{
		/*background-color:#CCCCCC;*/
		width:250px;
		height:auto;
		padding:10px;
		font-size:30px;
		font-family:Arial, Helvetica, sans-serif;
		color:#FF0000;
		margin-top:20px;
		margin-bottom:10px;
		margin-right:auto;
		margin-left:auto;
		text-align:center;
		font-weight:bold;
	}
	
	.mgS
	{
		/*background-color:#CCCCCC;*/
		width:250px;
		height:auto;
		padding:10px;
		font-size:14px;
		font-family:Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		margin-right:auto;
		margin-left:auto;
		font-weight:bold;
		margin-bottom:5px;
	}
	
	a
	{
		font-size:14px;
		font-family:Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		font-weight:bold;
	}
	
	a:hover
	{
		color:#999999;
	}

	.formFld
	{
		width:300px;
		height:30px;
		background-color:#FFFFFF;
		font-family:Arial, Helvetica, sans-serif;
		font-size:24px;
		color:#333333;
	}
	
	.formTtl
	{
		width:650px;
		height:20px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		color:#FFFFFF;
	}