@charset 'euc-jp';
/* CSS Document */

div.contents div.centerColumn h3{
	margin:1em 0 5px 0;
}

div.contents div.centerColumn h4{
	padding:3px 5px 1px 5px;
	margin:3px 0 3px 10px;
	font-size:12px;
	color: #3366CC;
}

div.contents div.centerColumn div.main  div.rightContent p{
	margin:0.5em 0 0.5em 25px !important;
}


table.contactTable{
	width:90%;
	border-collapse:collapse;
	margin:10px auto;
}
	table.contactTable th{
		padding:6px;
		width:30%;
		font-size:12px;
		text-align:left;
		color:#ffffff;
		background-color: #669900;
		border:1px solid #cccccc;
	}
	table.contactTable td{
		padding:6px;
		font-size:80%;
		border:1px solid #cccccc;
	}

p.submitButton{
	text-align:center;
}
p.thanks{
	margin:2em;
}
